[yast-devel] Created YaST:SLE-12:SP1 OBS project + how to copy from IBS to OBS
Hi all, I just created YaST:SLE-12:SP1 OBS project which will be used for building SP1 based commits at Jenkins. I simply copied the packages from IBS from SUSE:SLE-12-SP1:GA project and added some additional rubygems (coveralls, rubocop,...). A short how to (if you are interested in details): The "osc" tool can copy packages also between OBS instances (see -t option of the "copypac" command). For mass copying you can use "ls" command and the "xargs" tool. I have copied the packages with this command (it's a single line): osc -A https://api.suse.de ls SUSE:SLE-12-SP1:GA | grep yast | \ xargs -L 1 -I % osc -A https://api.suse.de copypac SUSE:SLE-12-SP1:GA \ % -t https://api.opensuse.org YaST:SLE-12:SP1 Maybe this trick helps you if you need something similar in the future... -- Ladislav Slezák Appliance department / YaST Developer Lihovarská 1060/12 190 00 Prague 9 / Czech Republic tel: +420 284 028 960 lslezak@suse.com SUSE -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (1)
-
Ladislav Slezak