summaryrefslogtreecommitdiff
path: root/testing/buildbot.yml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/buildbot.yml')
-rw-r--r--testing/buildbot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/buildbot.yml b/testing/buildbot.yml
index 3364668e..65f5d6f7 100644
--- a/testing/buildbot.yml
+++ b/testing/buildbot.yml
@@ -24,6 +24,12 @@
- venv: /home/{{ botuser }}/buildbot-virtualenv
- work: /home/{{ botuser }}/buildbot-workdir
+ vars_prompt:
+ - name: maintainer
+ prompt: contact details of the builbot owner
+ default: name <mail@example.com>
+ private: no
+
tasks:
# --- install requirements ---
- name: ubuntu/debian - make sure mercurial is installed
@@ -52,3 +58,6 @@
creates={{ work }}"
sudo: yes
sudo_user: "{{ botuser }}"
+
+ - name: set contact details of the buildbot owner
+ copy: dest="{{ work }}/info/admin" content="{{ maintainer }}"