Changes between Version 14 and Version 15 of Publish


Ignore:
Timestamp:
Apr 15, 2020, 3:16:14 AM (4 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Publish

    v14 v15  
    7575}}}
    7676* Update upstream Mageia
     77* Check the existing versions in build environmnt
     78{{{
     79foreach i ( `pbgetparam -p pb velist | sed 's/,/\n/g'` )
     80  echo -n "$i: " ; docker run -ti --rm pb:$i pb --version | grep Version
     81end
     82}}}
     83* Clean the obsolete containers
    7784* Update the build environment with this new version
    7885{{{