In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/37d29c6f3453c0f472e0e800ed4a425e9d8eae97?hp=43239f9092558d64042e15f37666b1cd1d54a7f7>

- Log -----------------------------------------------------------------
commit 37d29c6f3453c0f472e0e800ed4a425e9d8eae97
Author: Nicholas Clark <n...@ccl4.org>
Date:   Wed Feb 11 11:17:38 2009 +0000

    Update makerel to make a release from a git checkout.
    (Ignore .git directory, .gitignore files, and references to removed perforce
    related scripts.)
-----------------------------------------------------------------------

Summary of changes:
 Porting/makerel |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Porting/makerel b/Porting/makerel
index 390b92b..b197a24 100644
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -43,6 +43,8 @@ print "\nMaking a release for $perl in $relroot/$reldir\n\n";
 
 print "Cross-checking the MANIFEST...\n";
 ($missfile, $missentry) = fullcheck();
+...@$missentry
+    = grep {$_ !~ m!^\.git/! and $_ !~ m!(?:/|^)\.gitignore!} @$missentry;
 warn "Can't make a release with MANIFEST files missing.\n" if @$missfile;
 warn "Can't make a release with files not listed in MANIFEST.\n" if 
@$missentry;
 if ("@$missentry" =~ m/\.orig\b/) {
@@ -95,8 +97,6 @@ my @exe = qw(
     Porting/findrfuncs
     Porting/genlog
     Porting/makerel
-    Porting/p4genpatch
-    Porting/patchls
     Porting/*.pl
     mpeix/nm
     mpeix/relink

--
Perl5 Master Repository

Reply via email to