* [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
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.