Actions
action #866
closedmerge back maintenance updates
Start date:
2013-10-09
Due date:
2013-10-09
% Done:
100%
Estimated time:
Description
maintenance updates from the update project need to be merged back into the main repo
- use osc checkupdate (https://github.com/coolo/factory-auto/osc-plugin-checkupdate.py) to find updated packages
- copy them back using osc copypac -r
- adjust the release number to be higher than in the update repo using FIXME
- remove updates from the update repo by using "osc killupdate NUMBER"
Updated by scarabeus_iv about 10 years ago
- copy them back using 'osc copypac -e openSUSE:13.1:Update openSUSE:13.1 -m "Update to match Update channel update#."'; On purpose do it by hand without automation to avoid screwups
- adjust the release number by checking the state of the package 'osc getbinaries openSUSE:13.1:Update . standard x86_64' and then writting higher revision to .spec file. To submit this update to repository just use 'osc ci --noservice -m "Add revision to ensure new-enough over Update channel."'
^ this is how I did it. Note that we rather not script it on purpose as this is pretty fragile task as some updates might've been merged by other means.
Updated by lnussel about 9 years ago
- Copied to action #4034: merge back maintenance updates added
Actions