IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16192


Ignore:
Timestamp:
Jan 22, 2008, 5:34:00 PM (18 years ago)
Author:
eugene
Message:

dropping unused workdir

Location:
branches/eam_branch_20080121/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080121/ippScripts/scripts/register_exp.pl

    r16172 r16192  
    3434    );
    3535
    36 my ($cache, $exp_id, $exp_tag, $workdir, $dbname, $no_update, $no_op);
     36my ($cache, $exp_id, $exp_tag, $dbname, $no_update, $no_op);
    3737GetOptions(
    3838    'caches'        => \$cache,
    3939    'exp_id|e=s'    => \$exp_id,
    4040    'exp_tag|t=s'   => \$exp_tag,
    41     'workdir|w=s'   => \$workdir, # Working directory for output files
    4241    'dbname|d=s'    => \$dbname, # Database name   
    4342    'no-update'     => \$no_update,
  • branches/eam_branch_20080121/ippScripts/scripts/register_imfile.pl

    r15779 r16192  
    3737use Pod::Usage qw( pod2usage );
    3838
    39 my ($cache, $exp_id, $tmp_class_id, $tmp_exp_name, $uri, $workdir, $dbname, $no_update, $no_op);
     39my ($cache, $exp_id, $tmp_class_id, $tmp_exp_name, $uri, $dbname, $no_update, $no_op);
    4040GetOptions(
    4141    'caches'           => \$cache,
     
    4444    'tmp_exp_name|n=s' => \$tmp_exp_name,
    4545    'uri|u=s'          => \$uri,
    46     'workdir|w=s'      => \$workdir, # Working directory for output files
    4746    'dbname|d=s'       => \$dbname,# Database name
    4847    'no-update'        => \$no_update,
Note: See TracChangeset for help on using the changeset viewer.