blob: 1a7320978c09f23e45af69a3b9282aee23038a1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# what git branch to build
git_branch=master
# what directory to upload to
# upload_release=edge
# prefix for url where logs can be found
# logurlprefix=http://bld1.alpinelinux.org/buildlogs
# list of release formats. unset for no release
# release_formats="iso"
|