From fb4f4bff46e1b32a50377900d0fa1460577cdb33 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 10 Aug 2020 14:11:12 +0200 Subject: [PATCH] repro: Add config for ubuntu:20.04 --- tools/repro-build.sh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/tools/repro-build.sh b/tools/repro-build.sh index 001e20814..90ec119f0 100755 --- a/tools/repro-build.sh +++ b/tools/repro-build.sh @@ -100,6 +100,39 @@ a3aeef76c96263e041a9c2c93616717072ff702d328c7987791ba4580c863698 /var/cache/apt eb49ad0a92f46080ab23974ee5db69dc08709a74e4275a0906afc220c75ce7a8 /var/cache/apt/archives/m4_1.4.18-1_amd64.deb 6a7f7b7ad1f6ff6332099ed9ceaa4889a6ce56a7a48817ddccc0952126059d07 /var/cache/apt/archives/make_4.1-9.1ubuntu1_amd64.deb 1bd6bfc66d1de113f14a9afdd61d7f4b911c11c570403dd9785aa937b88f9ea9 /var/cache/apt/archives/zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb +EOF + ;; + Ubuntu-20.04) + if grep ^deb /etc/apt/sources.list | grep -- '-\(updates\|security\)'; then + echo Please disable security and updates in /etc/apt/sources.list >&2 + exit 1 + fi + DOWNLOAD='sudo apt -y --no-install-recommends --reinstall -d install' + PKGS='autoconf automake libtool make gcc libgmp-dev libsqlite3-dev zlib1g-dev libsodium-dev' + INST='sudo dpkg -i' + cat > /tmp/SHASUMS <