From: Mark Wooding Date: Thu, 19 Sep 2019 01:46:50 +0000 (+0100) Subject: etc/aptsrc.conf: Cope with `bullseye' having different security URL. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-chroot/commitdiff_plain/b636d087294f1fcc85441b818be265bf401520ab?ds=inline etc/aptsrc.conf: Cope with `bullseye' having different security URL. Why? --- diff --git a/etc/aptsrc.conf b/etc/aptsrc.conf index bc58980..8083c5a 100644 --- a/etc/aptsrc.conf +++ b/etc/aptsrc.conf @@ -19,11 +19,15 @@ distribution debian uri[backports] = %debmirror/debian/ uri[security-mirror] = %debmirror/debian-security/ uri[security-upstream] = http://security.debian.org/debian-security/ + uri[nsecurity-mirror] = %debmirror/debian-security/ + uri[nsecurity-upstream] = http://security.debian.org/debian-security/ release[security-*] = %RELEASE/updates + release[nsecurity-*] = %RELEASE-security release[updates] = %RELEASE-updates - releases[base] = stable testing unstable stretch buster sid - releases[updates] = stable testing stretch buster + releases[base] = stable testing unstable stretch buster bullseye sid + releases[updates] = stable testing stretch buster bullseye releases[security-*] = stable testing stretch buster + releases[nsecurity-*] = bullseye releases[backports] = *-backports components = main non-free contrib components[security-*] = main