Confirmed users
4,293
edits
Lukasblakk (talk | contribs) (New page: = Starting/Stopping Buildbot on Win32 = Starting: <pre> start cygwin shell c:\\buildtools\\python24\\scripts\\buildbot start c:\\win32-1.8-slave2 The command does not return </pre> Stop...) |
No edit summary |
||
| Line 1: | Line 1: | ||
= Starting/Stopping Buildbot on Win32 = | = Starting/Stopping Buildbot on Win32 = | ||
== *-pacifica-vm == | |||
Starting: | Starting: | ||
| Line 6: | Line 8: | ||
start cygwin shell | start cygwin shell | ||
c:\\buildtools\\python24\\scripts\\buildbot start c:\\win32-1.8-slave2 | c:\\buildtools\\python24\\scripts\\buildbot start c:\\win32-1.8-slave2 | ||
The command does not return | |||
</pre> | |||
Stopping: | |||
<pre> | |||
Use ^C to get a prompt back | |||
</pre> | |||
== production-patrocles == | |||
Starting: | |||
<pre> | |||
start cygwin shell | |||
cd /cygdrive/e/builds/buildbot | |||
C:\\buildtools\\python24\\scripts\\buildbot start slave | |||
The command does not return | The command does not return | ||
</pre> | </pre> | ||