Changes between Version 2 and Version 3 of Publish
- Timestamp:
- Mar 18, 2019, 7:16:34 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Publish
v2 v3 2 2 3 3 * Ensure that all dev tests are ok first ;-) 4 {{{ 4 5 cd pb 6 }}} 5 7 * Ensure that the SVN status is correct for both devel and pbconf: 8 {{{ 6 9 svn up 10 }}} 7 11 * Ensure that the Changelogs are OK for all packages: 12 {{{ 8 13 cd devel 9 14 svn log pkg 10 15 gvim ../pbconf/devel/*/pbcl 16 }}} 11 17 * Use pb to create the target version from the devel branch: 18 {{{ 12 19 pb -p pb -r devel -V 0.15.1 newver 20 }}} 13 21 * Edit again the pbcl files for the new version 0.15.1 and remove mentions of new version 22 {{{ 14 23 gvim ../pbconf/0.15.1/*/pbcl 15 24 svn ci 25 }}} 16 26 * Edit the config file to declare the version stable (delivery and testver): 27 {{{ 17 28 gvim ../pbconf/0.15.1/pb.yml 18 29 svn ci 30 }}} 19 31 * Build a test version in a ctn: 32 {{{ 20 33 pb -p pb -r 0.15.1 -m centos-7-x86_64 sbx2ve 34 }}} 21 35 * Build for all ctns: 22 pb -p pb -r 0.15.1 sbx2ve 36 {{{ 37 pb -p pb -r 0.15.1 sbx2ve 38 }}}