mirror of
https://github.com/archlinux-jerry/buildbot
synced 2025-11-18 16:54:03 +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)
priority:
0 (default, higher is more important)
extra:
- update:
- /bin/true
- prebuild:
- echo "Hello World!"
- postbuild:
- ls > list
- failure:
- rm file