From fe779daa9a08b6e39b3e8ad6ae2a3f4b8e8179b1 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Thu, 9 Sep 2010 18:22:44 +0000 Subject: [PATCH] Use different mirror for backports. --- bin/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sync.sh b/bin/sync.sh index 4f0d4e6..c8119f1 100755 --- a/bin/sync.sh +++ b/bin/sync.sh @@ -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" -- 2.39.2