Changeset 23892
- Timestamp:
- Apr 16, 2009, 4:34:35 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/receive_source.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/receive_source.pl
r23888 r23892 52 52 53 53 # Get list of filesets 54 my $uri = "$source/ product"; # URI for datastore product54 my $uri = "$source/$product"; # URI for datastore product 55 55 $uri .= "/index.txt" unless $uri =~ m|/index.txt$|; 56 56 my $command = "dsproductls --uri $uri"; # Command to execute … … 64 64 my $last; # Last fileset seen 65 65 foreach my $line (@$stdout_buf) { 66 $line =~ s/\#.* $//;66 $line =~ s/\#.*//g; 67 67 next unless $line =~ /\S+/; 68 $line =~ s/^\s+//; 68 69 my @fields = split(/\s+/, $line); # Fields in line 69 70 my $fileset = $fields[1];
Note:
See TracChangeset
for help on using the changeset viewer.
