Title: [272787] trunk/Tools
Revision
272787
Author
aakash_j...@apple.com
Date
2021-02-12 10:36:23 -0800 (Fri, 12 Feb 2021)

Log Message

[build.webkit.org] Delete unused Makefile
https://bugs.webkit.org/show_bug.cgi?id=221721

Reviewed by Jonathan Bedard.

* CISupport/build-webkit-org/Makefile: Removed.

Modified Paths

Removed Paths

Diff

Deleted: trunk/Tools/CISupport/build-webkit-org/Makefile (272786 => 272787)


--- trunk/Tools/CISupport/build-webkit-org/Makefile	2021-02-12 18:20:48 UTC (rev 272786)
+++ trunk/Tools/CISupport/build-webkit-org/Makefile	2021-02-12 18:36:23 UTC (rev 272787)
@@ -1,19 +0,0 @@
-# -*- makefile -*-
-
-# This is a simple makefile which lives in a buildmaster/buildslave
-# directory (next to the buildbot.tac file). It allows you to start/stop the
-# master or slave by doing 'make start' or 'make stop'.
-
-# The 'reconfig' target will tell a buildmaster to reload its config file.
-
-start:
-	/opt/local/bin/twistd2.5 --no_save -y buildbot.tac
-
-stop:
-	kill `cat twistd.pid`
-
-reconfig:
-	kill -HUP `cat twistd.pid`
-
-log:
-	tail -f twistd.log

Modified: trunk/Tools/ChangeLog (272786 => 272787)


--- trunk/Tools/ChangeLog	2021-02-12 18:20:48 UTC (rev 272786)
+++ trunk/Tools/ChangeLog	2021-02-12 18:36:23 UTC (rev 272787)
@@ -1,3 +1,12 @@
+2021-02-12  Aakash Jain  <aakash_j...@apple.com>
+
+        [build.webkit.org] Delete unused Makefile
+        https://bugs.webkit.org/show_bug.cgi?id=221721
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/build-webkit-org/Makefile: Removed.
+
 2021-02-12  Kimmo Kinnunen  <kkinnu...@apple.com>
 
         GPU process WebGL context toDataURL does not work for non-premultiplied contexts
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to