Changeset 35211 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- Feb 28, 2013, 2:30:56 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r34010 r35211 117 117 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV; 118 118 pod2usage( 119 -msg => "Choose a mode: --check_registration --check_burntool --queue_chips --queue_stacks ",119 -msg => "Choose a mode: --check_registration --check_burntool --queue_chips --queue_stacks --dbname", 120 120 -exitval => 3, 121 121 ) unless … … 124 124 defined $check_chips or defined $check_stacks or $check_sweetspot or $check_detrends or $check_dqstats or 125 125 defined $test_mode or defined $clean_old or defined $check_mode or 126 defined $confirm_stacks or defined $burntool_stats ;126 defined $confirm_stacks or defined $burntool_stats or defined $dbname; 127 127 128 128 # Configurable parameters from our config file. … … 282 282 unless(defined($camera)) { 283 283 $camera = 'GPC1'; 284 }285 unless(defined($dbname)) {286 $dbname = 'gpc1';287 284 } 288 285
Note:
See TracChangeset
for help on using the changeset viewer.
