Go to file
JerryXiao 46a71dd65e
repod: add startup logger
2019-09-06 11:28:25 +08:00
.gitignore buildbot: new logging system 2019-04-09 15:43:17 +08:00
README.md buildbot: lots of improvements 2019-09-05 22:42:08 +08:00
buildbot.py buildbot.py: fix bugs and rewrite client 2019-09-06 11:23:07 +08:00
client.py buildbot.py: fix bugs and rewrite client 2019-09-06 11:23:07 +08:00
config.py buildbot: add git and client 2019-04-10 20:36:43 +08:00
extra.py buildbot: lots of improvements 2019-09-05 22:42:08 +08:00
notify.py buildbot: lots of improvements 2019-09-05 22:42:08 +08:00
repo.py bad loop 2019-04-10 21:43:10 +08:00
repod.py repod: add startup logger 2019-09-06 11:28:25 +08:00
shared_vars.py repo.py: finished update and cmdline args 2019-04-03 12:34:11 +08:00
utils.py buildbot.py: fix bugs and rewrite client 2019-09-06 11:23:07 +08:00
yamlparse.py buildbot.py: fix bugs and rewrite client 2019-09-06 11:23:07 +08:00

README.md

Buildbot

Typical autobuild.yaml format

type:
    auto (by package name)
    git (this is a git package and will check source for updates)
    manual (this package will only be updated when new release is pushed)
cleanbuild:
    true / false
timeout:
    30 (30 mins, int only)
extra:
    - update:
        - /bin/true
    - prebuild:
        - echo "Hello World!"
    - postbuild:
        - ls > list
    - failure:
        - rm file