]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall.functions
Link "master" to the tracefile, to have one name only
[dak.git] / config / debian / dinstall.functions
index 88ba3688d528e461fa8b0dc92093018303a82b9e..ab392e779dbc5bd533ba8906b57d8a73c0e19c31 100644 (file)
@@ -481,6 +481,9 @@ function mirror() {
         echo "Using dak v1" >> ${TRACEFILE}
         echo "Running on host: $(hostname -f)" >> ${TRACEFILE}
         echo "Archive serial: ${SERIAL}" >> ${TRACEFILE}
+        # Now make it accessible via one name, no matter on which host we run
+        cd ${archiveroot}/project/trace/
+        ln -sf ftp-master.debian.org master
 
         mkdir -p ${targetpath}
         cd ${targetpath}