summaryrefslogtreecommitdiff
path: root/tools/dev_env_setup/playbooks/jhbuild_run.yaml
diff options
context:
space:
mode:
authorSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 21:45:34 -0600
committerSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 21:46:33 -0600
commit29ded8f16c47d285144d2b85ead07974c7079bd6 (patch)
tree0be6bbf4681262e17a54f72bb89c78a00e309907 /tools/dev_env_setup/playbooks/jhbuild_run.yaml
parent28197345ad32daa836fbf84b16a2b936a8086eaa (diff)
Moved ansible directory into tools
Diffstat (limited to 'tools/dev_env_setup/playbooks/jhbuild_run.yaml')
-rw-r--r--tools/dev_env_setup/playbooks/jhbuild_run.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/dev_env_setup/playbooks/jhbuild_run.yaml b/tools/dev_env_setup/playbooks/jhbuild_run.yaml
new file mode 100644
index 0000000..ff9d290
--- /dev/null
+++ b/tools/dev_env_setup/playbooks/jhbuild_run.yaml
@@ -0,0 +1,19 @@
+---
+# vim:ff=unix ts=2 sw=2 ai expandtab
+-
+ hosts: dev_machine
+
+ sudo: False
+
+ vars_files:
+ - "../default_variables.yaml"
+
+ tasks:
+ - name: "Installing jhbuild dependencies - this may take a very long time"
+ shell: executable=/bin/bash echo -e "y\n" | ~/.local/bin/jhbuild sysdeps --install
+
+ - name: "Installing auth key"
+ template: src=../templates/.jhbuildrc-auth.j2 dest=~/.jhbuildrc-auth
+
+ - name: "Cloning relevant modules - this will take a very long time - use htop and watch for git processes"
+ shell: executable=/bin/bash ~/.local/bin/jhbuild update endless-apps