]> git.decadent.org.uk Git - dak.git/commitdiff
And this also public. ohmy
authorJoerg Jaspert <joerg@debian.org>
Sun, 4 Jul 2010 10:24:08 +0000 (12:24 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 4 Jul 2010 10:24:08 +0000 (12:24 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index a29ae26eb0faaf44219e119f79c2bc272c49be4b..34664c7df453fae34fa5ea29c365d55bcfbf9032 100644 (file)
@@ -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 &
 }