From: Joerg Jaspert Date: Sun, 4 Jul 2010 10:24:08 +0000 (+0200) Subject: And this also public. ohmy X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=3178100cd30d53f4d03117933fddcf00adac68f9;p=dak.git And this also public. ohmy Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index a29ae26e..34664c7d 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -472,9 +472,9 @@ function merkel3() { function mirrorpush() { log "Starting the mirrorpush" - date -u > /srv/ftp-master.debian.org/web/mirrorstart - echo "Using dak v1" >> /srv/ftp-master.debian.org/web/mirrorstart - echo "Running on host $(hostname -f)" >> /srv/ftp-master.debian.org/web/mirrorstart + date -u > /srv/ftp.debian.org/web/mirrorstart + 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 & }