]> git.decadent.org.uk Git - dak.git/commitdiff
Only mirror for ftp-master and backports
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 19 Dec 2015 11:11:57 +0000 (12:11 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 19 Dec 2015 11:11:57 +0000 (12:11 +0100)
We might have to set this up for debian-{debug,data} later too, but at
least for testing purposes not having it is fine too.

config/debian/dinstall.functions

index d12d519fa554ab2733a0dd2fffe29e696cceecc1..031cad1929fa9fdeb4dbec8c51b1563999adebf0 100644 (file)
@@ -438,7 +438,7 @@ function mirror() {
     # Ugly "hack", but hey, it does what we want.
     cp ${TRACEFILE} ${TRACEFILE_BDO}
 
-    for archive in "${public_archives[@]}"; do
+    for archive in ftp-master backports; do
         archiveroot="$(get_archiveroot "${archive}")"
         mirrordir="${archiveroot}/../mirror"
         cd ${mirrordir}