From: Joerg Jaspert Date: Sat, 16 Mar 2013 21:12:13 +0000 (+0100) Subject: also push the backports archive X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=f9a5d2fc1826cc796b822f1d21c394545c942227;p=dak.git also push the backports archive Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index ef6b8642..faa06333 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -509,6 +509,7 @@ function mirrorpush() { echo "Using dak v1" >> /srv/ftp.debian.org/web/mirrorstart echo "Running on host $(hostname -f)" >> /srv/ftp.debian.org/web/mirrorstart sudo -H -u archvsync /home/archvsync/runmirrors > ~dak/runmirrors.log 2>&1 & + sudo -H -u archvsync /home/archvsync/runmirrors -a backports > ~dak/runmirrorsbpo.log 2>&1 & } function i18n2() {