[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tony at chromium.org tony at chromium.org
Wed Dec 22 12:20:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 24208a32332e1879f0b22f7c500c5003d81e6b12
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 19 18:28:29 2010 +0000

    2010-08-19  Tony Chang  <tony at chromium.org>
    
            Reviewed by Adam Barth.
    
            webkit-patch barfed on upload with a new image test result
            https://bugs.webkit.org/show_bug.cgi?id=39097
    
            * PrettyPatch/PrettyPatch.rb: don't use full path to git
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65686 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index 3d888d3..3ab5434 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,5 +1,14 @@
 2010-08-19  Tony Chang  <tony at chromium.org>
 
+        Reviewed by Adam Barth.
+
+        webkit-patch barfed on upload with a new image test result
+        https://bugs.webkit.org/show_bug.cgi?id=39097
+
+        * PrettyPatch/PrettyPatch.rb: don't use full path to git
+
+2010-08-19  Tony Chang  <tony at chromium.org>
+
         Unreviewed, setting svn:eol-style native on ChangeLog.
 
 2010-08-19  Tony Chang  <tony at chromium.org>
diff --git a/BugsSite/PrettyPatch/PrettyPatch.rb b/BugsSite/PrettyPatch/PrettyPatch.rb
index 228c1bb..7f8b5a0 100644
--- a/BugsSite/PrettyPatch/PrettyPatch.rb
+++ b/BugsSite/PrettyPatch/PrettyPatch.rb
@@ -9,7 +9,7 @@ module PrettyPatch
 
 public
 
-    GIT_PATH = "/opt/local/bin/git"
+    GIT_PATH = "git"
 
     def self.prettify(string)
         fileDiffs = FileDiff.parse(string)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list