[tor-commits] [tor-browser-build/master] Bug 28775: Add mercurial in tbb-build ansible role

gk at torproject.org gk at torproject.org
Fri Dec 7 11:04:06 UTC 2018


commit ea1fc73e70e73d6b930c99fdfe5a729579613002
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Dec 7 11:41:25 2018 +0100

    Bug 28775: Add mercurial in tbb-build ansible role
    
    With #26843 we now require mercurial to be installed, so it should be
    installed by the tbb-build ansible role.
---
 tools/ansible/roles/tbb-builder/tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/ansible/roles/tbb-builder/tasks/main.yml b/tools/ansible/roles/tbb-builder/tasks/main.yml
index f27c6cf..4e84709 100644
--- a/tools/ansible/roles/tbb-builder/tasks/main.yml
+++ b/tools/ansible/roles/tbb-builder/tasks/main.yml
@@ -22,6 +22,7 @@
       - libgtk2.0-dev
       - curl
       - runc
+      - mercurial
 
 - name: Install dependencies for update_responses script
   apt:



More information about the tor-commits mailing list