summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-11-05 18:17:05 +0100
committerMattia Rizzolo <mattia@debian.org>2017-11-05 18:17:09 +0100
commit62b1e439ec921921249a26e8901cdd4d90030917 (patch)
tree862c5c87b6fa2bf0658496b42462d063006d4937
parent3abd73f126ec150d2844e64e7b52befc5888a7cf (diff)
downloadjenkins.debian.net-62b1e439ec921921249a26e8901cdd4d90030917.tar.xz
reproducible archlinux: don't use hidden files for the package lists
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index fa419019..13365954 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -49,7 +49,7 @@ USERTAGS="toolchain infrastructure timestamps fileordering buildpath username ho
# common settings for testing Arch Linux
ARCHLINUX_BUILD_NODE=profitbricks-build3-amd64
ARCHLINUX_REPOS="core extra multilib community"
-ARCHLINUX_PKGS=/srv/reproducible-results/.archlinux_pkgs
+ARCHLINUX_PKGS=/srv/reproducible-results/archlinux_pkgs
# common settings for testing rpm based distros
RPM_BUILD_NODE=profitbricks-build3-amd64