From c250d8249c7cfc706579c237afc6dea80070180b Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 5 Mar 2014 08:51:19 +0300 Subject: buildbot: Set contact details of the buildbot owner --- testing/buildbot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'testing') 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 + 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 }}" -- cgit v1.2.1