From: Ross Burton Date: Fri, 15 Jun 2018 14:36:02 +0000 (+0100) Subject: mirrors: add Debian snapshot mirror for 2018 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8756cf22afb30eeb7a633bbe0cdd8187a2f4a3f5;p=openembedded-core.git mirrors: add Debian snapshot mirror for 2018 Add a Debian snapshot mirror from 2018 (specifically, 10th March, the date 9.4 was released) to DEBIAN_MIRRORS. (From OE-Core rev: f3f394913b4e4a7c601ad1158faaf8b9d493e1c7) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index b331afc5d0..ed53dfbca6 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -1,4 +1,5 @@ MIRRORS += "\ +${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \n \ ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \n \ ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \n \ ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \n \