openSUSE:WebYaST Branches
Development
- Build service repo
-
- submit to obs://YaST:Web
Maintenance
- Instructions
-
- to ask for a maintenance update, you Needinfo from ast at novell, see the Maintenance FAQ for details.
WebYaST 1.1
- 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:Products:Test $PKG || \ iosc bco SUSE:SLE-11-SP1:GA $PKG
SLE11 SP1
SP1 is being updated to WebYaST 1.1, see there.
WebYaST 1.0
- 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>
iosc
Add this to ~/.bashrc or to ~/.alias which is sourced by the former:
alias iosc="osc -A https://api.suse.de"