Changes between Version 2 and Version 3 of Publish


Ignore:
Timestamp:
Mar 18, 2019, 7:16:34 PM (5 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Publish

    v2 v3  
    22
    33* Ensure that all dev tests are ok first ;-)
     4{{{
    45  cd pb
     6}}}
    57* Ensure that the SVN status is correct for both devel and pbconf:
     8{{{
    69  svn up
     10}}}
    711* Ensure that the Changelogs are OK for all packages:
     12{{{
    813  cd devel
    914  svn log pkg
    1015  gvim ../pbconf/devel/*/pbcl
     16}}}
    1117* Use pb to create the target version from the devel branch:
     18{{{
    1219  pb -p pb -r devel -V 0.15.1 newver
     20}}}
    1321* Edit again the pbcl files for the new version 0.15.1 and remove mentions of new version
     22{{{
    1423  gvim ../pbconf/0.15.1/*/pbcl
    1524  svn ci
     25}}}
    1626* Edit the config file to declare the version stable (delivery and testver):
     27{{{
    1728  gvim ../pbconf/0.15.1/pb.yml
    1829  svn ci
     30}}}
    1931* Build a test version in a ctn:
     32{{{
    2033  pb -p pb -r 0.15.1 -m centos-7-x86_64 sbx2ve
     34}}}
    2135* Build for all ctns:
    22   pb -p pb -r 0.15.1 sbx2ve
     36{{{
     37  pb -p pb -r 0.15.1 sbx2ve
     38}}}