Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits: 7fb4d7a7 by Salvatore Bonaccorso at 2019-07-06T17:10:28Z Adjust dist directory on security archives for distribution Starting with bullseye the distribution/suite are switched to *-security instead of */updates for consistency through the Debian archives. See: https://lists.debian.org/debian-security/2019/06/msg00015.html for details and the intention to switch. Thanks: Ansgar Burchardt - - - - - 1 changed file: - lib/debian-releases.mk Changes: ===================================== lib/debian-releases.mk ===================================== @@ -17,9 +17,17 @@ endef $(foreach release,$(MAIN_RELEASES),$(eval $(call add_main_release,$(release)))) # Define the variables for the releases on security.debian.org +# https://lists.debian.org/debian-security/2019/06/msg00015.html +# $(1)_security_DIST contains special casing for releases starting +# with bullseye releases. After all of jessie, stretch and buster +# are not anymore supported the case can be removed. define add_security_release = $(1)_security_MIRROR = $$(SECURITY_MIRROR) +ifneq (,$(filter jessie stretch buster,$(1))) $(1)_security_DIST = $(1)/updates +else +$(1)_security_DIST = $(1)-security +endif $(1)_security_ARCHS = $$($(1)_ARCHS) $(1)_security_RELEASE = $(1) $(1)_security_SUBRELEASE = security View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/7fb4d7a790a68f03448bb3b02388955f58c4b0a2 -- View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/7fb4d7a790a68f03448bb3b02388955f58c4b0a2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-security-tracker-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits
