summaryrefslogtreecommitdiff
path: root/ansible/playbooks/jhbuild_run.yaml
blob: b159e1542b600546d532b8bec505a692fe60baf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
      shell: executable=/bin/bash ~/.local/bin/jhbuild update endless-apps