Skip to content

Instantly share code, notes, and snippets.

@cellularmitosis
Last active October 15, 2019 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cellularmitosis/4e0485afb0004774145161ad41a205ed to your computer and use it in GitHub Desktop.
Save cellularmitosis/4e0485afb0004774145161ad41a205ed to your computer and use it in GitHub Desktop.
What happened to jessie-backports?

Blog 2019/4/28

<- previous | index | next ->

What happened to jessie-backports?

It moved to http://archive.debian.org/.

/etc/apt/sources.list on a jessie box should now look like this:

deb http://cdn-fastly.deb.debian.org/debian/ jessie main
deb-src http://cdn-fastly.deb.debian.org/debian/ jessie main

deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main

deb http://archive.debian.org/debian jessie-backports main
deb-src http://archive.debian.org/debian jessie-backports main

and /etc/apt/apt.conf should have this:

Acquire::Check-Valid-Until "false";

Thanks to Stephen Kitt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment