[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mrowe at apple.com mrowe at apple.com
Wed Apr 7 23:25:38 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 81e8cef8b169c04e85112cb9cf196c16fa25dfe9
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 8 03:59:33 2009 +0000

    Invoke prepare-ChangeLog via an absolute path rather than assuming it can be found in PATH.
    
    Rubber-stamped by Cameron Zwarich.
    
    * Scripts/commit-log-editor:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50620 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index b7f4a57..5a65703 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,13 @@
 2009-11-07  Mark Rowe  <mrowe at apple.com>
 
+        Rubber-stamped by Cameron Zwarich.
+
+        Invoke prepare-ChangeLog via an absolute path rather than assuming it can be found in PATH.
+
+        * Scripts/commit-log-editor:
+
+2009-11-07  Mark Rowe  <mrowe at apple.com>
+
         Reviewed by Darin Adler.
 
         Fix <https://bugs.webkit.org/show_bug.cgi?id=28168>.
diff --git a/WebKitTools/Scripts/commit-log-editor b/WebKitTools/Scripts/commit-log-editor
index 18d682f..75017e3 100755
--- a/WebKitTools/Scripts/commit-log-editor
+++ b/WebKitTools/Scripts/commit-log-editor
@@ -230,7 +230,7 @@ if (isGit() && scalar keys %changeLogSort == 0) {
         chomp($webkitGenerateCommitMessage = `git config --bool core.webkitGenerateCommitMessage`);
     }
     if ($webkitGenerateCommitMessage ne "false") {
-        open CHANGELOG_ENTRIES, "-|", "prepare-ChangeLog --git-index --no-write" or die "prepare-ChangeLog failed: $!.\n";
+        open CHANGELOG_ENTRIES, "-|", "$FindBin::Bin/prepare-ChangeLog --git-index --no-write" or die "prepare-ChangeLog failed: $!.\n";
         while (<CHANGELOG_ENTRIES>) {
             print NEWLOG normalizeLineEndings($_, $endl);
         }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list