]> git.decadent.org.uk Git - dak.git/commitdiff
Stop work in the backports archive
authorJoerg Jaspert <joerg@debian.org>
Sun, 13 Mar 2016 12:57:40 +0000 (13:57 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 13 Mar 2016 12:57:40 +0000 (13:57 +0100)
Mind, its still configured and exists, need to remove that, but this
should stop pushing the mirrors and changing it around.

config/debian/dinstall.tasks
config/debian/vars

index 6c470e2c5fdf22a63a496f1985abdb556b63c97f..9fb3e76e7f8d457e09a00204312b6530adc74d40 100644 (file)
@@ -45,7 +45,6 @@ transitionsclean       none                       transitionsclean           fal
 dm                     none                       none                       false   true
 bts                    none                       none                       false   true
 mirrorpush             none                       mirrorpush                 false   true
-mirrorpush-backports   none                       mirrorpush-backports       false   true
 i18n2                  none                       i18n\ 2                    false   true
 stats                  none                       stats                      false   true
 testingsourcelist      none                       none                       false   true
index 3a7483cb2ea7638c9efa689d6d93c770f4f85983..57ab0f06b41d3bff731db86dabe77bed325bb1f6 100644 (file)
@@ -34,7 +34,7 @@ webdir=${public}/web
 exportpublic=${public}/rsync/export/
 
 ftpgroup=debadmin
-public_archives=(ftp-master backports debian-debug)
+public_archives=(ftp-master debian-debug)
 
 TMPDIR=${base}/tmp
 PATH=${masterdir}:${PATH}