diff options
author | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 05:51:19 (GMT) |
---|---|---|
committer | anatoly techtonik <techtonik@gmail.com> | 2014-03-05 05:51:19 (GMT) |
commit | a3fcf694f19ab8e53ed4e028180bb88db993adf2 (patch) | |
tree | a28432d67d8f39a2ef381072c0421be56fc46f70 | |
parent | 0cd1d5363c1cbc14349783393cd21940faa605c3 (diff) | |
download | SCons-a3fcf694f19ab8e53ed4e028180bb88db993adf2.zip SCons-a3fcf694f19ab8e53ed4e028180bb88db993adf2.tar.gz SCons-a3fcf694f19ab8e53ed4e028180bb88db993adf2.tar.bz2 |
buildbot: Set contact details of the buildbot owner
-rw-r--r-- | testing/buildbot.yml | 9 |
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 }}" |