[SCM] WebKit Debian packaging branch, webkit-1.1,	updated. upstream/1.1.17-1283-gcf603cf
    eric at webkit.org 
    eric at webkit.org
       
    Tue Jan  5 23:43:51 UTC 2010
    
    
  
The following commit has been merged in the webkit-1.1 branch:
commit 2fa0617ef9a42e94e252cb5926ab08b646f22851
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 7 21:52:22 2009 +0000
    2009-12-07  Yaar Schnitman  <yaar at chromium.org>
    
            Reviewed by Darin Fisher.
    
            Chromium buildbots are not red when they fail
            https://bugs.webkit.org/show_bug.cgi?id=32235
    
            * Scripts/build-webkit:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51794 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 967761c..39d9986 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,15 @@
 
         Reviewed by Darin Fisher.
 
+        Chromium buildbots are not red when they fail
+        https://bugs.webkit.org/show_bug.cgi?id=32235
+
+        * Scripts/build-webkit:
+
+2009-12-07  Yaar Schnitman  <yaar at chromium.org>
+
+        Reviewed by Darin Fisher.
+
         Typo in chromium linux builder
         https://bugs.webkit.org/show_bug.cgi?id=32238
 
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index 5703899..30ec0a1 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit
@@ -325,7 +325,7 @@ if (isChromium()) {
     # Chromium doesn't build by project directories.
     @projects = ();
     my $result = buildChromium($clean, @options);
-    exit $result if $result;
+    exit exitStatus($result) if exitStatus($result);
 }
 
 # Build, and abort if the build fails.
-- 
WebKit Debian packaging
    
    
More information about the Pkg-webkit-commits
mailing list