Peter Meerwald | 20 Jun 2011 14:28
Favicon
Gravatar

[openbricks-devel] [PATCH 0 of 2] v3: allow to fetch source from git/hg/svn repository

implement the PKG_URL_PROTO proposal to allow fetching source code from 
repositories; currently git/hg/svn is somewhat supported, cvs may/may not work

as suggested, meta can now contain:
PKG_URL_PROTO=hg # (or git or svn)
PKG_URL_REV=dummy # a branch/tag/revision to check out, can also be empty
PKG_VERSION=r${PKG_URL_REV} # note the r, scripts/clean wants an r or a number
PKG_URL="http://hg.assembla.com/openbricks-test-repo/"

scripts/get checks that exactly one URL is given when PKG_URL_PROTO is used

v2:
added brief documentation in package-format.txt
fixed URLs in test packages

v3:
change repository archive compression from tar.gz to tar.bz2
drop test packages

handy packages for testing are still hosted here:
http://hg.assembla.com/openbricks-test-repo/
git://git.assembla.com/openbricks-test-repo.git
http://subversion.assembla.com/svn/openbricks-test-repo/

Peter Meerwald | 20 Jun 2011 14:28
Favicon
Gravatar

[openbricks-devel] [PATCH 1 of 2] implement PKG_URL_PROTO

Patch subject is complete summary.

Attachment (get_repo.patch): text/x-patch, 5963 bytes
Peter Meerwald | 20 Jun 2011 14:28
Favicon
Gravatar

[openbricks-devel] [PATCH 2 of 2] document PKG_URL_PROTO

Patch subject is complete summary.

Attachment (url_proto_doc.patch): text/x-patch, 2684 bytes
Davide Cavalca | 21 Jun 2011 09:39

[openbricks-devel] Re: [PATCH 0 of 2] v3: allow to fetch source from git/hg/svn repository

On Mon, 20 Jun 2011 14:28:18 +0200, Peter Meerwald <pmeerw@...>
wrote:
> implement the PKG_URL_PROTO proposal to allow fetching source code from 
> repositories; currently git/hg/svn is somewhat supported, cvs may/may
not
> work

Applied, great work!

Davide

Benjamin Zores | 21 Jun 2011 10:53
Gravatar

[openbricks-devel] Re: Re: [PATCH 0 of 2] v3: allow to fetch source from git/hg/svn repository

On Tue, Jun 21, 2011 at 9:39 AM, Davide Cavalca <davide@...> wrote:
> On Mon, 20 Jun 2011 14:28:18 +0200, Peter Meerwald <pmeerw@...>
> wrote:
>> implement the PKG_URL_PROTO proposal to allow fetching source code from
>> repositories; currently git/hg/svn is somewhat supported, cvs may/may
> not
>> work
>
> Applied, great work!

BTW, Peter asked for write access.
If OK with you, I'll grant it by tonight.

Davide Cavalca | 21 Jun 2011 11:21

[openbricks-devel] Re: Re: Re: [PATCH 0 of 2] v3: allow to fetch source from git/hg/svn repository

On Tue, 21 Jun 2011 10:53:20 +0200, Benjamin Zores <ben@...>
wrote:
> On Tue, Jun 21, 2011 at 9:39 AM, Davide Cavalca <davide@...>
> wrote:
>> On Mon, 20 Jun 2011 14:28:18 +0200, Peter Meerwald <pmeerw@...>
>> wrote:
>>> implement the PKG_URL_PROTO proposal to allow fetching source code
from
>>> repositories; currently git/hg/svn is somewhat supported, cvs may/may
>> not
>>> work
>>
>> Applied, great work!
> 
> BTW, Peter asked for write access.
> If OK with you, I'll grant it by tonight.

Sure, go ahead.

Davide


Gmane