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

Side by Side Diff: configs/chromium/slave/run_webserver.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 unified diff | Download patch
« no previous file with comments | « configs/chromium/slave/run_slave.py ('k') | master/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @echo off
2 set lighttpd_dir=%~dp0..\third_party\lighttpd\win
3
4 REM copy lighttpd.exe to lighttpd_server.exe, because we don't want it to be
5 REM killed by taskkill.
6
7 xcopy /D %lighttpd_dir%\lighttpd.exe %lighttpd_dir%\lighttpd_server.exe
8
9 REM copy the cygwin dll to the lighttpd folder because otherwise it wont work.
10
11 xcopy /D %lighttpd_dir%\..\no_dll\CygWin1.dll %lighttpd_dir%
12
13 REM Start the server, using the conf file in the slave directory.
14
15 @echo on
16 %lighttpd_dir%\lighttpd_server.exe -f %~dp0\lighttpd.conf -m %lighttpd_dir%\lib
OLDNEW
« no previous file with comments | « configs/chromium/slave/run_slave.py ('k') | master/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698