]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall.functions
And this also public. ohmy
[dak.git] / 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 &
 }