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

kevino at webkit.org kevino at webkit.org
Wed Apr 7 23:16:48 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit f2d644571f3488d87f947a3bf3ea64199cc51e9f
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 30 19:52:22 2009 +0000

    Fix typo in command name used by wx build system.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50349 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 189cda4..b085914 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-30  Kevin Ollivier  <kevino at theolliviers.com>
+
+        Fix typo in command name used by wx build system.
+
+        * wx/build/build_utils.py:
+
 2009-10-30  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Darin Adler.
diff --git a/WebKitTools/wx/build/build_utils.py b/WebKitTools/wx/build/build_utils.py
index b767d9f..a6962e2 100644
--- a/WebKitTools/wx/build/build_utils.py
+++ b/WebKitTools/wx/build/build_utils.py
@@ -176,7 +176,7 @@ def get_config(wk_root):
     return config
 
 def svn_revision():
-    if os.system("git info") == 0:
+    if os.system("git-svn info") == 0:
         info = commands.getoutput("git-svn info ../..")
     else:
         info = commands.getoutput("svn info")

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list