Openembedded Core Discussions
 help / color / mirror / Atom feed
* own-mirrors broken
@ 2014-08-26 20:03 Gary Thomas
  2014-08-26 20:40 ` Christopher Larson
  2014-08-26 21:44 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Gary Thomas @ 2014-08-26 20:03 UTC (permalink / raw)
  To: OE Core mailing list

This commit breaks "own-mirrors"

commit 0ae7b58060f1ee7914dd45d462e48d4b8a3751ad  (Poky/Yocto)
Author: Robert Yang <liezhi.yang@windriver.com>
Date:   Fri Aug 22 01:31:27 2014 -0700

     sanity.bbclass: check the format of MIRRORS

Since this change, use of "own-mirrors" produces this error:

WARNING: Invalid PREMIRRORS: cvs://.*/.*     file:///local/poky-cutting-edge/sources/
svn://.*/.*     file:///local/poky-cutting-edge/sources/
git://.*/.*     file:///local/poky-cutting-edge/sources/
gitsm://.*/.*   file:///local/poky-cutting-edge/sources/
hg://.*/.*      file:///local/poky-cutting-edge/sources/
bzr://.*/.*     file:///local/poky-cutting-edge/sources/
svk://.*/.*     file:///local/poky-cutting-edge/sources/
p4://.*/.*      file:///local/poky-cutting-edge/sources/
osc://.*/.*     file:///local/poky-cutting-edge/sources/
https?$://.*/.* file:///local/poky-cutting-edge/sources/
ftp://.*/.*     file:///local/poky-cutting-edge/sources/, should be 2 members, but found 22.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: own-mirrors broken
  2014-08-26 20:03 own-mirrors broken Gary Thomas
@ 2014-08-26 20:40 ` Christopher Larson
  2014-08-26 21:44 ` Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Christopher Larson @ 2014-08-26 20:40 UTC (permalink / raw)
  To: Gary Thomas; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 692 bytes --]

On Tue, Aug 26, 2014 at 1:03 PM, Gary Thomas <gary@mlbassoc.com> wrote:

> This commit breaks "own-mirrors"
>
> commit 0ae7b58060f1ee7914dd45d462e48d4b8a3751ad  (Poky/Yocto)
> Author: Robert Yang <liezhi.yang@windriver.com>
> Date:   Fri Aug 22 01:31:27 2014 -0700
>
>     sanity.bbclass: check the format of MIRRORS
>
> Since this change, use of "own-mirrors" produces this error:
>

One of the commits in the series I sent to oe-core yesterday fixes it (just
makes it first replace \\n with \n, then split on \n).
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics

[-- Attachment #2: Type: text/html, Size: 1201 bytes --]

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

* Re: own-mirrors broken
  2014-08-26 20:03 own-mirrors broken Gary Thomas
  2014-08-26 20:40 ` Christopher Larson
@ 2014-08-26 21:44 ` Martin Jansa
  2014-08-26 22:18   ` Gary Thomas
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-08-26 21:44 UTC (permalink / raw)
  To: Gary Thomas; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 1785 bytes --]

On Tue, Aug 26, 2014 at 02:03:47PM -0600, Gary Thomas wrote:
> This commit breaks "own-mirrors"
> 
> commit 0ae7b58060f1ee7914dd45d462e48d4b8a3751ad  (Poky/Yocto)
> Author: Robert Yang <liezhi.yang@windriver.com>
> Date:   Fri Aug 22 01:31:27 2014 -0700
> 
>      sanity.bbclass: check the format of MIRRORS
> 
> Since this change, use of "own-mirrors" produces this error:

It was already reported before:
http://lists.openembedded.org/pipermail/openembedded-core/2014-August/096230.html

Luckily kergoth already sent fixes for it.

> WARNING: Invalid PREMIRRORS: cvs://.*/.*     file:///local/poky-cutting-edge/sources/
> svn://.*/.*     file:///local/poky-cutting-edge/sources/
> git://.*/.*     file:///local/poky-cutting-edge/sources/
> gitsm://.*/.*   file:///local/poky-cutting-edge/sources/
> hg://.*/.*      file:///local/poky-cutting-edge/sources/
> bzr://.*/.*     file:///local/poky-cutting-edge/sources/
> svk://.*/.*     file:///local/poky-cutting-edge/sources/
> p4://.*/.*      file:///local/poky-cutting-edge/sources/
> osc://.*/.*     file:///local/poky-cutting-edge/sources/
> https?$://.*/.* file:///local/poky-cutting-edge/sources/
> ftp://.*/.*     file:///local/poky-cutting-edge/sources/, should be 2 members, but found 22.
> 
> -- 
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: own-mirrors broken
  2014-08-26 21:44 ` Martin Jansa
@ 2014-08-26 22:18   ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2014-08-26 22:18 UTC (permalink / raw)
  To: openembedded-core

On 2014-08-26 15:44, Martin Jansa wrote:
> On Tue, Aug 26, 2014 at 02:03:47PM -0600, Gary Thomas wrote:
>> This commit breaks "own-mirrors"
>>
>> commit 0ae7b58060f1ee7914dd45d462e48d4b8a3751ad  (Poky/Yocto)
>> Author: Robert Yang <liezhi.yang@windriver.com>
>> Date:   Fri Aug 22 01:31:27 2014 -0700
>>
>>       sanity.bbclass: check the format of MIRRORS
>>
>> Since this change, use of "own-mirrors" produces this error:
>
> It was already reported before:
> http://lists.openembedded.org/pipermail/openembedded-core/2014-August/096230.html
>
> Luckily kergoth already sent fixes for it.
>

It would be really nice if it got merged quickly...

>> WARNING: Invalid PREMIRRORS: cvs://.*/.*     file:///local/poky-cutting-edge/sources/
>> svn://.*/.*     file:///local/poky-cutting-edge/sources/
>> git://.*/.*     file:///local/poky-cutting-edge/sources/
>> gitsm://.*/.*   file:///local/poky-cutting-edge/sources/
>> hg://.*/.*      file:///local/poky-cutting-edge/sources/
>> bzr://.*/.*     file:///local/poky-cutting-edge/sources/
>> svk://.*/.*     file:///local/poky-cutting-edge/sources/
>> p4://.*/.*      file:///local/poky-cutting-edge/sources/
>> osc://.*/.*     file:///local/poky-cutting-edge/sources/
>> https?$://.*/.* file:///local/poky-cutting-edge/sources/
>> ftp://.*/.*     file:///local/poky-cutting-edge/sources/, should be 2 members, but found 22.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2014-08-26 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 20:03 own-mirrors broken Gary Thomas
2014-08-26 20:40 ` Christopher Larson
2014-08-26 21:44 ` Martin Jansa
2014-08-26 22:18   ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox