From 24fa201ceeeaa4ddf79e6d803d8aa14a6a76a8af Mon Sep 17 00:00:00 2001 From: Srdjan Grubor Date: Thu, 16 Jan 2014 10:40:14 -0600 Subject: Made jhbuild update the modules with the right key --- ansible/playbooks/jhbuild_run.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ansible/playbooks') 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 -- cgit v1.2.3