From fa7c59eea1281412ab4ce56a9638859c1ea2dcd6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 6 Dec 2018 21:55:02 +0100 Subject: [PATCH] buildserver: include disorderfs to avoid sudo: in metadata Right now, the only thing that Briar needs in sudo: in order to be built reproducibly is `apt-get install disorderfs`. This includes it in the standard image to make it easy to spread that technique to many builds. @grote --- buildserver/provision-apt-get-install | 1 + 1 file changed, 1 insertion(+) diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index a46b0429..a59359b8 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -53,6 +53,7 @@ packages=" ca-certificates-java cmake curl + disorderfs expect faketime flex