Changeset 2200 in ProjectBuilder
- Timestamp:
- Mar 7, 2017, 3:11:08 AM (8 years ago)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r2191 r2200 2537 2537 my $dkaccount = ""; 2538 2538 my $cmd1 = ""; 2539 my $cidfile = "$context/ctn-$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}.cid";2539 my $cidfile; 2540 2540 my $homedir = ""; 2541 2541 if ($cmt =~ /^VE/) { … … 2544 2544 if ($vetype eq "docker") { 2545 2545 $tpdir = "/"; 2546 $cidfile = "$context/ctn-$pbos->{'name'}-$pbos->{'version'}-$pbos->{'arch'}.cid"; 2546 2547 } else { 2547 2548 $tpdir = pb_path_expand("$tp/$pbos->{'name'}/$pbos->{'version'}/$pbos->{'arch'}"); -
pbconf/devel/pb.pb
r2170 r2200 35 35 # Global version/tag for the project 36 36 # 37 projver pb = 0.14. 337 projver pb = 0.14.4 38 38 projtag pb = 1 39 39
Note:
See TracChangeset
for help on using the changeset viewer.