Changeset 3227 for trunk/BuildContrib/lib/Foswiki/Contrib/Build.pm
- Timestamp:
- 03/20/09 19:49:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/BuildContrib/lib/Foswiki/Contrib/Build.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BuildContrib/lib/Foswiki/Contrib/Build.pm
r3223 r3227 1574 1574 my $name = $1; 1575 1575 next if $uploaded{$name}; 1576 next if $name =~ /^$to(\.zip|\.tgz|_installer|\.md5 )$/;1576 next if $name =~ /^$to(\.zip|\.tgz|_installer|\.md5|\.sha1)$/; 1577 1577 $a =~ /comment="([^"]*)"/; 1578 1578 my $comment = $1; … … 1600 1600 1601 1601 # Upload the standard files 1602 foreach my $ext qw(.zip .tgz _installer .md5 ) {1602 foreach my $ext qw(.zip .tgz _installer .md5 .sha1) { 1603 1603 my $name = $to . $ext; 1604 1604 next if $uploaded{$name}; … … 1938 1938 && /^\w.*\w$/ 1939 1939 && !/^(DEPENDENCIES|MANIFEST|(PRE|POST)INSTALL|build\.pl)$/ 1940 && !/$collector->{project}\.(md5|zip|tgz|txt )/ )1940 && !/$collector->{project}\.(md5|zip|tgz|txt|sha1)/ ) 1941 1941 { 1942 1942 my $n = $File::Find::name;
Note: See TracChangeset
for help on using the changeset viewer.
