diff options
author | root <root@salt-master.nld3.alpin.pw> | 2019-06-11 19:06:03 +0000 |
---|---|---|
committer | root <root@salt-master.nld3.alpin.pw> | 2019-06-11 19:06:03 +0000 |
commit | aa09aed813a85af585895f67c1a90e0493d7532f (patch) | |
tree | 58d3266af24f1260ab18cf7f3649dd247d47f15c /salt/builder/mqtt-exec.aports-build.conf | |
download | salty-master.tar.bz2 salty-master.tar.xz |
Diffstat (limited to 'salt/builder/mqtt-exec.aports-build.conf')
-rw-r--r-- | salt/builder/mqtt-exec.aports-build.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/salt/builder/mqtt-exec.aports-build.conf b/salt/builder/mqtt-exec.aports-build.conf new file mode 100644 index 0000000..b71230f --- /dev/null +++ b/salt/builder/mqtt-exec.aports-build.conf @@ -0,0 +1,23 @@ +# 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://build-edge-armhf.local/buildlogs + +buildrepo="buildrepo -p -l /var/cache/distfiles/buildlogs/$(hostname)" +# not all builds - keep going and skip failed +#buildrepo="buildrepo -s -k -p -l /var/cache/distfiles/buildlogs/$(hostname)" + +# list of release formats. unset for no release +# release_formats="iso" + +# mqtt-exec params +exec_command=/usr/bin/aports-build +exec_user=buildozer +mqtt_broker="{{ salt['pillar.get']('mqtt:host') }}" +mqtt_topics="git/aports/$git_branch git/aports/$git_branch/release" +will_topic="build/$(hostname)" +will_retain=yes |