summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 08:51:19 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 08:51:19 +0300
commitc250d8249c7cfc706579c237afc6dea80070180b (patch)
treea28432d67d8f39a2ef381072c0421be56fc46f70 /testing
parentcedb970db64d0890535b1ea3d6e134aa69884f09 (diff)
downloadscons-c250d8249c7cfc706579c237afc6dea80070180b.tar.gz
buildbot: Set contact details of the buildbot owner
Diffstat (limited to 'testing')
-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 }}"