You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JerryXiao 6dc56262bc buildbot: fix rebuild 3 years ago
.gitignore buildbot: new logging system 4 years ago
README.md update docs 4 years ago
buildbot.py buildbot: fix rebuild 3 years ago
client.py client.py: change dir first 4 years ago
config.py buildbot: add extra 4 years ago
extra.py upload fix and priority 4 years ago
notify.py notify.py: remove unneeded imports 4 years ago
repo.py repo: remove archived packages when a pkg is removed from repo 4 years ago
repod.py buildbot: fix upload bug 4 years ago
shared_vars.py repo.py: finished update and cmdline args 4 years ago
utils.py utils: rewrite configure_logger 4 years ago
yamlparse.py introduce priority system 4 years ago

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)
priority:
    0 (default, higher is more important)
extra:
    - update:
        - /bin/true
    - prebuild:
        - echo "Hello World!"
    - postbuild:
        - ls > list
    - failure:
        - rm file