]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mirrors: Add debian archive snapshot mirrors to search list
authorKhem Raj <raj.khem@gmail.com>
Wed, 4 Jul 2012 23:54:15 +0000 (16:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:23:16 +0000 (10:23 +0100)
I ran across this problem when apt 0.7.14 was not fetchable
from regular debian mirrors and existing snapshot mirror
did not have it either since we did not use proper syntax
so it was not hitting that.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/mirrors.bbclass

index 86ccd7a76627fb589ff594f5563c77aeeace0483..1a9a53176201d23f4ad8a99bdbad873e04ad9d95 100644 (file)
@@ -1,5 +1,7 @@
 MIRRORS += "\
-${DEBIAN_MIRROR}/main  http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/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 \
 ${DEBIAN_MIRROR}       ftp://ftp.de.debian.org/debian/pool \n \
 ${DEBIAN_MIRROR}       ftp://ftp.au.debian.org/debian/pool \n \
 ${DEBIAN_MIRROR}       ftp://ftp.cl.debian.org/debian/pool \n \