[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

tony at chromium.org tony at chromium.org
Sun Feb 20 23:30:51 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 283857fa53d7dffab8bbaf2ece4ede0aa78e2024
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 21 01:28:03 2011 +0000

    2011-01-20  Tony Chang  <tony at chromium.org>
    
            Reviewed by Ojan Vafai.
    
            [chromium] fix the paths used for the rebaseline tool
            https://bugs.webkit.org/show_bug.cgi?id=52857
    
            Some of the bots were renamed so the path to grab the results zip
            file has changed.
    
            * Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76314 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 9b9a6b6..3f53d8c 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-20  Tony Chang  <tony at chromium.org>
+
+        Reviewed by Ojan Vafai.
+
+        [chromium] fix the paths used for the rebaseline tool
+        https://bugs.webkit.org/show_bug.cgi?id=52857
+
+        Some of the bots were renamed so the path to grab the results zip
+        file has changed.
+
+        * Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
+
 2011-01-20  Dirk Pranke  <dpranke at chromium.org>
 
         Reviewed by Tony Chang.
diff --git a/Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py b/Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
index 848079e..c852186 100644
--- a/Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
+++ b/Tools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
@@ -62,16 +62,16 @@ _log = logging.getLogger("webkitpy.layout_tests."
 
 BASELINE_SUFFIXES = ['.txt', '.png', '.checksum']
 REBASELINE_PLATFORM_ORDER = ['mac', 'win', 'win-xp', 'win-vista', 'linux']
-ARCHIVE_DIR_NAME_DICT = {'win': 'Webkit_Win',
+ARCHIVE_DIR_NAME_DICT = {'win': 'Webkit_Win__deps_',
                          'win-vista': 'webkit-dbg-vista',
-                         'win-xp': 'Webkit_Win',
-                         'mac': 'Webkit_Mac10_5',
-                         'linux': 'webkit-rel-linux64',
-                         'win-canary': 'webkit-rel-webkit-org',
+                         'win-xp': 'Webkit_Win__deps_',
+                         'mac': 'Webkit_Mac10_5__deps_',
+                         'linux': 'Webkit_Linux__deps_',
+                         'win-canary': 'Webkit_Win',
                          'win-vista-canary': 'webkit-dbg-vista',
-                         'win-xp-canary': 'webkit-rel-webkit-org',
-                         'mac-canary': 'webkit-rel-mac-webkit-org',
-                         'linux-canary': 'webkit-rel-linux-webkit-org'}
+                         'win-xp-canary': 'Webkit_Win',
+                         'mac-canary': 'Webkit_Mac10_5',
+                         'linux-canary': 'Webkit_Linux'}
 
 
 def log_dashed_string(text, platform, logging_level=logging.INFO):

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list