summaryrefslogtreecommitdiffstats
path: root/testing/buildbot.yml
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-03-05 05:51:19 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-03-05 05:51:19 (GMT)
commita3fcf694f19ab8e53ed4e028180bb88db993adf2 (patch)
treea28432d67d8f39a2ef381072c0421be56fc46f70 /testing/buildbot.yml
parent0cd1d5363c1cbc14349783393cd21940faa605c3 (diff)
downloadSCons-a3fcf694f19ab8e53ed4e028180bb88db993adf2.zip
SCons-a3fcf694f19ab8e53ed4e028180bb88db993adf2.tar.gz
SCons-a3fcf694f19ab8e53ed4e028180bb88db993adf2.tar.bz2
buildbot: Set contact details of the buildbot owner
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 3364668..65f5d6f 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 }}"