From: Ansgar Burchardt Date: Sat, 19 Dec 2015 11:11:57 +0000 (+0100) Subject: Only mirror for ftp-master and backports X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=3e915e5f51370eaef9d2c169818dd399b78a6ebc;hp=c722a1f805562c0d0b02f905812a3a9b4116edc1 Only mirror for ftp-master and backports 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. --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index d12d519f..031cad19 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -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}