bootstrap/config.py: add patch, rsync and tar
authorStefan Metzmacher <metze@samba.org>
Fri, 29 Mar 2019 08:43:08 +0000 (09:43 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Apr 2019 12:09:33 +0000 (12:09 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
bootstrap/config.py

index e4c42c7b8e78e76a643e3ea17bb7df68d70f5e0b..33f2df011321894c5cfbd73286f4f3702e93c46e 100644 (file)
@@ -42,11 +42,14 @@ COMMON = [
     'git',
     'htop',
     'make',
+    'patch',
     'perl',
     'psmisc',  # for pstree in test
     'rng-tools',
+    'rsync',
     'sed',
     'sudo',  # docker images has no sudo by default
+    'tar',
     'tree',
 ]