summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml8
-rw-r--r--tools/dev_env_setup/playbooks/jhbuild_run.yaml14
2 files changed, 0 insertions, 22 deletions
diff --git a/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml b/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
deleted file mode 100644
index a8161be..0000000
--- a/tools/dev_env_setup/playbooks/install_jhbuild_deps.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-# vim:ff=unix ts=2 sw=2 ai expandtab
-
-- name: "Creating /opt/gnome directory"
-file: path=/opt/gnome state=directory mode=777
-
-- name: "Updating apt-file cache"
- shell: apt-file update
diff --git a/tools/dev_env_setup/playbooks/jhbuild_run.yaml b/tools/dev_env_setup/playbooks/jhbuild_run.yaml
deleted file mode 100644
index 744af74..0000000
--- a/tools/dev_env_setup/playbooks/jhbuild_run.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-# vim:ff=unix ts=2 sw=2 ai expandtab
-
-- name: "Installing jhbuild dependencies - this may take a very long time"
- shell: executable=/bin/bash echo -e "y\n" | ~/.local/bin/jhbuild sysdeps --install
- sudo: False
-
-- name: "Installing auth key"
- template: src=../templates/.jhbuildrc-auth.j2 dest=~/.jhbuildrc-auth
- sudo: False
-
-- 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
- sudo: False