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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 12:46:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit adc95c446c5ead56eff0ed62ae1a7da3d61ff5be
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 04:25:57 2010 +0000

    2010-08-29  James Robinson  <jamesr at chromium.org>
    
            Reviewed by David Levin.
    
            Make failing the download step fail the build
            https://bugs.webkit.org/show_bug.cgi?id=44298
    
            If the download step fails on a test bot, this ensures that
            the build goes red instead of only the download step going red
            and the overall build staying green.
    
            * BuildSlaveSupport/build.webkit.org-config/master.cfg:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66353 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
index a0beddb..f30ac16 100644
--- a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
+++ b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
@@ -130,6 +130,7 @@ class DownloadBuiltProduct(transfer.FileDownload):
     slavedest = WithProperties("WebKitBuild/%(configuration)s.zip")
     mastersrc = WithProperties("archives/%(fullPlatform)s-%(architecture)s-%(configuration)s/%(got_revision)s.zip")
     haltOnFailure = True
+    flunkOnFailure = True
 
     def __init__(self):
         transfer.FileDownload.__init__(self, self.mastersrc, self.slavedest)
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index d8524ef..f0dc687 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,16 @@
+2010-08-29  James Robinson  <jamesr at chromium.org>
+
+        Reviewed by David Levin.
+
+        Make failing the download step fail the build
+        https://bugs.webkit.org/show_bug.cgi?id=44298
+
+        If the download step fails on a test bot, this ensures that
+        the build goes red instead of only the download step going red
+        and the overall build staying green.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+
 2010-08-29  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Dimitri Glazkov.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list