IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35211


Ignore:
Timestamp:
Feb 28, 2013, 2:30:56 PM (13 years ago)
Author:
watersc1
Message:

Remove debugging default dbname.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/automate_stacks.pl

    r34010 r35211  
    117117pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    118118pod2usage(
    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",
    120120          -exitval => 3,
    121121          ) unless
     
    124124    defined $check_chips or defined $check_stacks or $check_sweetspot or $check_detrends or $check_dqstats or
    125125    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;
    127127
    128128# Configurable parameters from our config file.
     
    282282unless(defined($camera)) {
    283283    $camera = 'GPC1';
    284 }
    285 unless(defined($dbname)) {
    286     $dbname = 'gpc1';
    287284}
    288285
Note: See TracChangeset for help on using the changeset viewer.