summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 10:40:14 -0600
committerSrdjan Grubor <sgnn7@sgnn7.org>2014-01-16 21:46:33 -0600
commit24fa201ceeeaa4ddf79e6d803d8aa14a6a76a8af (patch)
treeeb8fe45484a30e834ff8393e1abd352baad3206d
parent31234dba79ffc5baabf0371ee08b8c32df107425 (diff)
Made jhbuild update the modules with the right key
-rw-r--r--ansible/playbooks/jhbuild_run.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/ansible/playbooks/jhbuild_run.yaml b/ansible/playbooks/jhbuild_run.yaml
index ea3b4d9..b159e15 100644
--- a/ansible/playbooks/jhbuild_run.yaml
+++ b/ansible/playbooks/jhbuild_run.yaml
@@ -9,8 +9,11 @@
- "../default_variables.yaml"
tasks:
- - name: "Installing jhbuild dependencies - this will take a very long time"
+ - 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: "Building jhbuild modules"
- shell: executable=/bin/bash ~/.local/bin/jhbuild build
+ - name: "Installing auth key"
+ template: src=../templates/.jhbuildrc-auth.j2 dest=~/.jhbuildrc-auth
+
+ - name: "Cloning relevant modules - this will take a very long time"
+ shell: executable=/bin/bash ~/.local/bin/jhbuild update endless-apps