]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Use different mirror for backports.
authorKurt Roeckx <kurt@roeckx.be>
Thu, 9 Sep 2010 18:22:44 +0000 (18:22 +0000)
committerKurt Roeckx <kurt@roeckx.be>
Thu, 9 Sep 2010 18:22:44 +0000 (18:22 +0000)
bin/sync.sh

index 4f0d4e678865465644e471b6e9c1fc9fdcdd176d..c8119f12aa74c3ad210d02f4009f0ca60c2b1ade 100755 (executable)
@@ -72,7 +72,7 @@ debian-volatile)
        rsync $MIRROR_OPTIONS volatile-master.debian.org::debian-volatile/dists/ "$TARGET/archive"
        ;;
 backports)
-       rsync $MIRROR_OPTIONS backports.org::backports.org/dists/ "$TARGET/archive"
+       rsync --password-file "$PASSWORD_FILE" $MIRROR_OPTIONS wbadm@backports-master.debian.org::debian-backports/dists/ "$TARGET/archive"
        ;;
 debian-edu)
        rsync $MIRROR_OPTIONS --exclude=woody/ ftp.skolelinux.no::skolelinux-dist/dists/ "$TARGET/archive"