diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-11-05 18:17:05 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-05 18:17:09 +0100 |
commit | 62b1e439ec921921249a26e8901cdd4d90030917 (patch) | |
tree | 862c5c87b6fa2bf0658496b42462d063006d4937 | |
parent | 3abd73f126ec150d2844e64e7b52befc5888a7cf (diff) | |
download | jenkins.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-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 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 |