Go to file
JerryXiao fe3b51fadf some pkgbuild has no quotation mark in arch 2019-09-05 09:28:53 +08:00
.gitignore buildbot: new logging system 2019-04-09 15:43:17 +08:00
README.md buildbot.py: ready to test 2019-04-07 17:14:50 +08:00
buildbot.py small improvements 2019-04-11 17:06:25 +08:00
client.py 100 lines backlog 2019-04-11 16:37:58 +08:00
config.py buildbot: add git and client 2019-04-10 20:36:43 +08:00
repo.py bad loop 2019-04-10 21:43:10 +08:00
repod.py fix repod bugs 2019-04-09 21:26:34 +08:00
shared_vars.py repo.py: finished update and cmdline args 2019-04-03 12:34:11 +08:00
utils.py some pkgbuild has no quotation mark in arch 2019-09-05 09:28:53 +08:00
yamlparse.py a comma missing 2019-04-11 16:41:53 +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: (wip)
    - update:
        - /bin/true
    - prebuild:
        - echo "Hello World!"
    - postbuild:
        - ls > list
    - failure:
        - rm file