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

eric at webkit.org eric at webkit.org
Wed Dec 22 14:48:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a500a73a53a8cf763d9a3dc9296acef9c0feb957
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 21 00:11:29 2010 +0000

    2010-10-20  Eric Seidel  <eric at webkit.org>
    
            Unreviewed.  Fixing /release-patch url used by the EWS bots.
    
            EWS should test patches with r+
            https://bugs.webkit.org/show_bug.cgi?id=35460
    
            * Scripts/webkitpy/common/net/statusserver.py:
             - I changed the URL during development, and 404s are
             intentionally silenced during release_patch.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70193 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index f6bd350..3553b59 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-20  Eric Seidel  <eric at webkit.org>
+
+        Unreviewed.  Fixing /release-patch url used by the EWS bots.
+
+        EWS should test patches with r+
+        https://bugs.webkit.org/show_bug.cgi?id=35460
+
+        * Scripts/webkitpy/common/net/statusserver.py:
+         - I changed the URL during development, and 404s are
+         intentionally silenced during release_patch.
+
 2010-10-14  Adam Roben  <aroben at apple.com>
 
         Test that passing a different NPP struct back to the browser doesn't
diff --git a/WebKitTools/Scripts/webkitpy/common/net/statusserver.py b/WebKitTools/Scripts/webkitpy/common/net/statusserver.py
index e457bef..3d03dcd 100644
--- a/WebKitTools/Scripts/webkitpy/common/net/statusserver.py
+++ b/WebKitTools/Scripts/webkitpy/common/net/statusserver.py
@@ -119,7 +119,7 @@ class StatusServer:
         return self._fetch_url(patch_status_url)
 
     def _post_release_work_item(self, queue_name, patch):
-        release_patch_url = "%s/release-patch/%s" % (self.url, queue_name)
+        release_patch_url = "%s/release-patch" % (self.url)
         self._browser.open(release_patch_url)
         self._browser.select_form(name="release_patch")
         self._browser["queue_name"] = queue_name

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list