Message ID | 20170524153407.22969-1-dl9pf@gmx.de |
---|---|
State | New |
Headers | show |
On Wed, May 24, 2017 at 8:34 AM, <dl9pf@gmx.de> wrote: > From: Jan-Simon Möller <dl9pf@gmx.de> > > This patch temporarily fixes the unavailable upstream URL for sg3-utils > with an bbappend that redirects the SRC_URI to a mirror. > Checksums match. > > Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de> > --- > meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > > diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > new file mode 100644 > index 000000000..aeef696cf > --- /dev/null > +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > @@ -0,0 +1,2 @@ > +# Upstream URL currently unavailable. Use mirror: > +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz" Can we also host it on sources.openembedded.org please ? > -- > 2.12.0 > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Why do you introduce the bbappend instead of fixing it in ./meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb ? It should be on sources.openembedded.org (everything built in my bitbake world should be rsynced there, will check where it got broken this time). On Wed, May 24, 2017 at 5:41 PM, Khem Raj <raj.khem@gmail.com> wrote: > On Wed, May 24, 2017 at 8:34 AM, <dl9pf@gmx.de> wrote: > > From: Jan-Simon Möller <dl9pf@gmx.de> > > > > This patch temporarily fixes the unavailable upstream URL for sg3-utils > > with an bbappend that redirects the SRC_URI to a mirror. > > Checksums match. > > > > Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de> > > --- > > meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend | 2 ++ > > 1 file changed, 2 insertions(+) > > create mode 100644 meta-oe/recipes-support/sg3- > utils/sg3-utils_1.42.bbappend > > > > diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > > new file mode 100644 > > index 000000000..aeef696cf > > --- /dev/null > > +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > > @@ -0,0 +1,2 @@ > > +# Upstream URL currently unavailable. Use mirror: > > +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz" > > Can we also host it on sources.openembedded.org please ? > > > -- > > 2.12.0 > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > Openembedded-devel@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel >
Hi ! On Wednesday 24 May 2017 17:45:10 Martin Jansa wrote: > Why do you introduce the bbappend instead of fixing it in > ./meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb ? I assumed we can remove the mirror url when upstream is back or we have a better new upstream. That's why the bbappend. I can submit it right in-place if you prefer that. > > It should be on sources.openembedded.org (everything built in my bitbake > world should be rsynced there, will check where it got broken this time). Unfortunately it is not there. Best, -- Dipl.-Ing. Jan-Simon Möller jansimon.moeller@gmx.de > > On Wed, May 24, 2017 at 5:41 PM, Khem Raj <raj.khem@gmail.com> wrote: > > On Wed, May 24, 2017 at 8:34 AM, <dl9pf@gmx.de> wrote: > > > From: Jan-Simon Möller <dl9pf@gmx.de> > > > > > > This patch temporarily fixes the unavailable upstream URL for sg3-utils > > > with an bbappend that redirects the SRC_URI to a mirror. > > > Checksums match. > > > > > > Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de> > > > --- > > > > > > meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend | 2 ++ > > > 1 file changed, 2 insertions(+) > > > create mode 100644 meta-oe/recipes-support/sg3- > > > > utils/sg3-utils_1.42.bbappend > > > > > diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > > > > b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > > > > > new file mode 100644 > > > index 000000000..aeef696cf > > > --- /dev/null > > > +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > > > @@ -0,0 +1,2 @@ > > > +# Upstream URL currently unavailable. Use mirror: > > > +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz" > > > > Can we also host it on sources.openembedded.org please ? > > > > > -- > > > 2.12.0 > > > > > > -- > > > _______________________________________________ > > > Openembedded-devel mailing list > > > Openembedded-devel@lists.openembedded.org > > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > Openembedded-devel@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
+Tom the archives are correctly rsynced to milla: jenkins@milla:~$ ls htdocs/oe-sources/sg3* htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz.md5 htdocs/oe-sources/sg3_utils-1.31.tgz htdocs/oe-sources/sg3_utils-1.38.tgz htdocs/oe-sources/sg3_utils-1.40.tgz htdocs/oe-sources/sg3_utils-1.41.tgz htdocs/oe-sources/sg3_utils-1.42.tgz but they don't appear on http://sources.openembedded.org/ can you check what went wrong? The DNS might point to different host or something like that, because there are no archives from 2016 or 2017 (newest I've seen are from April 2015) and I think it was working a bit longer than that. On Wed, May 24, 2017 at 5:45 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > Why do you introduce the bbappend instead of fixing it in > ./meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb ? > > It should be on sources.openembedded.org (everything built in my bitbake > world should be rsynced there, will check where it got broken this time). > > On Wed, May 24, 2017 at 5:41 PM, Khem Raj <raj.khem@gmail.com> wrote: > >> On Wed, May 24, 2017 at 8:34 AM, <dl9pf@gmx.de> wrote: >> > From: Jan-Simon Möller <dl9pf@gmx.de> >> > >> > This patch temporarily fixes the unavailable upstream URL for sg3-utils >> > with an bbappend that redirects the SRC_URI to a mirror. >> > Checksums match. >> > >> > Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de> >> > --- >> > meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend | 2 ++ >> > 1 file changed, 2 insertions(+) >> > create mode 100644 meta-oe/recipes-support/sg3-ut >> ils/sg3-utils_1.42.bbappend >> > >> > diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend >> b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend >> > new file mode 100644 >> > index 000000000..aeef696cf >> > --- /dev/null >> > +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend >> > @@ -0,0 +1,2 @@ >> > +# Upstream URL currently unavailable. Use mirror: >> > +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz" >> >> Can we also host it on sources.openembedded.org please ? >> >> > -- >> > 2.12.0 >> > >> > -- >> > _______________________________________________ >> > Openembedded-devel mailing list >> > Openembedded-devel@lists.openembedded.org >> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >> > >
I've fixed it for now. sources.openembedded.org points to /home/home2/jenkins/htdocs/oe-sources/ While jenkins jobs rsync it to /home5/jenkins/htdocs/oe-sources/, I don't know who moved it or why, so I've just rsynced current state: $ rsync -avir /home5/jenkins/htdocs/oe-sources/ /home/home2/jenkins/htdocs/oe-sources/ Removed confusing and outdated index* files $ rm -f /home/home2/jenkins/htdocs/oe-sources/index* and some weird empty directories: $ rmdir fixes i586/ images/ licenses/ opensuse/ opkg/conf opkg pam.d porting prefs scripts share test touchscreen/ x86_64/ iceweasel-branding/ arm backport chromium-40/ debian-hacks/ debian1.0.2/ eglibc-2.17/ etc/default/ etc/init.d/ etc debian/fixes/ debian/ and a bit more: jenkins@milla:/home/home2/jenkins/htdocs/oe-sources$ find home/ home/ home/jenkins home/jenkins/oe home/jenkins/oe/world home/jenkins/oe/world/shr-core home/jenkins/oe/world/shr-core/openembedded-core home/jenkins/oe/world/shr-core/openembedded-core/scripts home/jenkins/oe/world/shr-core/tmp-glibc home/jenkins/oe/world/shr-core/tmp-glibc/work home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi/lsof home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi/lsof/4.88-r0 home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linu x-gnueabi/lsof/4.88-r0/lsof_4.88 home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/lsof home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/lsof/4.88-r0 home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe- linux-gnueabi/lsof/4.88-r0/lsof_4.88 home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/lsof/4.89-r0 home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe- linux-gnueabi/lsof/4.89-r0/lsof_4.89 home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof/4.88-r0 home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof/4.88-r0/lsof_4.88 home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof/4.89-r0 home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof/4.89-r0/lsof_4.89 home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof/4.88-r0 home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof/4.88-r0/lsof_4.88 home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof/4.89-r0 home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/ lsof/4.89-r0/lsof_4.89 $ rm -rf home/ $ du -hs git 581M git $ rm -rf git/ (someone with cow powers here will need to remove this as some files were owned by different than jenkins account) $ ls -lah git/www.sakoman.net.git.u-boot-omap3.git/.git/refs/tags/v20 09.06-rc1 -rw-r--r--+ 1 tking admin 41 Oct 27 2009 git/www.sakoman.net.git.u-boot -omap3.git/.git/refs/tags/v2009.06-rc1 similarly with: $ du -hs svn cvs hg bzr 1.4M svn 932K cvs 8.0K hg 20K bzr Please also chown following 4 files to be owned by jenkins:jenkins -rw-r--r--+ 1 www-data www-data 4.4M Apr 14 2016 git2_git.lighttpd.net. lighttpd.lighttpd-1.x.git.tar.gz -rw-r--r--+ 1 www-data www-data 89 Apr 14 2016 git2_git.lighttpd.net. lighttpd.lighttpd-1.x.git.tar.gz.md5 -rw-r--r-- 1 root root 237K Apr 27 2016 zaurus-legacy-tar.gz -rw-r--r-- 1 root root 55 Apr 27 2016 zaurus-legacy-tar.gz.md5 And in the end I've created backup if anyone misses mv /home5/jenkins/htdocs/oe-sources/ /home5/jenkins/htdocs/oe-sources-old and replaced the old one with symlink to /home/home2/jenkins/htdocs/oe-sources/ so it should be updated automatically until someone moves it again somewhere else. Regards, On Wed, May 24, 2017 at 5:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote: > +Tom > > the archives are correctly rsynced to milla: > > jenkins@milla:~$ ls htdocs/oe-sources/sg3* > htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz > htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz.md5 > htdocs/oe-sources/sg3_utils-1.31.tgz > htdocs/oe-sources/sg3_utils-1.38.tgz > htdocs/oe-sources/sg3_utils-1.40.tgz > htdocs/oe-sources/sg3_utils-1.41.tgz > htdocs/oe-sources/sg3_utils-1.42.tgz > > > but they don't appear on http://sources.openembedded.org/ can you check > what went wrong? The DNS might point to different host or something like > that, because there are no archives from 2016 or 2017 (newest I've seen are > from April 2015) and I think it was working a bit longer than that. > > On Wed, May 24, 2017 at 5:45 PM, Martin Jansa <martin.jansa@gmail.com> > wrote: > >> Why do you introduce the bbappend instead of fixing it in >> ./meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb ? >> >> It should be on sources.openembedded.org (everything built in my bitbake >> world should be rsynced there, will check where it got broken this time). >> >> On Wed, May 24, 2017 at 5:41 PM, Khem Raj <raj.khem@gmail.com> wrote: >> >>> On Wed, May 24, 2017 at 8:34 AM, <dl9pf@gmx.de> wrote: >>> > From: Jan-Simon Möller <dl9pf@gmx.de> >>> > >>> > This patch temporarily fixes the unavailable upstream URL for sg3-utils >>> > with an bbappend that redirects the SRC_URI to a mirror. >>> > Checksums match. >>> > >>> > Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de> >>> > --- >>> > meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend | 2 ++ >>> > 1 file changed, 2 insertions(+) >>> > create mode 100644 meta-oe/recipes-support/sg3-ut >>> ils/sg3-utils_1.42.bbappend >>> > >>> > diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend >>> b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend >>> > new file mode 100644 >>> > index 000000000..aeef696cf >>> > --- /dev/null >>> > +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend >>> > @@ -0,0 +1,2 @@ >>> > +# Upstream URL currently unavailable. Use mirror: >>> > +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz" >>> >>> Can we also host it on sources.openembedded.org please ? >>> >>> > -- >>> > 2.12.0 >>> > >>> > -- >>> > _______________________________________________ >>> > Openembedded-devel mailing list >>> > Openembedded-devel@lists.openembedded.org >>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel >>> -- >>> _______________________________________________ >>> Openembedded-devel mailing list >>> Openembedded-devel@lists.openembedded.org >>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >>> >> >> >
http://sources.openembedded.org/ -> 403 Forbidden -- Dipl.-Ing. Jan-Simon Möller jansimon.moeller@gmx.de On Wednesday 24 May 2017 19:07:59 Martin Jansa wrote: > I've fixed it for now. > > sources.openembedded.org points to /home/home2/jenkins/htdocs/oe-sources/ > > While jenkins jobs rsync it to /home5/jenkins/htdocs/oe-sources/, > > I don't know who moved it or why, so I've just rsynced current state: > $ rsync -avir /home5/jenkins/htdocs/oe-sources/ > /home/home2/jenkins/htdocs/oe-sources/ > > Removed confusing and outdated index* files > $ rm -f /home/home2/jenkins/htdocs/oe-sources/index* > > and some weird empty directories: > $ rmdir fixes i586/ images/ licenses/ opensuse/ opkg/conf opkg pam.d > porting prefs scripts share test touchscreen/ x86_64/ iceweasel-branding/ > arm backport chromium-40/ debian-hacks/ debian1.0.2/ eglibc-2.17/ > etc/default/ etc/init.d/ etc debian/fixes/ debian/ > > and a bit more: > jenkins@milla:/home/home2/jenkins/htdocs/oe-sources$ find home/ > home/ > home/jenkins > home/jenkins/oe > home/jenkins/oe/world > home/jenkins/oe/world/shr-core > home/jenkins/oe/world/shr-core/openembedded-core > home/jenkins/oe/world/shr-core/openembedded-core/scripts > home/jenkins/oe/world/shr-core/tmp-glibc > home/jenkins/oe/world/shr-core/tmp-glibc/work > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi/lsof > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi/lsof/4 > .88-r0 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linu > x-gnueabi/lsof/4.88-r0/lsof_4.88 > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/lsof > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/lsof/ > 4.88-r0 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe- > linux-gnueabi/lsof/4.88-r0/lsof_4.88 > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/lsof/ > 4.89-r0 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe- > linux-gnueabi/lsof/4.89-r0/lsof_4.89 > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof/4.88-r0 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof/4.88-r0 > /lsof_4.88 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof/4.89-r0 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof/4.89-r0 > /lsof_4.89 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof/4.88-r0 > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof/4.88-r0/lso > f_4.88 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof/4.89-r0 > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/ > lsof/4.89-r0/lsof_4.89 > $ rm -rf home/ > $ du -hs git > 581M git > $ rm -rf git/ (someone with cow powers here will need to remove this as > some files were owned by different than jenkins account) > $ ls -lah git/www.sakoman.net.git.u-boot-omap3.git/.git/refs/tags/v20 > 09.06-rc1 > -rw-r--r--+ 1 tking admin 41 Oct 27 2009 git/www.sakoman.net.git.u-boot > -omap3.git/.git/refs/tags/v2009.06-rc1 > similarly with: > $ du -hs svn cvs hg bzr > 1.4M svn > 932K cvs > 8.0K hg > 20K bzr > > Please also chown following 4 files to be owned by jenkins:jenkins > -rw-r--r--+ 1 www-data www-data 4.4M Apr 14 2016 git2_git.lighttpd.net. > lighttpd.lighttpd-1.x.git.tar.gz > -rw-r--r--+ 1 www-data www-data 89 Apr 14 2016 git2_git.lighttpd.net. > lighttpd.lighttpd-1.x.git.tar.gz.md5 > -rw-r--r-- 1 root root 237K Apr 27 2016 zaurus-legacy-tar.gz > -rw-r--r-- 1 root root 55 Apr 27 2016 zaurus-legacy-tar.gz.md5 > > And in the end I've created backup if anyone misses > mv /home5/jenkins/htdocs/oe-sources/ /home5/jenkins/htdocs/oe-sources-old > > and replaced the old one with symlink to > /home/home2/jenkins/htdocs/oe-sources/ so it should be updated > automatically until someone moves it again somewhere else. > > Regards, > > > > > > On Wed, May 24, 2017 at 5:51 PM, Martin Jansa <martin.jansa@gmail.com> > > wrote: > > +Tom > > > > the archives are correctly rsynced to milla: > > > > jenkins@milla:~$ ls htdocs/oe-sources/sg3* > > htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz > > htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz.md5 > > htdocs/oe-sources/sg3_utils-1.31.tgz > > htdocs/oe-sources/sg3_utils-1.38.tgz > > htdocs/oe-sources/sg3_utils-1.40.tgz > > htdocs/oe-sources/sg3_utils-1.41.tgz > > htdocs/oe-sources/sg3_utils-1.42.tgz > > > > > > but they don't appear on http://sources.openembedded.org/ can you check > > what went wrong? The DNS might point to different host or something like > > that, because there are no archives from 2016 or 2017 (newest I've seen > > are > > from April 2015) and I think it was working a bit longer than that. > > > > On Wed, May 24, 2017 at 5:45 PM, Martin Jansa <martin.jansa@gmail.com> > > > > wrote: > >> Why do you introduce the bbappend instead of fixing it in > >> ./meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb ? > >> > >> It should be on sources.openembedded.org (everything built in my bitbake > >> world should be rsynced there, will check where it got broken this time). > >> > >> On Wed, May 24, 2017 at 5:41 PM, Khem Raj <raj.khem@gmail.com> wrote: > >>> On Wed, May 24, 2017 at 8:34 AM, <dl9pf@gmx.de> wrote: > >>> > From: Jan-Simon Möller <dl9pf@gmx.de> > >>> > > >>> > This patch temporarily fixes the unavailable upstream URL for > >>> > sg3-utils > >>> > with an bbappend that redirects the SRC_URI to a mirror. > >>> > Checksums match. > >>> > > >>> > Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de> > >>> > --- > >>> > > >>> > meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend | 2 ++ > >>> > 1 file changed, 2 insertions(+) > >>> > create mode 100644 meta-oe/recipes-support/sg3-ut > >>> > >>> ils/sg3-utils_1.42.bbappend > >>> > >>> > diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > >>> > >>> b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > >>> > >>> > new file mode 100644 > >>> > index 000000000..aeef696cf > >>> > --- /dev/null > >>> > +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > >>> > @@ -0,0 +1,2 @@ > >>> > +# Upstream URL currently unavailable. Use mirror: > >>> > +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz" > >>> > >>> Can we also host it on sources.openembedded.org please ? > >>> > >>> > -- > >>> > 2.12.0 > >>> > > >>> > -- > >>> > _______________________________________________ > >>> > Openembedded-devel mailing list > >>> > Openembedded-devel@lists.openembedded.org > >>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > >>> > >>> -- > >>> _______________________________________________ > >>> Openembedded-devel mailing list > >>> Openembedded-devel@lists.openembedded.org > >>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
http://sources.openembedded.org/sg3_utils-1.42.tgz -> 200 OK This is what counts On Wed, May 24, 2017 at 7:53 PM, Jan-Simon Möller <dl9pf@gmx.de> wrote: > http://sources.openembedded.org/ -> 403 Forbidden > > -- > > Dipl.-Ing. > Jan-Simon Möller > > jansimon.moeller@gmx.de > On Wednesday 24 May 2017 19:07:59 Martin Jansa wrote: > > I've fixed it for now. > > > > sources.openembedded.org points to /home/home2/jenkins/htdocs/oe- > sources/ > > > > While jenkins jobs rsync it to /home5/jenkins/htdocs/oe-sources/, > > > > I don't know who moved it or why, so I've just rsynced current state: > > $ rsync -avir /home5/jenkins/htdocs/oe-sources/ > > /home/home2/jenkins/htdocs/oe-sources/ > > > > Removed confusing and outdated index* files > > $ rm -f /home/home2/jenkins/htdocs/oe-sources/index* > > > > and some weird empty directories: > > $ rmdir fixes i586/ images/ licenses/ opensuse/ opkg/conf opkg pam.d > > porting prefs scripts share test touchscreen/ x86_64/ iceweasel-branding/ > > arm backport chromium-40/ debian-hacks/ debian1.0.2/ eglibc-2.17/ > > etc/default/ etc/init.d/ etc debian/fixes/ debian/ > > > > and a bit more: > > jenkins@milla:/home/home2/jenkins/htdocs/oe-sources$ find home/ > > home/ > > home/jenkins > > home/jenkins/oe > > home/jenkins/oe/world > > home/jenkins/oe/world/shr-core > > home/jenkins/oe/world/shr-core/openembedded-core > > home/jenkins/oe/world/shr-core/openembedded-core/scripts > > home/jenkins/oe/world/shr-core/tmp-glibc > > home/jenkins/oe/world/shr-core/tmp-glibc/work > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linux-gnueabi > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe- > linux-gnueabi/lsof > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe- > linux-gnueabi/lsof/4 > > .88-r0 > > > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5e-oe-linu > > x-gnueabi/lsof/4.88-r0/lsof_4.88 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te- > oe-linux-gnueabi/lsof > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te- > oe-linux-gnueabi/lsof/ > > 4.88-r0 > > > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe- > > linux-gnueabi/lsof/4.88-r0/lsof_4.88 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te- > oe-linux-gnueabi/lsof/ > > 4.89-r0 > > > > home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe- > > linux-gnueabi/lsof/4.89-r0/lsof_4.89 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64-oe-linux/lsof > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64- > oe-linux/lsof/4.88-r0 > > > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64- > oe-linux/lsof/4.88-r0 > > /lsof_4.88 > > > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64- > oe-linux/lsof/4.89-r0 > > > > home/jenkins/oe/world/shr-core/tmp-glibc/work/core2-64- > oe-linux/lsof/4.89-r0 > > /lsof_4.89 > > > > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux > > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof > > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof/4.88-r0 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe- > linux/lsof/4.88-r0/lso > > f_4.88 > > > > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/lsof/4.89-r0 > > home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/ > > lsof/4.89-r0/lsof_4.89 > > $ rm -rf home/ > > $ du -hs git > > 581M git > > $ rm -rf git/ (someone with cow powers here will need to remove this as > > some files were owned by different than jenkins account) > > $ ls -lah git/www.sakoman.net.git.u-boot-omap3.git/.git/refs/tags/v20 > > 09.06-rc1 > > -rw-r--r--+ 1 tking admin 41 Oct 27 2009 git/www.sakoman.net.git.u-boot > > -omap3.git/.git/refs/tags/v2009.06-rc1 > > similarly with: > > $ du -hs svn cvs hg bzr > > 1.4M svn > > 932K cvs > > 8.0K hg > > 20K bzr > > > > Please also chown following 4 files to be owned by jenkins:jenkins > > -rw-r--r--+ 1 www-data www-data 4.4M Apr 14 2016 > git2_git.lighttpd.net. > > lighttpd.lighttpd-1.x.git.tar.gz > > -rw-r--r--+ 1 www-data www-data 89 Apr 14 2016 > git2_git.lighttpd.net. > > lighttpd.lighttpd-1.x.git.tar.gz.md5 > > -rw-r--r-- 1 root root 237K Apr 27 2016 zaurus-legacy-tar.gz > > -rw-r--r-- 1 root root 55 Apr 27 2016 > zaurus-legacy-tar.gz.md5 > > > > And in the end I've created backup if anyone misses > > mv /home5/jenkins/htdocs/oe-sources/ /home5/jenkins/htdocs/oe- > sources-old > > > > and replaced the old one with symlink to > > /home/home2/jenkins/htdocs/oe-sources/ so it should be updated > > automatically until someone moves it again somewhere else. > > > > Regards, > > > > > > > > > > > > On Wed, May 24, 2017 at 5:51 PM, Martin Jansa <martin.jansa@gmail.com> > > > > wrote: > > > +Tom > > > > > > the archives are correctly rsynced to milla: > > > > > > jenkins@milla:~$ ls htdocs/oe-sources/sg3* > > > htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz > > > htdocs/oe-sources/sg3-utils_1.24.orig.tar.gz.md5 > > > htdocs/oe-sources/sg3_utils-1.31.tgz > > > htdocs/oe-sources/sg3_utils-1.38.tgz > > > htdocs/oe-sources/sg3_utils-1.40.tgz > > > htdocs/oe-sources/sg3_utils-1.41.tgz > > > htdocs/oe-sources/sg3_utils-1.42.tgz > > > > > > > > > but they don't appear on http://sources.openembedded.org/ can you > check > > > what went wrong? The DNS might point to different host or something > like > > > that, because there are no archives from 2016 or 2017 (newest I've seen > > > are > > > from April 2015) and I think it was working a bit longer than that. > > > > > > On Wed, May 24, 2017 at 5:45 PM, Martin Jansa <martin.jansa@gmail.com> > > > > > > wrote: > > >> Why do you introduce the bbappend instead of fixing it in > > >> ./meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bb ? > > >> > > >> It should be on sources.openembedded.org (everything built in my > bitbake > > >> world should be rsynced there, will check where it got broken this > time). > > >> > > >> On Wed, May 24, 2017 at 5:41 PM, Khem Raj <raj.khem@gmail.com> wrote: > > >>> On Wed, May 24, 2017 at 8:34 AM, <dl9pf@gmx.de> wrote: > > >>> > From: Jan-Simon Möller <dl9pf@gmx.de> > > >>> > > > >>> > This patch temporarily fixes the unavailable upstream URL for > > >>> > sg3-utils > > >>> > with an bbappend that redirects the SRC_URI to a mirror. > > >>> > Checksums match. > > >>> > > > >>> > Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de> > > >>> > --- > > >>> > > > >>> > meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend | 2 ++ > > >>> > 1 file changed, 2 insertions(+) > > >>> > create mode 100644 meta-oe/recipes-support/sg3-ut > > >>> > > >>> ils/sg3-utils_1.42.bbappend > > >>> > > >>> > diff --git a/meta-oe/recipes-support/sg3- > utils/sg3-utils_1.42.bbappend > > >>> > > >>> b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > > >>> > > >>> > new file mode 100644 > > >>> > index 000000000..aeef696cf > > >>> > --- /dev/null > > >>> > +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend > > >>> > @@ -0,0 +1,2 @@ > > >>> > +# Upstream URL currently unavailable. Use mirror: > > >>> > +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz" > > >>> > > >>> Can we also host it on sources.openembedded.org please ? > > >>> > > >>> > -- > > >>> > 2.12.0 > > >>> > > > >>> > -- > > >>> > _______________________________________________ > > >>> > Openembedded-devel mailing list > > >>> > Openembedded-devel@lists.openembedded.org > > >>> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > >>> > > >>> -- > > >>> _______________________________________________ > > >>> Openembedded-devel mailing list > > >>> Openembedded-devel@lists.openembedded.org > > >>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel > >
On Wednesday 24 May 2017 20:07:55 Martin Jansa wrote: > http://sources.openembedded.org/sg3_utils-1.42.tgz -> 200 OK This is what > counts +1 Best, Jan-Simon -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend new file mode 100644 index 000000000..aeef696cf --- /dev/null +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.42.bbappend @@ -0,0 +1,2 @@ +# Upstream URL currently unavailable. Use mirror: +SRC_URI = "https://fossies.org/linux/misc/sg3_utils-${PV}.tgz"