Changes between Version 11 and Version 12 of Publish
- Timestamp:
- Apr 3, 2020, 8:07:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Publish
v11 v12 68 68 * Announce it 69 69 {{{ 70 pb -p pb -r $VER announce70 pb -p pb -r $VER announce 71 71 }}} 72 72 * Publish the website with the announce integrated 73 73 {{{ 74 pb -p pb -r $VER sbx2webssh74 pb -p pb -r $VER sbx2webssh 75 75 }}} 76 76 * 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