文件名称:buildbot-openxt
文件大小:17KB
文件格式:ZIP
更新时间:2024-03-08 17:20:04
Python
OpenXT自动构建器 配置 创建Buildbot主文件: buildbot@master $ buildbot create-master -r < basedir> buildbot@master $ git clone https://github.com/eric-ch/openxt-buildbot.git . 您将需要通过编辑master.cfg来注册buildbot-workers: c [ 'workers' ] = [ worker . Worker ( "worker-name" , "password" ), ] 这需要匹配每个工作程序配置。 buildbot@worker $ buildbot-worker create-worker --umask=0o22 < basedir> < master> :9989 " worker-
【文件预览】:
buildbot-openxt-master
----.gitignore(174B)
----master.cfg(12KB)
----factories()
--------__init__.py(0B)
--------windows_tools.py(5KB)
--------openxt.py(14KB)
----README.md(3KB)
----config()
--------stable_zeus.py(2KB)
--------custom_9.py(5KB)
--------__init__.py(0B)
--------custom_zeus.py(6KB)
--------windows_tools.py(880B)
--------custom_master.py(11KB)
--------utils.py(2KB)
--------stable_master.py(2KB)
----schedulers.py(3KB)