Changeset 1495 in ProjectBuilder for devel/pb/bin/pb
- Timestamp:
- May 7, 2012, 4:44:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1486 r1495 383 383 384 384 Create tar files for the website under your CMS. 385 386 =item B<getconf> 387 388 Print the full configuration parameters as found in the various configuration files. help to debug conf issues. 385 389 386 390 =item B<clean> … … 713 717 } elsif ($action =~ /^newproj$/) { 714 718 # Nothing to do - already done in pb_env_init 719 } elsif ($action =~ /^getconf$/) { 720 my $pbos = pb_distro_get_context(); 721 pb_conf_print(); 715 722 } elsif ($action =~ /^clean$/) { 716 723 pb_clean();
Note:
See TracChangeset
for help on using the changeset viewer.