blob: 75e3f12a7e0e2ea89329342d4493d0122082f068 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
# mqtt-exec params
exec_command=/usr/bin/aports-build
exec_user=buildozer
mqtt_broker="msg.alpinelinux.org"
mqtt_topics="git/aports/$git_branch git/aports/$git_branch/release"
will_topic="build/$(hostname)"
will_retain=yes
|