[opensuse-buildservice] Building _link'ed package locally
I want to build a '_link' package locally. 'osc build' doesn't work because it expects to find a spec file (none exists). Is there a way to do this? Thanks, -Archie -- Archie L. Cobbs --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi, that is quite easy now: you can expand and unexpand the packages into two formats now: - _link + "diffs" - expanded format, e.g. _link + diff will be expanded to the resulting packages osc up -u "unexpands" to _link + diff, osc up -e expands to the resulting full source. The expanded format is also easier for you to edit, and to change and then commit. Try yourself: generate pkg with _link osc up -e edit inside osc build "local build" osc ci osc up -u Cheers, Martin Archie Cobbs wrote:
I want to build a '_link' package locally. 'osc build' doesn't work because it expects to find a spec file (none exists).
Is there a way to do this?
Thanks, -Archie
-- Archie L. Cobbs --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Fri, Jul 25, 2008 at 1:40 PM, Martin Mohring <martin.mohring@5etech.eu> wrote:
that is quite easy now: you can expand and unexpand the packages into two formats now: - _link + "diffs" - expanded format, e.g. _link + diff will be expanded to the resulting packages
osc up -u "unexpands" to _link + diff, osc up -e expands to the resulting full source. The expanded format is also easier for you to edit, and to change and then commit.
Try yourself: generate pkg with _link osc up -e edit inside osc build "local build" osc ci osc up -u
Ah, very nice.. thanks! -Archie -- Archie L. Cobbs --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
expand the _link with osc up -e (osc up -e = update and expand links) On Fri, 2008-07-25 at 13:35 -0500, Archie Cobbs wrote:
I want to build a '_link' package locally. 'osc build' doesn't work because it expects to find a spec file (none exists).
Is there a way to do this?
Thanks, -Archie
-- Archie L. Cobbs --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Archie Cobbs
-
Luke Imhoff
-
Martin Mohring