summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <mvernon@wikimedia.org>2023-08-21 16:10:11 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-08-22 19:28:50 +0100
commit16ece4241f19654e9deb9cc76ba7b35afad3b2eb (patch)
treeeb41a617e1e0a8d3c4f723e86e7b68aa763f870c
parenteacca6cecaf53f7b63af9e920ab53d6217deb02d (diff)
Use the old /updates security map for buster (Closes: #1050179)
The suite-map and suite-rmap for debian-security are necessary for the pre-bullseye layout of the security.debian.org archive. Since bullseye (i.e. after buster), the archive layout has changed, and these mappings are no longer necessary (indeed, they cause dgit clone to fail to work with bullseye and later security suites). Buster is the oldest suite still available on security.debian.org, so this is the only suite we still need the mapping for. Signed-off-by: Matthew Vernon <mvernon@wikimedia.org> (cherry picked from commit 82f0b65f189e4c9aee1dc9b0c414e3d3c0358bc0) Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit b/dgit
index 3cbf8aa..5414209 100755
--- a/dgit
+++ b/dgit
@@ -794,8 +794,8 @@ our %defcfg = ('dgit.default.distro' => 'debian',
'dgit-distro.debian.mirror' => 'http://ftp.debian.org/debian/',
'dgit-distro.debian-security.archive-query' => 'aptget:',
'dgit-distro.debian-security.mirror' => 'http://security.debian.org/debian-security/',
- 'dgit-distro.debian-security.aptget-suite-map' => 's#-security$#/updates#',
- 'dgit-distro.debian-security.aptget-suite-rmap' => 's#$#-security#',
+ 'dgit-distro.debian-security.aptget-suite-map' => 's#buster-security$#buster/updates#',
+ 'dgit-distro.debian-security.aptget-suite-rmap' => 's#buster$#buster-security#',
'dgit-distro.debian-security.nominal-distro' => 'debian',
'dgit-distro.debian.backports-quirk' => '(squeeze)-backports*',
'dgit-distro.debian-backports.mirror' => 'http://backports.debian.org/debian-backports/',