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

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 12:55:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5b548816e53f98b7b1a45e8d03569927356bc962
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 2 02:03:45 2010 +0000

    Have kill-old-processes kill debug and release variants of WebKit2WebWebProcess
    and WebKitTestRunner.
    
    Reviewed by Adam Roben.
    
    * BuildSlaveSupport/win/kill-old-processes:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66630 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/BuildSlaveSupport/win/kill-old-processes b/WebKitTools/BuildSlaveSupport/win/kill-old-processes
index 50fb8a5..6760e08 100755
--- a/WebKitTools/BuildSlaveSupport/win/kill-old-processes
+++ b/WebKitTools/BuildSlaveSupport/win/kill-old-processes
@@ -28,7 +28,8 @@ import os, sys
 def main():
     tasksToKill = ["DumpRenderTree.exe", "DumpRenderTree_debug.exe", "testapi.exe", "testapi_debug.exe",
                 "svn.exe", "httpd.exe", "cl.exe", "link.exe", "midl.exe", "devenv.exe", "perl.exe",
-                "imagediff.exe", "imagediff_debug.exe", "jsc.exe", "jsc_debug.exe"]
+                "imagediff.exe", "imagediff_debug.exe", "jsc.exe", "jsc_debug.exe", "WebKit2WebProcess.exe",
+                "WebKit2WebProcess_debug.exe", "WebKitTestRunner.exe", "WebKitTestRunner_debug.exe"]
 
     for task in tasksToKill:
         os.system("taskkill /f /im " + task)
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index b4797d0..90797fd 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-01  Brian Weinstein  <bweinstein at apple.com>
+
+        Reviewed by Adam Roben.
+
+        Have kill-old-processes kill debug and release variants of WebKit2WebWebProcess
+        and WebKitTestRunner.
+
+        * BuildSlaveSupport/win/kill-old-processes:
+
 2010-09-01  Gabor Rapcsanyi  <rgabor at inf.u-szeged.hu>
 
         Reviewed by Antonio Gomes.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list