Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3227)

Unified Diff: slave/Makefile

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Fix launch_slaves, remove more stuff Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: slave/Makefile
diff --git a/slave/Makefile b/slave/Makefile
deleted file mode 100644
index 0d849d81d8cf74fbd58ca3a20be1da6f159750f4..0000000000000000000000000000000000000000
--- a/slave/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- makefile -*-
-
-CWD := $(shell pwd)
-
-THIRDPARTY := $(CWD)/../third_party
-CHROMIUM_BUILDBOT := $(THIRDPARTY)/chromium_buildbot
-PUBLICCONFIG_DIR := $(CHROMIUM_BUILDBOT)/site_config
-PRIVATECONFIG_DIR ?= $(CWD)/../site_config
-TESTING_MASTER ?= Skia
-
-ALL_TARGETS := start stop reconfig log wait restart
-
-.PHONY: $(ALL_TARGETS)
-$(ALL_TARGETS)::
- echo "fake bot_password to quiet run_slave.py" >$(PUBLICCONFIG_DIR)/.bot_password
- TESTING_MASTER=$(TESTING_MASTER) PYTHONPATH=$(PRIVATECONFIG_DIR) $(MAKE) -C $(CHROMIUM_BUILDBOT)/slave $@

Powered by Google App Engine
This is Rietveld 408576698