Changes between Version 16 and Version 17 of Publish


Ignore:
Timestamp:
Aug 19, 2020, 3:58:18 PM (4 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Publish

    v16 v17  
    1212{{{
    1313  cd devel
    14   svn log pkg
    1514  gvim ../pbconf/devel/*/pbcl
     15  svn log -v pkg
    1616}}}
    1717* Export a VER variable corresponding to the version to build
    1818{{{
    19    setenv VER 0.15.3
    20    export VER=0.15.3
     19   setenv VER 0.15.3 (tcsh)
     20   export VER=0.15.3 (bash)
    2121}}}
    2222* Use pb to create the target version from the devel branch:
     
    2424  pb -p pb -r devel -V $VER newver
    2525}}}
    26 * Edit again the pbcl files for the new version $VER and remove mentions of new version
     26* Edit again the pbcl files for the new version $VER content and adapt dates for version and upcoming ones
    2727{{{
    2828  gvim ../pbconf/$VER/*/pbcl
    29   svn ci
    3029}}}
    31 * Edit the config file to declare the version stable (delivery and testver):
     30* Edit the config file to declare the version stable (projver, delivery and testver):
    3231{{{
    3332  gvim ../pbconf/$VER/pb.yml
    34   svn ci
     33  svn ci ../pbconf/$VER
    3534}}}
    3635* Build a test version in a ctn: