Changeset 25027 for branches/pap/ippScripts/scripts/receive_source.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/receive_source.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ippScripts/scripts/receive_source.pl
r23894 r25027 64 64 my @filesets = (); # Filesets to add 65 65 my @lines = split(/\n/, join "", @$stdout_buf); # Lines from output 66 my $numFilesets = 0; 66 67 foreach my $line ( @lines ) { 67 68 $line =~ s/\#.*//g; … … 71 72 my $fileset = $fields[1]; 72 73 push @filesets, $fileset if defined $fileset and $fileset =~ /\S+/; 74 75 # TODO don't overload recevietool. Tune this limit 76 $numFilesets++; 77 last if $numFilesets >= 100; 73 78 } 74 79
Note:
See TracChangeset
for help on using the changeset viewer.
