[tor-commits] [tor-browser-build/master] Bug 23384: install dependencies for update_responses on build-sunet-a.torproject.net

boklm at torproject.org boklm at torproject.org
Fri Sep 22 16:03:51 UTC 2017


commit 9c79f069e6942d3520612d1a24e6bde70e804e4e
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Sep 22 18:01:25 2017 +0200

    Bug 23384: install dependencies for update_responses on build-sunet-a.torproject.net
---
 tools/ansible/roles/tbb-builder/tasks/main.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/tools/ansible/roles/tbb-builder/tasks/main.yml b/tools/ansible/roles/tbb-builder/tasks/main.yml
index 2edfc18..eb44819 100644
--- a/tools/ansible/roles/tbb-builder/tasks/main.yml
+++ b/tools/ansible/roles/tbb-builder/tasks/main.yml
@@ -23,6 +23,18 @@
       - curl
       - runc
 
+- name: Install dependencies for update_responses script
+  apt:
+      name: "{{ item }}"
+      state: present
+  with_items:
+      - libfindbin-libs-perl
+      - libxml-writer-perl
+      - libparallel-forkmanager-perl
+      - libxml-libxml-perl
+      - libwww-perl
+      - libjson-perl
+
 - name: Create the tbb-build group
   group:
       name: tbb-build



More information about the tor-commits mailing list