* [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
@ 2009-05-17 11:33 Rolf Leggewie
2009-05-17 11:40 ` Koen Kooi
2009-05-17 12:13 ` Graeme Gregory
0 siblings, 2 replies; 9+ messages in thread
From: Rolf Leggewie @ 2009-05-17 11:33 UTC (permalink / raw)
To: openembedded-devel
From: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
---
The old GENTOO_MIRROR URL is 404. Patch should go to .dev and then to
.stable
conf/bitbake.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 95ee9c6..5d4ec2b 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -508,7 +508,7 @@ E_URI = "http://enlightenment.freedesktop.org/files"
FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/"
FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs"
FREESMARTPHONE_GIT = "git://git.freesmartphone.org"
-GENTOO_MIRROR =
"http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles"
+GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
GNOME_GIT = "git://git.gnome.org"
GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
GNU_MIRROR = "ftp://ftp.gnu.org/gnu"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
2009-05-17 11:33 [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054) Rolf Leggewie
@ 2009-05-17 11:40 ` Koen Kooi
2009-05-17 11:44 ` Rolf Leggewie
2009-05-17 12:13 ` Graeme Gregory
1 sibling, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2009-05-17 11:40 UTC (permalink / raw)
To: openembedded-devel
On 17-05-09 13:33, Rolf Leggewie wrote:
> From: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
NAK, this isn't in .dev yet. Only propose fixes that are already in .dev
>
> ---
>
> The old GENTOO_MIRROR URL is 404. Patch should go to .dev and then to
> .stable
>
> conf/bitbake.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/bitbake.conf b/conf/bitbake.conf
> index 95ee9c6..5d4ec2b 100644
> --- a/conf/bitbake.conf
> +++ b/conf/bitbake.conf
> @@ -508,7 +508,7 @@ E_URI = "http://enlightenment.freedesktop.org/files"
> FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/"
> FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs"
> FREESMARTPHONE_GIT = "git://git.freesmartphone.org"
> -GENTOO_MIRROR =
> "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles"
> +GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
> GNOME_GIT = "git://git.gnome.org"
> GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
> GNU_MIRROR = "ftp://ftp.gnu.org/gnu"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
2009-05-17 11:40 ` Koen Kooi
@ 2009-05-17 11:44 ` Rolf Leggewie
2009-05-17 12:00 ` Koen Kooi
0 siblings, 1 reply; 9+ messages in thread
From: Rolf Leggewie @ 2009-05-17 11:44 UTC (permalink / raw)
To: openembedded-devel
Koen Kooi wrote:
> NAK, this isn't in .dev yet. Only propose fixes that are already in .dev
>
>> ---
>>
>> The old GENTOO_MIRROR URL is 404. Patch should go to .dev and then to
>> .stable
You quoted it ;-) First .dev, then .stable is exactly what I am proposing.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
2009-05-17 11:44 ` Rolf Leggewie
@ 2009-05-17 12:00 ` Koen Kooi
0 siblings, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2009-05-17 12:00 UTC (permalink / raw)
To: openembedded-devel
On 17-05-09 13:44, Rolf Leggewie wrote:
> Koen Kooi wrote:
>
>> NAK, this isn't in .dev yet. Only propose fixes that are already in .dev
>>
>>> ---
>>>
>>> The old GENTOO_MIRROR URL is 404. Patch should go to .dev and then to
>>> .stable
>
> You quoted it ;-) First .dev, then .stable is exactly what I am proposing.
In that case, you should remove the '[STABLE]' tag from the mail subject
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
2009-05-17 11:33 [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054) Rolf Leggewie
2009-05-17 11:40 ` Koen Kooi
@ 2009-05-17 12:13 ` Graeme Gregory
2009-05-17 17:58 ` Marcin Juszkiewicz
1 sibling, 1 reply; 9+ messages in thread
From: Graeme Gregory @ 2009-05-17 12:13 UTC (permalink / raw)
To: openembedded-devel
Rolf Leggewie wrote:
> From: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
>
> ---
>
> The old GENTOO_MIRROR URL is 404. Patch should go to .dev and then to
> .stable
>
> conf/bitbake.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/bitbake.conf b/conf/bitbake.conf
> index 95ee9c6..5d4ec2b 100644
> --- a/conf/bitbake.conf
> +++ b/conf/bitbake.conf
> @@ -508,7 +508,7 @@ E_URI = "http://enlightenment.freedesktop.org/files"
> FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/"
> FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs"
> FREESMARTPHONE_GIT = "git://git.freesmartphone.org"
> -GENTOO_MIRROR =
> "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles"
> +GENTOO_MIRROR = "http://distfiles.gentoo.org/distfiles"
> GNOME_GIT = "git://git.gnome.org"
> GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources"
> GNU_MIRROR = "ftp://ftp.gnu.org/gnu"
>
Acked for .dev
I'm not a stable developer so Ill leave that for someone else.
Graeme
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
2009-05-17 12:13 ` Graeme Gregory
@ 2009-05-17 17:58 ` Marcin Juszkiewicz
2009-05-17 20:50 ` Rolf Leggewie
0 siblings, 1 reply; 9+ messages in thread
From: Marcin Juszkiewicz @ 2009-05-17 17:58 UTC (permalink / raw)
To: openembedded-devel
Dnia niedziela, 17 maja 2009 o 14:13:49 Graeme Gregory napisał(a):
> Rolf Leggewie wrote:
> > From: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
> > The old GENTOO_MIRROR URL is 404. Patch should go to .dev and then
> > to .stable
> > Acked for .dev
>
> I'm not a stable developer so Ill leave that for someone else.
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
For both .dev and stable/2009.
Regards,
--
JID: hrw@jabber.org
Website: http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
2009-05-17 17:58 ` Marcin Juszkiewicz
@ 2009-05-17 20:50 ` Rolf Leggewie
2009-05-17 21:09 ` Philip Balister
0 siblings, 1 reply; 9+ messages in thread
From: Rolf Leggewie @ 2009-05-17 20:50 UTC (permalink / raw)
To: openembedded-devel
Marcin Juszkiewicz wrote:
> Dnia niedziela, 17 maja 2009 o 14:13:49 Graeme Gregory napisał(a):
>>> Acked for .dev
>> I'm not a stable developer so Ill leave that for someone else.
>
> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
>
> For both .dev and stable/2009.
Thank you, pushed to .dev and bug closed.
remaining steps:
1) one more ACK for .stable and push there
2) update patchwork
(created my account only yesterday and I think I lack privs)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
2009-05-17 20:50 ` Rolf Leggewie
@ 2009-05-17 21:09 ` Philip Balister
2009-05-17 23:36 ` Rolf Leggewie
0 siblings, 1 reply; 9+ messages in thread
From: Philip Balister @ 2009-05-17 21:09 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 826 bytes --]
Rolf Leggewie wrote:
> Marcin Juszkiewicz wrote:
>> Dnia niedziela, 17 maja 2009 o 14:13:49 Graeme Gregory napisał(a):
>
>>>> Acked for .dev
>>> I'm not a stable developer so Ill leave that for someone else.
>>
>> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
>>
>> For both .dev and stable/2009.
>
> Thank you, pushed to .dev and bug closed.
>
> remaining steps:
>
> 1) one more ACK for .stable and push there
Acked-by: Philip Balister <philip@balister.org>
> 2) update patchwork
> (created my account only yesterday and I think I lack privs)
Done.
Philip
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)
2009-05-17 21:09 ` Philip Balister
@ 2009-05-17 23:36 ` Rolf Leggewie
0 siblings, 0 replies; 9+ messages in thread
From: Rolf Leggewie @ 2009-05-17 23:36 UTC (permalink / raw)
To: openembedded-devel
Philip Balister wrote:
> Done.
Thank you.
I hope I finished this one off correctly. Let me know if not.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-05-17 23:47 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-17 11:33 [PATCH][STABLE] bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054) Rolf Leggewie
2009-05-17 11:40 ` Koen Kooi
2009-05-17 11:44 ` Rolf Leggewie
2009-05-17 12:00 ` Koen Kooi
2009-05-17 12:13 ` Graeme Gregory
2009-05-17 17:58 ` Marcin Juszkiewicz
2009-05-17 20:50 ` Rolf Leggewie
2009-05-17 21:09 ` Philip Balister
2009-05-17 23:36 ` Rolf Leggewie
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.