On Wed, Dec 9, 2015 at 6:40 AM, Alexander Kanavin <[email protected]> wrote: > archive.apache.org does not contain current releases, only historical ones, > so upstream checks aren't accurate. It's replaced with official mirrors > containing current versions. > > Signed-off-by: Alexander Kanavin <[email protected]> > --- > meta/classes/mirrors.bbclass | 2 +- > meta/conf/bitbake.conf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass > index b96c071..0f98479 100644 > --- a/meta/classes/mirrors.bbclass > +++ b/meta/classes/mirrors.bbclass > @@ -40,7 +40,7 @@ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ > ftp://ftp.tux.org/pub/sites/vic > ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ > ftp://gd.tuwien.ac.at/utils/admin-tools/lsof/ \n \ > ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ > ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ \n \ > ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ > ftp://the.wiretapped.net/pub/security/host-security/lsof/ \n \ > -http://www.apache.org/dist http://archive.apache.org/dist \n \ > +http://www.eu.apache.org/dist http://www.us.apache.org/dist \n \
Is this change correct? Shouldn't mirrors.bbclass provide a fallback to the historical releases URL (so that things keep working if the oe-core version of an apache.org package is no longer a current version) ? > http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \n > \ > ${SAVANNAH_GNU_MIRROR} http://download-mirror.savannah.gnu.org/releases \n \ > ${SAVANNAH_NONGNU_MIRROR} > http://download-mirror.savannah.nongnu.org/releases \n \ > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index 06971da..3491b12 100644 > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -567,7 +567,7 @@ BBLAYERS_FETCH_DIR ??= "${COREBASE}" > # Download locations and utilities. > ################################################################## > > -APACHE_MIRROR = "http://archive.apache.org/dist" > +APACHE_MIRROR = "http://www.eu.apache.org/dist/" > DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" > GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles" > GNOME_GIT = "git://git.gnome.org" > -- > 2.6.2 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
