Changes between Version 11 and Version 12 of Publish


Ignore:
Timestamp:
Apr 3, 2020, 8:07:35 PM (4 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Publish

    v11 v12  
    6868* Announce it
    6969{{{
    70 pb -p pb -r $VER announce
     70  pb -p pb -r $VER announce
    7171}}}
    7272* Publish the website with the announce integrated
    7373{{{
    74 pb -p pb -r $VER sbx2webssh
     74  pb -p pb -r $VER sbx2webssh
    7575}}}
    7676* Update the build environment with this new version
     77{{{
     78  pb -p pb -r $VER build2docker
     79  pb -p pb -r $VER build2setupvm
     80}}}
     81* For a set of VMs for which you do it sequentially
     82{{{
     83  foreach i ( `pbgetparam -p pb vmlist | sed 's/,/\n/g'` )
     84    pb -p pb -r $VER -m $i build2setupvm
     85  end
     86}}}
     87