]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/mirrors.bbclass: Point snapshot.debian.org mirror to working location
authorKhem Raj <raj.khem@gmail.com>
Fri, 4 May 2012 21:56:33 +0000 (14:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 May 2012 06:31:42 +0000 (07:31 +0100)
If you point to snapshot.debian.net/archive/pool then it will fetch
you a html page which will end up in corrupt download. The locations
have changed for archives and here we point the mirror to right
location.

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

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