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.
|
3 years ago | |
---|---|---|
.gitignore | 4 years ago | |
README.md | 4 years ago | |
buildbot.py | 3 years ago | |
client.py | 4 years ago | |
config.py | 4 years ago | |
extra.py | 4 years ago | |
notify.py | 4 years ago | |
repo.py | 4 years ago | |
repod.py | 4 years ago | |
shared_vars.py | 4 years ago | |
utils.py | 4 years ago | |
yamlparse.py | 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