openSUSE:WebYaST branches

Jump to: navigation, search

Development: WebYaST 1.1

  • Git branch:
master (WS, UI)
  • Build service repo:
submit to obs://YaST:Web and
FIXME SR to obs://SUSE:SLE-11:SP1(aka ibs://SUSE:SLE-11-SP1:GA)

Maintenance

  • Instructions:
to ask for a maintenance update, you Needinfo from ast at novell, see the Maintenance FAQ for details.

SLE11 SP1

  • Git branch:
maintenance-sle11-sp1 (WS, UI)
  • Build service repo:
SR to ibs://SUSE:SLE-11-SP1:Update:Test. To do that, first find the most recent source for your package ($PKG) and branch it so that you have it in a writable repo:
 iosc bco SUSE:SLE-11-SP1:Update:Test $PKG || \
 iosc bco SUSE:SLE-11-SP1:GA $PKG

WebYaST 1.0

  • Git branch:
maintenance-webyast-1.0 (WS, UI)
  • Build service repo:
SR to ibs://SUSE:SLE-11:Update:Test. To do that, first find the most recent source for your package ($PKG) and branch it so that you have it in a writable repo:
 iosc bco SUSE:SLE-11:Update:Test $PKG || \
 iosc bco SUSE:SLE-11:GA:Products:Test $PKG || \
 iosc bco SUSE:SLE-11:GA $PKG

Adding of missing packages to build service repository

 mkdir <package-name>
 iosc add <package-name>
 iosc commit -m <package-name>


How to submit request to the build service repository

 iosc sr <repository> 


TODO

  • How to handle the different targets and yast2 packages, for SLE11, oS11.2, Factory

( obs://YaST:Web:11.2 ibs://Devel:WebYaST )

iosc

Add this to ~/.bashrc or to ~/.alias which is sourced by the former:

 alias iosc="osc -A https://api.suse.de"