- Timestamp:
- Jul 30, 2009, 5:20:29 PM (17 years ago)
- Location:
- branches/czw_branch/cleanup
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/receive_source.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup
- Property svn:mergeinfo changed
/trunk (added) merged: 24714-24742,24744-24784,24786-24798,24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24939
- Property svn:mergeinfo changed
-
branches/czw_branch/cleanup/ippScripts/scripts/receive_source.pl
r23894 r24951 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.
