Sources list setup for security: switch from testing/updates to testing-security
authorMichael Prokop <mika@grml.org>
Thu, 11 Jul 2019 15:00:11 +0000 (17:00 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 11 Jul 2019 15:02:01 +0000 (17:02 +0200)
Supposed to fix:

| E: Failed to fetch http://security.debian.org/dists/testing/updates/main/source/Sources  404  Not Found [IP: 2a04:4e42:9::204 80]

Nowadays only http://security-cdn.debian.org/dists/testing-security/ exists.
Quoting from https://lists.debian.org/debian-security/2019/06/msg00015.html:

| I would like to switch to *-security instead of */updates starting with
| bullseye.  There will likely be some complications, but they should be
| solvable by the time we will publish packages in bullseye-security.

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

index 0a51c94..a7dbe01 100644 (file)
@@ -3,5 +3,5 @@
   deb-src http://ftp.debian.org/debian/ testing main contrib non-free
 
 # security updates:
-  deb     http://security.debian.org/ testing/updates main contrib
-  deb-src http://security.debian.org/ testing/updates main contrib
+  deb     http://security.debian.org/ testing-security main contrib
+  deb-src http://security.debian.org/ testing-security main contrib