Build:Win32:1.8:ITSupport: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(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>

Latest revision as of 05:01, 24 July 2009

Starting/Stopping Buildbot on Win32

*-pacifica-vm

Starting:

start cygwin shell
c:\\buildtools\\python24\\scripts\\buildbot start c:\\win32-1.8-slave2
The command does not return

Stopping:

Use ^C to get a prompt back

production-patrocles

Starting:

start cygwin shell
cd /cygdrive/e/builds/buildbot
C:\\buildtools\\python24\\scripts\\buildbot start slave
The command does not return

Stopping:

Use ^C to get a prompt back