]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/sync.sh
Use different mirror for backports.
[wannabuild.git] / 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"