[debian-rebuilder-setup] 01/01: ENH: add basic setup for the rebuilder host.

Santiago Torres-Arias sangy-guest at moszumanska.debian.org
Fri Dec 1 20:23:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

sangy-guest pushed a commit to branch master
in repository debian-rebuilder-setup.

commit 08e22043ee0d56992793eb14dd1db0888e9983dc
Author: Santiago Torres <torresariass at gmail.com>
Date:   Fri Dec 1 15:23:56 2017 -0500

    ENH: add basic setup for the rebuilder host.
---
 playbook.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/playbook.yml b/playbook.yml
new file mode 100644
index 0000000..2fab139
--- /dev/null
+++ b/playbook.yml
@@ -0,0 +1,18 @@
+- name: setup-reproducer
+  hosts: reproducer
+  remote_user: "{{ login_username }}"
+  become: yes
+  become_user: root
+  become_method: sudo
+
+  tasks:
+
+    - user:
+        name: rebuilder 
+        comment: "Unprivileged account to rebuild packages"
+        uid: 1001
+
+    - name: Install pbuilder
+      apt:
+        name: pbuilder
+        state: latest

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debian-rebuilder-setup.git



More information about the Reproducible-commits mailing list