| Submitter | Khem Raj |
|---|---|
| Date | June 1, 2012, 1:33 a.m. |
| Message ID | <1338514403-9477-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/29051/ |
| State | New, archived |
| Headers | show |
Comments
On Thu, May 31, 2012 at 06:33:23PM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > 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 Isn't that backwards for say kernel.org mismatches? Or am I forgetting that we already fixed that and switched to new checksums?
On Mon, Jun 4, 2012 at 4:37 PM, Tom Rini <tom.rini@gmail.com> wrote: > Isn't that backwards for say kernel.org mismatches? Or am I forgetting > that we already fixed that and switched to new checksums? hmmm I dont know if we did. I am also not aware of conflicts its only a fallback so mostly missing old packages only land here
Patch
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
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- classes/mirrors.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)