From 1aa3e4d55809685baf9417f16385b43a83d78088 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 5 Nov 2017 18:42:00 +0100 Subject: reproducible fedora: don't use hidden files for the package lists Signed-off-by: Mattia Rizzolo --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 13365954..2e92ce2c 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -53,7 +53,7 @@ ARCHLINUX_PKGS=/srv/reproducible-results/archlinux_pkgs # common settings for testing rpm based distros RPM_BUILD_NODE=profitbricks-build3-amd64 -RPM_PKGS=/srv/reproducible-results/.rpm_pkgs +RPM_PKGS=/srv/reproducible-results/rpm_pkgs # number of cores to be used NUM_CPU=$(grep -c '^processor' /proc/cpuinfo) -- cgit v1.2.3-54-g00ecf