IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2010, 2:45:13 PM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/DataStore/scripts/dsgetfileset

    r27905 r29515  
    1717use File::Basename qw( basename );
    1818
    19 my ($uri, $outdir, $timeout, $skip_checks, $unpack, $no_proxy, $verbose);
     19my ($uri, $outdir, $timeout, $skip_checks, $unpack, $first_file, $no_proxy, $verbose);
    2020
    2121GetOptions(
     
    2525    'skip-checks'       => \$skip_checks,
    2626    'unpack'            => \$unpack,
     27    'first-file=s'      => \$first_file,
    2728    'no-proxy'          => \$no_proxy,
    2829    'verbose|v'         => \$verbose,
     
    7576    }
    7677
     78    if ($first_file) {
     79        next if $fs->fileid ne $first_file;
     80        $first_file = undef;
     81    }
    7782    my $uri = $fs->uri;
    7883    my $base = basename($uri);
     
    153158=item * --unpack
    154159
    155 Uncompress fits files if compressed
     160Uncompress fits files if compressed.
     161
     162=item * --first-file <fileid>
     163
     164Skip files in fileset list prior to the given fileid.
    156165
    157166Optional.
Note: See TracChangeset for help on using the changeset viewer.