angstrom feed builder: s/ctorrent/rtorrent/
authorKoen Kooi <koen@openembedded.org>
Tue, 11 Nov 2008 17:00:37 +0000 (18:00 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 11 Nov 2008 17:00:37 +0000 (18:00 +0100)
angstrom source mirror: enable partial uploads for lossy connections

contrib/angstrom/build-feeds.sh
contrib/angstrom/source-mirror.txt

index 623f685..c309c37 100755 (executable)
@@ -80,7 +80,6 @@ do
                      checkers \
                      cherokee \
                      claws-mail \
-              ctorrent \
                      cvs \
               distcc \
                      dsniff \
@@ -202,6 +201,7 @@ do
                      rdesktop \
                      resistorui \
                      roadmap-gtk2 \
+                     rtorrent \
                      ruby \
                      samba \
                      screen \
index 5241347..2c450ff 100644 (file)
@@ -1,6 +1,6 @@
 #To populate the source mirror the autobuilder uses the following command:
 
-rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/unstable/sources/ -av \
+rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/unstable/sources/ -aPvz \
        --exclude "*.md5" \
        --exclude "svn" \
        --exclude "hg" \
@@ -11,6 +11,5 @@ rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/unstable/sources/ -av \
        --exclude "IPL_ixp400NpeLibrary-2_3_2.zip" \
        --exclude "*.lock" \
        --exclude "codec_*" \
-       --exclude "dsplink*" \
-       --progress
+       --exclude "dsplink*"