From 3e915e5f51370eaef9d2c169818dd399b78a6ebc Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 19 Dec 2015 12:11:57 +0100 Subject: [PATCH] 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. --- config/debian/dinstall.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.2