* [PATCH] input-utils: fix fetch issue
@ 2013-11-18 15:44 Chase Maupin
2013-11-18 14:44 ` Maupin, Chase
0 siblings, 1 reply; 5+ messages in thread
From: Chase Maupin @ 2013-11-18 15:44 UTC (permalink / raw)
To: meta-arago
* Input utils has not been fetchable since the alioth server
went down. So instead of using git pull the 1.0 release from
the ftp server.
* More information on the server issues can be found at:
http://lists.debian.org/debian-infrastructure-announce/2013/11/msg00001.html
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
.../{input-utils_git.bb => input-utils_1.0.bb} | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
rename meta-arago-extras/recipes-devtools/input-utils/{input-utils_git.bb => input-utils_1.0.bb} (71%)
diff --git a/meta-arago-extras/recipes-devtools/input-utils/input-utils_git.bb b/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
similarity index 71%
rename from meta-arago-extras/recipes-devtools/input-utils/input-utils_git.bb
rename to meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
index 30a7454..6fbc8b6 100644
--- a/meta-arago-extras/recipes-devtools/input-utils/input-utils_git.bb
+++ b/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
PV = "1.0"
PR = "r0"
-BRANCH ?= "master"
-SRCREV = "230a22bda95ea5616251b43db418f9df445651b6"
-
-SRC_URI = "git://git.debian.org/collab-maint/input-utils.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "http://ftp.de.debian.org/debian/pool/main/i/input-utils/input-utils_1.0.orig.tar.gz"
SRC_URI_append_arm = " file://0001-autoconf-fix-for-cross-compilation-for-ARM.patch"
-S = "${WORKDIR}/git"
+SRC_URI[md5sum] = "3e58772e8647093b1de2f2c90bfb9ee8"
+SRC_URI[sha256sum] = "ab6f550f01bb5fcede492ab88711d82bacee4229cf2f5dc55a349b3bff4e3b13"
+
+S = "${WORKDIR}/input-1.0"
do_compile () {
oe_runmake
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] input-utils: fix fetch issue 2013-11-18 15:44 [PATCH] input-utils: fix fetch issue Chase Maupin @ 2013-11-18 14:44 ` Maupin, Chase 2013-11-18 14:55 ` Cooper Jr., Franklin 2013-11-18 18:29 ` Denys Dmytriyenko 0 siblings, 2 replies; 5+ messages in thread From: Maupin, Chase @ 2013-11-18 14:44 UTC (permalink / raw) To: Maupin, Chase, meta-arago@arago-project.org >-----Original Message----- >From: Maupin, Chase >Sent: Monday, November 18, 2013 9:44 AM >To: meta-arago@arago-project.org >Cc: Maupin, Chase >Subject: [PATCH] input-utils: fix fetch issue > >* Input utils has not been fetchable since the alioth server > went down. So instead of using git pull the 1.0 release from > the ftp server. >* More information on the server issues can be found at: > http://lists.debian.org/debian-infrastructure- >announce/2013/11/msg00001.html > >Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> >--- > .../{input-utils_git.bb => input-utils_1.0.bb} | 10 +++++-- >--- > 1 files changed, 5 insertions(+), 5 deletions(-) > rename meta-arago-extras/recipes-devtools/input-utils/{input- >utils_git.bb => input-utils_1.0.bb} (71%) > >diff --git a/meta-arago-extras/recipes-devtools/input-utils/input- >utils_git.bb b/meta-arago-extras/recipes-devtools/input- >utils/input-utils_1.0.bb >similarity index 71% >rename from meta-arago-extras/recipes-devtools/input-utils/input- >utils_git.bb >rename to meta-arago-extras/recipes-devtools/input-utils/input- >utils_1.0.bb >index 30a7454..6fbc8b6 100644 >--- a/meta-arago-extras/recipes-devtools/input-utils/input- >utils_git.bb >+++ b/meta-arago-extras/recipes-devtools/input-utils/input- >utils_1.0.bb >@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = >"file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" > PV = "1.0" > PR = "r0" Not sure if this needs a PR bump. Thoughts? > >-BRANCH ?= "master" >-SRCREV = "230a22bda95ea5616251b43db418f9df445651b6" >- >-SRC_URI = "git://git.debian.org/collab-maint/input- >utils.git;protocol=git;branch=${BRANCH}" >+SRC_URI = "http://ftp.de.debian.org/debian/pool/main/i/input- >utils/input-utils_1.0.orig.tar.gz" > SRC_URI_append_arm = " file://0001-autoconf-fix-for-cross- >compilation-for-ARM.patch" > >-S = "${WORKDIR}/git" >+SRC_URI[md5sum] = "3e58772e8647093b1de2f2c90bfb9ee8" >+SRC_URI[sha256sum] = >"ab6f550f01bb5fcede492ab88711d82bacee4229cf2f5dc55a349b3bff4e3b13" >+ >+S = "${WORKDIR}/input-1.0" > > do_compile () { > oe_runmake >-- >1.7.0.4 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] input-utils: fix fetch issue 2013-11-18 14:44 ` Maupin, Chase @ 2013-11-18 14:55 ` Cooper Jr., Franklin 2013-11-18 18:29 ` Denys Dmytriyenko 1 sibling, 0 replies; 5+ messages in thread From: Cooper Jr., Franklin @ 2013-11-18 14:55 UTC (permalink / raw) To: Maupin, Chase, meta-arago@arago-project.org > -----Original Message----- > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- > bounces@arago-project.org] On Behalf Of Maupin, Chase > Sent: Monday, November 18, 2013 8:45 AM > To: Maupin, Chase; meta-arago@arago-project.org > Subject: Re: [meta-arago] [PATCH] input-utils: fix fetch issue > > >-----Original Message----- > >From: Maupin, Chase > >Sent: Monday, November 18, 2013 9:44 AM > >To: meta-arago@arago-project.org > >Cc: Maupin, Chase > >Subject: [PATCH] input-utils: fix fetch issue > > > >* Input utils has not been fetchable since the alioth server > > went down. So instead of using git pull the 1.0 release from > > the ftp server. > >* More information on the server issues can be found at: > > http://lists.debian.org/debian-infrastructure- > >announce/2013/11/msg00001.html > > > >Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> > >--- > > .../{input-utils_git.bb => input-utils_1.0.bb} | 10 +++++-- > >--- > > 1 files changed, 5 insertions(+), 5 deletions(-) rename > >meta-arago-extras/recipes-devtools/input-utils/{input- > >utils_git.bb => input-utils_1.0.bb} (71%) > > > >diff --git a/meta-arago-extras/recipes-devtools/input-utils/input- > >utils_git.bb b/meta-arago-extras/recipes-devtools/input- > >utils/input-utils_1.0.bb > >similarity index 71% > >rename from meta-arago-extras/recipes-devtools/input-utils/input- > >utils_git.bb > >rename to meta-arago-extras/recipes-devtools/input-utils/input- > >utils_1.0.bb > >index 30a7454..6fbc8b6 100644 > >--- a/meta-arago-extras/recipes-devtools/input-utils/input- > >utils_git.bb > >+++ b/meta-arago-extras/recipes-devtools/input-utils/input- > >utils_1.0.bb > >@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = > >"file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" > > PV = "1.0" > > PR = "r0" > > Not sure if this needs a PR bump. Thoughts? [Franklin] I think PR bumps are really needed if something has changed in the recipe that you would want everything to be rebuilt. Since your simply changing the fetch location (im assuming the code is identical) then people who already built this package wouldn't need to rebuild anything and people who haven't built this package will use your updated location. > > > > >-BRANCH ?= "master" > >-SRCREV = "230a22bda95ea5616251b43db418f9df445651b6" > >- > >-SRC_URI = "git://git.debian.org/collab-maint/input- > >utils.git;protocol=git;branch=${BRANCH}" > >+SRC_URI = "http://ftp.de.debian.org/debian/pool/main/i/input- > >utils/input-utils_1.0.orig.tar.gz" > > SRC_URI_append_arm = " file://0001-autoconf-fix-for-cross- > >compilation-for-ARM.patch" > > > >-S = "${WORKDIR}/git" > >+SRC_URI[md5sum] = "3e58772e8647093b1de2f2c90bfb9ee8" > >+SRC_URI[sha256sum] = > >"ab6f550f01bb5fcede492ab88711d82bacee4229cf2f5dc55a349b3bff4e3b1 > 3" > >+ > >+S = "${WORKDIR}/input-1.0" > > > > do_compile () { > > oe_runmake > >-- > >1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] input-utils: fix fetch issue 2013-11-18 14:44 ` Maupin, Chase 2013-11-18 14:55 ` Cooper Jr., Franklin @ 2013-11-18 18:29 ` Denys Dmytriyenko 2013-11-18 18:46 ` Maupin, Chase 1 sibling, 1 reply; 5+ messages in thread From: Denys Dmytriyenko @ 2013-11-18 18:29 UTC (permalink / raw) To: Maupin, Chase; +Cc: meta-arago@arago-project.org On Mon, Nov 18, 2013 at 02:44:31PM +0000, Maupin, Chase wrote: > >-----Original Message----- > >From: Maupin, Chase > >Sent: Monday, November 18, 2013 9:44 AM > >To: meta-arago@arago-project.org > >Cc: Maupin, Chase > >Subject: [PATCH] input-utils: fix fetch issue > > > >* Input utils has not been fetchable since the alioth server > > went down. So instead of using git pull the 1.0 release from > > the ftp server. > >* More information on the server issues can be found at: > > http://lists.debian.org/debian-infrastructure- > >announce/2013/11/msg00001.html > > > >Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> > >--- > > .../{input-utils_git.bb => input-utils_1.0.bb} | 10 +++++-- > >--- > > 1 files changed, 5 insertions(+), 5 deletions(-) > > rename meta-arago-extras/recipes-devtools/input-utils/{input- > >utils_git.bb => input-utils_1.0.bb} (71%) > > > >diff --git a/meta-arago-extras/recipes-devtools/input-utils/input- > >utils_git.bb b/meta-arago-extras/recipes-devtools/input- > >utils/input-utils_1.0.bb > >similarity index 71% > >rename from meta-arago-extras/recipes-devtools/input-utils/input- > >utils_git.bb > >rename to meta-arago-extras/recipes-devtools/input-utils/input- > >utils_1.0.bb > >index 30a7454..6fbc8b6 100644 > >--- a/meta-arago-extras/recipes-devtools/input-utils/input- > >utils_git.bb > >+++ b/meta-arago-extras/recipes-devtools/input-utils/input- > >utils_1.0.bb > >@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = > >"file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" > > PV = "1.0" > > PR = "r0" > > Not sure if this needs a PR bump. Thoughts? Is this the same exact version in tar as was supposed to be fetched from git? Then no PR bump is needed. Moreover, I believe for most people it would be the first time they are able to build anyway, as recipes went in right when the debian server went down, so nobody was able to build this before. > >-BRANCH ?= "master" > >-SRCREV = "230a22bda95ea5616251b43db418f9df445651b6" > >- > >-SRC_URI = "git://git.debian.org/collab-maint/input- > >utils.git;protocol=git;branch=${BRANCH}" > >+SRC_URI = "http://ftp.de.debian.org/debian/pool/main/i/input- > >utils/input-utils_1.0.orig.tar.gz" > > SRC_URI_append_arm = " file://0001-autoconf-fix-for-cross- > >compilation-for-ARM.patch" > > > >-S = "${WORKDIR}/git" > >+SRC_URI[md5sum] = "3e58772e8647093b1de2f2c90bfb9ee8" > >+SRC_URI[sha256sum] = > >"ab6f550f01bb5fcede492ab88711d82bacee4229cf2f5dc55a349b3bff4e3b13" > >+ > >+S = "${WORKDIR}/input-1.0" > > > > do_compile () { > > oe_runmake > >-- > >1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] input-utils: fix fetch issue 2013-11-18 18:29 ` Denys Dmytriyenko @ 2013-11-18 18:46 ` Maupin, Chase 0 siblings, 0 replies; 5+ messages in thread From: Maupin, Chase @ 2013-11-18 18:46 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org >-----Original Message----- >From: Dmytriyenko, Denys >Sent: Monday, November 18, 2013 12:30 PM >To: Maupin, Chase >Cc: meta-arago@arago-project.org >Subject: Re: [meta-arago] [PATCH] input-utils: fix fetch issue > >On Mon, Nov 18, 2013 at 02:44:31PM +0000, Maupin, Chase wrote: >> >-----Original Message----- >> >From: Maupin, Chase >> >Sent: Monday, November 18, 2013 9:44 AM >> >To: meta-arago@arago-project.org >> >Cc: Maupin, Chase >> >Subject: [PATCH] input-utils: fix fetch issue >> > >> >* Input utils has not been fetchable since the alioth server >> > went down. So instead of using git pull the 1.0 release from >> > the ftp server. >> >* More information on the server issues can be found at: >> > http://lists.debian.org/debian-infrastructure- >> >announce/2013/11/msg00001.html >> > >> >Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> >> >--- >> > .../{input-utils_git.bb => input-utils_1.0.bb} | 10 >+++++-- >> >--- >> > 1 files changed, 5 insertions(+), 5 deletions(-) >> > rename meta-arago-extras/recipes-devtools/input-utils/{input- >> >utils_git.bb => input-utils_1.0.bb} (71%) >> > >> >diff --git a/meta-arago-extras/recipes-devtools/input- >utils/input- >> >utils_git.bb b/meta-arago-extras/recipes-devtools/input- >> >utils/input-utils_1.0.bb >> >similarity index 71% >> >rename from meta-arago-extras/recipes-devtools/input- >utils/input- >> >utils_git.bb >> >rename to meta-arago-extras/recipes-devtools/input-utils/input- >> >utils_1.0.bb >> >index 30a7454..6fbc8b6 100644 >> >--- a/meta-arago-extras/recipes-devtools/input-utils/input- >> >utils_git.bb >> >+++ b/meta-arago-extras/recipes-devtools/input-utils/input- >> >utils_1.0.bb >> >@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = >> >"file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" >> > PV = "1.0" >> > PR = "r0" >> >> Not sure if this needs a PR bump. Thoughts? > >Is this the same exact version in tar as was supposed to be >fetched from git? >Then no PR bump is needed. Moreover, I believe for most people it >would be the >first time they are able to build anyway, as recipes went in right >when the >debian server went down, so nobody was able to build this before. > I think so, but without the git it is a little hard to check. But I pulled the 1.0 tag before and this is the 1.0 release. > >> >-BRANCH ?= "master" >> >-SRCREV = "230a22bda95ea5616251b43db418f9df445651b6" >> >- >> >-SRC_URI = "git://git.debian.org/collab-maint/input- >> >utils.git;protocol=git;branch=${BRANCH}" >> >+SRC_URI = "http://ftp.de.debian.org/debian/pool/main/i/input- >> >utils/input-utils_1.0.orig.tar.gz" >> > SRC_URI_append_arm = " file://0001-autoconf-fix-for-cross- >> >compilation-for-ARM.patch" >> > >> >-S = "${WORKDIR}/git" >> >+SRC_URI[md5sum] = "3e58772e8647093b1de2f2c90bfb9ee8" >> >+SRC_URI[sha256sum] = >> >>"ab6f550f01bb5fcede492ab88711d82bacee4229cf2f5dc55a349b3bff4e3b13 >" >> >+ >> >+S = "${WORKDIR}/input-1.0" >> > >> > do_compile () { >> > oe_runmake >> >-- >> >1.7.0.4 >> >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-11-18 18:46 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-11-18 15:44 [PATCH] input-utils: fix fetch issue Chase Maupin 2013-11-18 14:44 ` Maupin, Chase 2013-11-18 14:55 ` Cooper Jr., Franklin 2013-11-18 18:29 ` Denys Dmytriyenko 2013-11-18 18:46 ` Maupin, Chase
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.