- Timestamp:
- Mar 5, 2010, 1:39:40 PM (16 years ago)
- Location:
- trunk/DataStore/scripts
- Files:
-
- 4 edited
-
dsfilesetls (modified) (1 diff)
-
dsgetfileset (modified) (1 diff)
-
dsproductls (modified) (1 diff)
-
dsrootls (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/scripts/dsfilesetls
r26158 r27208 33 33 $timeout ||= 30; 34 34 $no_proxy = 0 if !defined $no_proxy; 35 36 if (!($uri =~ /\/index\.txt$/)) { 37 $uri .= '/index.txt' 38 } 35 39 36 40 my $response = DataStore::FileSet->new( uri => $uri )->request( -
trunk/DataStore/scripts/dsgetfileset
r26158 r27208 36 36 $timeout ||= 30; 37 37 $no_proxy = 0 if !defined $no_proxy; 38 39 if (!($uri =~ /\/index\.txt$/)) { 40 $uri .= '/index.txt' 41 } 38 42 39 43 my $response = DataStore::FileSet->new( uri => $uri )->request( -
trunk/DataStore/scripts/dsproductls
r26158 r27208 35 35 $timeout ||= 30; 36 36 $no_proxy = 0 if !defined $no_proxy; 37 38 if (!($uri =~ /\/index\.txt$/)) { 39 $uri .= '/index.txt' 40 } 37 41 38 42 my %p = ( -
trunk/DataStore/scripts/dsrootls
r26159 r27208 33 33 $timeout ||= 30; 34 34 $no_proxy = 0 if !defined $no_proxy; 35 36 if (!($uri =~ /\/index\.txt$/)) { 37 $uri .= '/index.txt' 38 } 35 39 36 40 my %p = (
Note:
See TracChangeset
for help on using the changeset viewer.
