summaryrefslogtreecommitdiffstats
path: root/salt/builder/mqtt-exec.aports-build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'salt/builder/mqtt-exec.aports-build.conf')
-rw-r--r--salt/builder/mqtt-exec.aports-build.conf23
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