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

Unified Diff: slave/run_slave.bat

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment 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
« no previous file with comments | « slave/__init__.py ('k') | slave/skia_slave_scripts/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/run_slave.bat
diff --git a/slave/run_slave.bat b/slave/run_slave.bat
deleted file mode 100755
index a3297cd3d164340558a5f10dbde4ff8411b2f16e..0000000000000000000000000000000000000000
--- a/slave/run_slave.bat
+++ /dev/null
@@ -1,10 +0,0 @@
-set THIRDPARTY=..\third_party
-set CHROMIUM_BUILDBOT=%THIRDPARTY%\chromium_buildbot
-set PUBLICCONFIG_DIR=%CHROMIUM_BUILDBOT%\site_config
-set PRIVATECONFIG_DIR=..\site_config
-set TESTING_MASTER=Skia
-
-set PYTHONPATH=%CHROMIUM_BUILDBOT%\third_party\buildbot_7_12;%CHROMIUM_BUILDBOT%\third_party\twisted_8_1;%PUBLICCONFIG_DIR%;%PRIVATECONFIG_DIR%
-
-echo fake bot_password to quiet run_slave.py >%PUBLICCONFIG_DIR%\.bot_password
-python %CHROMIUM_BUILDBOT%\slave\run_slave.py --no_save -y buildbot.tac
« no previous file with comments | « slave/__init__.py ('k') | slave/skia_slave_scripts/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698