set default sources conf for buster as it now has a release

Change-Id: Ica014a1a267b55e2f29a0c333213e0a4c897108b
This commit is contained in:
Matthew Thode 2019-07-01 13:59:14 -05:00
parent 091a4e2c6e
commit 03933b3ab7
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8

View File

@ -16,9 +16,7 @@ updates:deb ${DIB_DISTRIBUTION_MIRROR} ${DIB_RELEASE}-updates ${DIB_DEBIAN_COMPO
security:deb http://security.debian.org/ ${DIB_RELEASE}/updates ${DIB_DEBIAN_COMPONENTS_WS}
"
# NOTE(ianw): 2019-04 -- remove buster from here when released and it
# has security/backports.
if [ "${DIB_RELEASE}" = "testing" -o "${DIB_RELEASE}" = "unstable" -o "${DIB_RELEASE}" = "buster" ]; then
if [ "${DIB_RELEASE}" = "testing" -o "${DIB_RELEASE}" = "unstable" ]; then
DIB_APT_SOURCES_CONF_DEFAULT="default:deb ${DIB_DISTRIBUTION_MIRROR} ${DIB_RELEASE} ${DIB_DEBIAN_COMPONENTS_WS}"
fi