All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI
@ 2012-07-12 19:11 Apelete Seketeli
  2012-07-12 19:11 ` [oe-classic][PATCH 1/2] tzcode: " Apelete Seketeli
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Apelete Seketeli @ 2012-07-12 19:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Hello,

The official repository of the time zone database was shut down on
2011-10-06, so the corresponding recipes needed to be updated to fetch
the time zone source packages from alternative mirrors.

The two patches that come as follow up of this message is what it's
all about.

Apelete Seketeli (2):
  tzcode: update SRC_URI
  tzdata: update SRC_URI

 recipes/tzcode/tzcode-native.inc |    4 ++--
 recipes/tzdata/tzdata.inc        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.10.4




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [oe-classic][PATCH 1/2] tzcode: update SRC_URI
  2012-07-12 19:11 [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI Apelete Seketeli
@ 2012-07-12 19:11 ` Apelete Seketeli
  2012-07-12 19:11 ` [oe-classic][PATCH 2/2] tzdata: " Apelete Seketeli
  2012-07-12 20:02 ` [oe-classic][PATCH 0/2] tzcode/tzdata: " Khem Raj
  2 siblings, 0 replies; 5+ messages in thread
From: Apelete Seketeli @ 2012-07-12 19:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Update the SRC_URI of tzcode-native.inc to tzmirror.sunbase.org since
elsie.nci.nih.gov seems to be down.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
 recipes/tzcode/tzcode-native.inc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tzcode/tzcode-native.inc b/recipes/tzcode/tzcode-native.inc
index 78ddec5..d2c711a 100644
--- a/recipes/tzcode/tzcode-native.inc
+++ b/recipes/tzcode/tzcode-native.inc
@@ -2,8 +2,8 @@ DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
 INC_PR = "r4"
 
 SRC_URI = " \
-        ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz;name=tzcode-${PV} \
-        ftp://elsie.nci.nih.gov/pub/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV} \
+        http://tzmirror.sunbase.org/tzfiles/oldtz/tzcode${PV}.tar.gz;name=tzcode-${PV} \
+        http://tzmirror.sunbase.org/tzfiles/oldtz/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV} \
 	"
 
 S = "${WORKDIR}"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [oe-classic][PATCH 2/2] tzdata: update SRC_URI
  2012-07-12 19:11 [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI Apelete Seketeli
  2012-07-12 19:11 ` [oe-classic][PATCH 1/2] tzcode: " Apelete Seketeli
@ 2012-07-12 19:11 ` Apelete Seketeli
  2012-07-12 20:02 ` [oe-classic][PATCH 0/2] tzcode/tzdata: " Khem Raj
  2 siblings, 0 replies; 5+ messages in thread
From: Apelete Seketeli @ 2012-07-12 19:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Update the SRC_URI of tzdata.inc to tzmirror.sunbase.org since
elsie.nci.nih.gov seems to be down.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
 recipes/tzdata/tzdata.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc
index dd5c2c9..c9997d3 100644
--- a/recipes/tzdata/tzdata.inc
+++ b/recipes/tzdata/tzdata.inc
@@ -12,7 +12,7 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti
              timezone-australia timezone-europe timezone-indian \
              timezone-iso3166.tab timezone-pacific timezone-zone.tab"
 
-SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz;name=tar"
+SRC_URI = "http://tzmirror.sunbase.org/tzfiles/oldtz/tzdata${PV}.tar.gz;name=tar"
 
 S = "${WORKDIR}"
 
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI
  2012-07-12 19:11 [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI Apelete Seketeli
  2012-07-12 19:11 ` [oe-classic][PATCH 1/2] tzcode: " Apelete Seketeli
  2012-07-12 19:11 ` [oe-classic][PATCH 2/2] tzdata: " Apelete Seketeli
@ 2012-07-12 20:02 ` Khem Raj
  2012-07-14 11:11   ` Apelete Seketeli
  2 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2012-07-12 20:02 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

On Thu, Jul 12, 2012 at 12:11 PM, Apelete Seketeli <apelete@seketeli.net> wrote:
> Hello,
>
> The official repository of the time zone database was shut down on
> 2011-10-06, so the corresponding recipes needed to be updated to fetch
> the time zone source packages from alternative mirrors.
>
> The two patches that come as follow up of this message is what it's
> all about.

please add [maintenance-2011.03] to subject and rebase the patches of
the same branch in order for them to show up in maintainers sandbox

>
> Apelete Seketeli (2):
>   tzcode: update SRC_URI
>   tzdata: update SRC_URI
>
>  recipes/tzcode/tzcode-native.inc |    4 ++--
>  recipes/tzdata/tzdata.inc        |    2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> --
> 1.7.10.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI
  2012-07-12 20:02 ` [oe-classic][PATCH 0/2] tzcode/tzdata: " Khem Raj
@ 2012-07-14 11:11   ` Apelete Seketeli
  0 siblings, 0 replies; 5+ messages in thread
From: Apelete Seketeli @ 2012-07-14 11:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Kristoffer Ericson

Le 12-Jul-12, Khem Raj a écrit:
> On Thu, Jul 12, 2012 at 12:11 PM, Apelete Seketeli <apelete@seketeli.net> wrote:
> > Hello,
> >
> > The official repository of the time zone database was shut down on
> > 2011-10-06, so the corresponding recipes needed to be updated to fetch
> > the time zone source packages from alternative mirrors.
> >
> > The two patches that come as follow up of this message is what it's
> > all about.
> 
> please add [maintenance-2011.03] to subject and rebase the patches of
> the same branch in order for them to show up in maintainers sandbox
> 
> >
> > Apelete Seketeli (2):
> >   tzcode: update SRC_URI
> >   tzdata: update SRC_URI
> >
> >  recipes/tzcode/tzcode-native.inc |    4 ++--
> >  recipes/tzdata/tzdata.inc        |    2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > --
> > 1.7.10.4

I'm trying to fix muffinman-image to make it build on
2011.03-maintenance (I've been trying this on master until now). I'm
planning to request a pull of all the changes I am currently
submitting for review once it's done.
Hoping this is not a bad way of proceeding.

Cheers.
-- 
        Apelete



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-14 11:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 19:11 [oe-classic][PATCH 0/2] tzcode/tzdata: update SRC_URI Apelete Seketeli
2012-07-12 19:11 ` [oe-classic][PATCH 1/2] tzcode: " Apelete Seketeli
2012-07-12 19:11 ` [oe-classic][PATCH 2/2] tzdata: " Apelete Seketeli
2012-07-12 20:02 ` [oe-classic][PATCH 0/2] tzcode/tzdata: " Khem Raj
2012-07-14 11:11   ` Apelete Seketeli

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.