commit 14bb4de90418ce84b8bf603e0f7392c0a08dfbd1 Author: Nicolas Vigier boklm@torproject.org Date: Thu Jan 16 19:52:02 2020 +0100
Bug 32979: Update README to add File::Slurp to the list of dependencies --- README | 3 ++- tools/ansible/roles/tbb-builder/tasks/main.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README b/README index 5dbf77e..8e97e2f 100644 --- a/README +++ b/README @@ -28,6 +28,7 @@ You also need a few perl modules installed: - File::Temp - Path::Tiny - File::Path +- File::Slurp - File::Copy::Recursive - String::ShellQuote - Sort::Versions @@ -42,7 +43,7 @@ If you are running Debian or Ubuntu, you can install them with: libio-captureoutput-perl libjson-perl libpath-tiny-perl \ libstring-shellquote-perl libsort-versions-perl \ libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \ - libfile-copy-recursive-perl git runc \ + libfile-copy-recursive-perl libfile-slurp-perl git runc \ mercurial
The build system is based on rbm, which is included as a git submodule diff --git a/tools/ansible/roles/tbb-builder/tasks/main.yml b/tools/ansible/roles/tbb-builder/tasks/main.yml index 4e84709..92b35e8 100644 --- a/tools/ansible/roles/tbb-builder/tasks/main.yml +++ b/tools/ansible/roles/tbb-builder/tasks/main.yml @@ -19,6 +19,7 @@ - libdata-uuid-perl - libdata-dump-perl - libfile-copy-recursive-perl + - libfile-slurp-perl - libgtk2.0-dev - curl - runc