From patchwork Fri Jun 1 01:33:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2] classes/mirrors.bbclass: update debian snapshot mirror url Date: Fri, 01 Jun 2012 01:33:23 -0000 From: Khem Raj X-Patchwork-Id: 29051 Message-Id: <1338514403-9477-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Khem Raj --- classes/mirrors.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/classes/mirrors.bbclass b/classes/mirrors.bbclass index 71ee5f6..1f509df 100644 --- a/classes/mirrors.bbclass +++ b/classes/mirrors.bbclass @@ -1,6 +1,8 @@ MIRRORS[func] = "0" MIRRORS () { -${DEBIAN_MIRROR}/main http://snapshot.debian.net/archive/pool +${DEBIAN_MIRROR}/main http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool +${DEBIAN_MIRROR}/main http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool +${DEBIAN_MIRROR}/main http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool ${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool ${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool ${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool