[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

abecsi at webkit.org abecsi at webkit.org
Fri Feb 26 22:15:53 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 1d0691ae34affcd275a4773b1fd657cd4ef67181
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 9 15:22:47 2010 +0000

    Add possibility of passing parameters to build-webkit by environment variable,
    because the buildbot slaves can't control the arguments.
    
    Patch by Gabor Rapcsanyi <rgabor at inf.u-szeged.hu> on 2010-02-09
    Reviewed by Tor Arne Vestbø.
    
    * Scripts/build-webkit:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54548 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 65ee2da..467337f 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-09 Gabor Rapcsanyi <rgabor at inf.u-szeged.hu>
+
+        Reviewed by Tor Arne Vestbø.
+
+        Add possibility of passing parameters to build-webkit by environment variable,
+        because the buildbot slaves can't control the arguments.
+
+        * Scripts/build-webkit:
+
 2010-02-09  Chang Shu  <Chang.Shu at nokia.com>
 
         Reviewed by Laszlo Gombos.
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index 8171fba..75b4f05 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit
@@ -169,6 +169,9 @@ if (isQt()) {
     }
 }
 
+# Additional environment parameters
+push @ARGV, split(/ /, $ENV{'BUILD_WEBKIT_ARGS'});
+
 # Initialize values from defaults
 foreach (@ARGV) {
     if ($_ eq '--minimal') {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list