Changeset 2255 in ProjectBuilder
- Timestamp:
- Aug 30, 2017, 5:07:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r2252 r2255 370 370 371 371 Snapshot a virtual environment for pb usage 372 373 =item B<updateconf> 374 375 Update the configuration files to the latest format 372 376 373 377 =item B<updatevm> … … 1085 1089 } elsif ($action =~ /^newproj$/) { 1086 1090 # Nothing to do - already done in pb_env_init 1091 } elsif ($action =~ /^updateconf$/) { 1092 foreach my $f (@ARGV) { 1093 my $fyml = $f; 1094 $fyml =~ s/\.pbf/.yml/; 1095 $fyml =~ s/\.pb/.yml/; 1096 $fyml =~ s/\.pbrc/.pbrc.yml/; 1097 pb_update_conf_v0($f,$fyml); 1098 } 1087 1099 } elsif ($action =~ /^getconf$/) { 1088 1100 my $pbos = pb_distro_get_context($ENV{'PBV'});
Note:
See TracChangeset
for help on using the changeset viewer.