diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-11-05 18:42:00 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-05 18:42:00 +0100 |
commit | 1aa3e4d55809685baf9417f16385b43a83d78088 (patch) | |
tree | 289d41343ad961469d992a695bf87a4fca04c04e | |
parent | 3ed73c52bb8f632caf3d028dd5658c356238bfa5 (diff) | |
download | jenkins.debian.net-1aa3e4d55809685baf9417f16385b43a83d78088.tar.xz |
reproducible fedora: don't use hidden files for the package lists
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |