]> git.decadent.org.uk Git - dak.git/commitdiff
Don't overwrite mirrordir variable
authorJoerg Jaspert <joerg@debian.org>
Thu, 24 Dec 2015 22:48:56 +0000 (23:48 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 24 Dec 2015 22:48:56 +0000 (23:48 +0100)
use the existing global one. Yes, this points to the
ftp-master.d.o/mirror dir. If an archives mirrordir really needs to be
elsewhere, symlink it.

config/debian/dinstall.functions

index a0c362c17f97475f8fc77f61523f675a13f7968d..334d5e4618f723c957b9da81876d438ecd7d7135 100644 (file)
@@ -432,11 +432,10 @@ function mkchecksums() {
 }
 
 function mirror() {
-    local archiveroot mirrordir targetpath TRACEFILE
+    local archiveroot targetpath TRACEFILE
 
     for archive in "${public_archives[@]}"; do
         archiveroot="$(get_archiveroot "${archive}")"
-        mirrordir="${archiveroot}/../mirror"
         targetpath="${mirrordir}/${archive}"
         TRACEFILE="${archiveroot}/project/trace/ftp-master.debian.org"
         mkdir -p "${archiveroot}/project/trace/"
@@ -491,12 +490,11 @@ function ddaccess() {
 function mirrorpush() {
     log "Checking the public archive copies..."
 
-    local archiveroot mirrordir targetpath
+    local archiveroot targetpath
 
     for archive in "${public_archives[@]}"; do
         log "... archive: ${archive}"
         archiveroot="$(get_archiveroot "${archive}")"
-        mirrordir="${archiveroot}/../mirror"
         targetpath="${mirrordir}/${archive}"
         cd ${targetpath}/dists