DEBIAN_STABLE: use buster-backports instead of stretch-backports
authorMichael Prokop <mika@grml.org>
Tue, 28 Jan 2020 12:38:01 +0000 (13:38 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 28 Jan 2020 12:44:11 +0000 (13:44 +0100)
Debian/buster is the current stable release, there's no point in
enabling stretch-backports there.

FTR: we could set it to 'stable-backports' instead, though then
apt/apt-get/... will complain about it:

| W: Conflicting distribution: http://ftp.debian.org/debian stable-backports InRelease (expected stable-backports but got buster-backports)

etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE

index 3072559..2e0674e 100644 (file)
@@ -7,5 +7,5 @@
   deb-src http://security.debian.org/ stable/updates main contrib
 
 # backports:
-  deb     http://ftp.debian.org/debian/ stretch-backports main contrib non-free
-  deb-src http://ftp.debian.org/debian/ stretch-backports main contrib non-free
+  deb     http://ftp.debian.org/debian/ buster-backports main contrib non-free
+  deb-src http://ftp.debian.org/debian/ buster-backports main contrib non-free