[oe-commits] Khem Raj : mirrors: Add debian archive snapshot mirrors to search list

git at git.openembedded.org git at git.openembedded.org
Wed Jul 11 14:58:54 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: ba30450278d9817be6bc1ddeaafc8bfdae429129
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ba30450278d9817be6bc1ddeaafc8bfdae429129

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jul  4 16:54:15 2012 -0700

mirrors: Add debian archive snapshot mirrors to search list

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 at gmail.com>

---

 meta/classes/mirrors.bbclass |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
index 86ccd7a..1a9a531 100644
--- a/meta/classes/mirrors.bbclass
+++ b/meta/classes/mirrors.bbclass
@@ -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 \





More information about the Openembedded-commits mailing list