Changeset 2200 in ProjectBuilder


Ignore:
Timestamp:
Mar 7, 2017, 3:11:08 AM (7 years ago)
Author:
Bruno Cornec
Message:
  • Next version will be 0.14.4
  • Announce of 0.14.3
  • Fix an issue with ctn variable initialized out of docker context
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2191 r2200  
    25372537    my $dkaccount = "";
    25382538    my $cmd1 = "";
    2539     my $cidfile = "$context/ctn-$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}.cid";
     2539    my $cidfile;
    25402540    my $homedir = "";
    25412541    if ($cmt =~ /^VE/) {
     
    25442544        if ($vetype eq "docker") {
    25452545            $tpdir = "/";
     2546            $cidfile = "$context/ctn-$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}.cid";
    25462547        } else {
    25472548            $tpdir = pb_path_expand("$tp/$pbos->{'name'}/$pbos->{'version'}/$pbos->{'arch'}");
  • pbconf/devel/pb.pb

    r2170 r2200  
    3535# Global version/tag for the project
    3636#
    37 projver pb = 0.14.3
     37projver pb = 0.14.4
    3838projtag pb = 1
    3939
Note: See TracChangeset for help on using the changeset viewer.