mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-22 04:50:41 +08:00
No description
.gitignore | ||
buildbot.py | ||
client.py | ||
config.py | ||
extra.py | ||
notify.py | ||
README.md | ||
repo.py | ||
repod.py | ||
shared_vars.py | ||
utils.py | ||
yamlparse.py |
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