diff options
-rw-r--r-- | 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 86ccd7a766..1a9a531762 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -1,5 +1,7 @@ | |||
1 | MIRRORS += "\ | 1 | MIRRORS += "\ |
2 | ${DEBIAN_MIRROR}/main http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool/ \n \ | 2 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \n \ |
3 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \n \ | ||
4 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \n \ | ||
3 | ${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ | 5 | ${DEBIAN_MIRROR} ftp://ftp.de.debian.org/debian/pool \n \ |
4 | ${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ | 6 | ${DEBIAN_MIRROR} ftp://ftp.au.debian.org/debian/pool \n \ |
5 | ${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \ | 7 | ${DEBIAN_MIRROR} ftp://ftp.cl.debian.org/debian/pool \n \ |