Skip to content

Commit faf2a9c

Browse files
Update new-buildbot-worker.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 5c16ff7 commit faf2a9c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

testing/new-buildbot-worker.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,13 @@ if you choose that path.
120120
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
121121

122122

123-
In a terminal window for the buildbot user, issue the following commands in
124-
the :file:`Scripts` directory of your Python installation (you
125-
can put the ``buildarea`` wherever you want to)::
123+
In a terminal window for the buildbot user, issue the following commands.
124+
(You can put the ``buildarea`` wherever you want to.)
125+
Note that the ``buildbot-worker`` command will be in the
126+
:file:`Scripts` directory of your Python installation. Here and in the rest
127+
of the guide, you may need to launch it using the full path.
128+
129+
.. code-block::
126130
127131
mkdir buildarea
128132
buildbot-worker create-worker buildarea buildbot-api.python.org:9020 workername workerpasswd

0 commit comments

Comments
 (0)