mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-13 19:44:22 +02:00
18 lines
448 B
Bash
18 lines
448 B
Bash
# 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=https://build.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
|
|
supervisor=supervise-daemon
|