From the is this possible files...
I need to move 3000+ packages from a home project to a devel project, of which I'm a maintainer, and I'm wondering is there's an easier way to do it other than creating a submitpac for each package and then a "request accept #" for said packages?
-- Later, Darin
On Wed, May 09, 2012 at 08:54:30AM -0400, Darin Perusich wrote:
From the is this possible files...
I need to move 3000+ packages from a home project to a devel project, of which I'm a maintainer, and I'm wondering is there's an easier way to do it other than creating a submitpac for each package and then a "request accept #" for said packages?
osc copypac might be your friend.
Ciao, Marcus
On Wednesday 09 May 2012 14:56:24 Marcus Meissner wrote:
On Wed, May 09, 2012 at 08:54:30AM -0400, Darin Perusich wrote:
From the is this possible files...
I need to move 3000+ packages from a home project to a devel project, of which I'm a maintainer, and I'm wondering is there's an easier way to do it other than creating a submitpac for each package and then a "request accept #" for said packages?
osc copypac might be your friend.
Indeed and osc's best friend just might be XMLStarlet
osc api /source/reponame | \ xml sel -t -v "/directory/entry/@name"
On 5/9/2012 12:25 PM, Graham Anderson wrote:
On Wednesday 09 May 2012 14:56:24 Marcus Meissner wrote:
On Wed, May 09, 2012 at 08:54:30AM -0400, Darin Perusich wrote:
From the is this possible files...
I need to move 3000+ packages from a home project to a devel project, of which I'm a maintainer, and I'm wondering is there's an easier way to do it other than creating a submitpac for each package and then a "request accept #" for said packages?
osc copypac might be your friend.
Indeed and osc's best friend just might be XMLStarlet
osc api /source/reponame | \ xml sel -t -v "/directory/entry/@name"
Sweet. :)
buildservice@lists.opensuse.org