# - Start Control Panel->Administrative Tools->Services
# - Locate the previously installed buildbot service.
# - Open the "properties" for the service.
# - Enter the directory names into the "Start Parameters" textbox. The
# directory names must be fully qualified, and surrounded in quotes if
# they include spaces.
# - Press the "Start"button.
这里可以输入多个目录,用空格分隔!
来自有关启动 Windows 服务的 Buildbot 文档:
http://docs.buildbot.net/current/manual/installation/misc.html#launching-worker-as-windows-service 有制作注册表项的说明称为 parameters
(
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\BuildBot\Parameters
) 并创建一个字符串条目 (
REG_SZ
),其名称为
directories
,值是工作程序基目录的绝对路径。对于多个工作人员(和/或主人),将
directories
条目的值设置为分号
;
分隔的各自基本目录的绝对路径列表。