[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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 d12d519..031cad1 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.1.4


Reply to: