[opensuse-factory] Moving a project to a different location
Hi, not completely a Factory topic, but I trust that one of you has the right idea.... I have two projects with around 50 packages each, which I need to move to a different location on the build service. AFAIK osc offers only the option to do this package by package, but not a whole project in one run. Any idea or tweak to ease the work with osc? Bash script might otherwise be the last resort. Thanks Axel
Le 19/11/2013 15:44, Axel Braun a écrit :
Hi,
not completely a Factory topic, but I trust that one of you has the right idea....
I have two projects with around 50 packages each, which I need to move to a different location on the build service.
AFAIK osc offers only the option to do this package by package, but not a whole project in one run.
Any idea or tweak to ease the work with osc? Bash script might otherwise be the last resort.
Thanks Axel Simply use this kind of tweak for i in $(osc ls $PROJECT) ; do $TODO PROJECT/$i ; done
Regards. Benjamin -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Axel Braun
-
denisart benjamin2