Changes between Version 7 and Version 8 of Build/5/BuildProcedure
- Timestamp:
- Sep 8, 2010 4:35:43 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Build/5/BuildProcedure
v7 v8 8 8 }}} 9 9 10 * build using build10 * (as yourself) build using build 11 11 12 * sign as user signing12 * (as signing) sign the rpms 13 13 14 * merge using 14 * (as distrib) move the rpms from /data/done-local5/staging-signing to /data/done-local5/staging 15 * (as distrib) merge using 15 16 {{{ 16 17 #!sh 17 do-merge-staging-updates 18 do-merge-staging-updates-PU_IAS-5.sh 18 19 }}} 20 If all looks good then 21 {{{ 22 #!sh 23 do-merge-staging-updates-PU_IAS-5.sh -a -r 24 }}} 25 which will apply changes (-a) and remove (-r) all rpms that it filed away and only leave the ones it doesn't know what to do about. 19 26 20 27 == previous version ==