diff options
author | ficus <ficus@robocracy.org> | 2012-09-23 18:53:04 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-23 18:53:04 +0200 |
commit | 5223943c0b892579fa143bb840296249a7bb77f0 (patch) | |
tree | 83e94ffb8f56178fcb34117754fac0a946f10717 /packages | |
parent | 6eef9327d1116d8e4f7594a28cd72b5be8bb7a67 (diff) | |
download | torouter-5223943c0b892579fa143bb840296249a7bb77f0.tar.gz torouter-5223943c0b892579fa143bb840296249a7bb77f0.zip |
summarized sources.list
Diffstat (limited to 'packages')
-rw-r--r-- | packages/torouter-prep/configs/etc/apt/sources.list | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/packages/torouter-prep/configs/etc/apt/sources.list b/packages/torouter-prep/configs/etc/apt/sources.list index c06710c..de8e0c3 100644 --- a/packages/torouter-prep/configs/etc/apt/sources.list +++ b/packages/torouter-prep/configs/etc/apt/sources.list @@ -1,2 +1,11 @@ -deb http://http.debian.net/debian wheezy main -deb-src http://http.debian.net/debian wheezy main +# base debian packages +deb [arch=armel] http://http.debian.net/debian/ wheezy main +deb-src http://http.debian.net/debian/ wheezy main + +# torproject.org repositories +deb [arch=armel] http://deb.torproject.org/torproject.org/ wheezy main +deb-src http://deb.torproject.org/torproject.org/ wheezy main + +# torouter packages (temporary repository?) +deb [arch=armel] http://torrouter.torproject.org/torrouter/ torrouter main +deb-src http://torrouter.torproject.org/torrouter/ torrouter main |