diff options
Diffstat (limited to 'bin')
-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 3f3a224b..9da05a2b 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -54,7 +54,7 @@ USERTAGS="toolchain infrastructure timestamps fileordering buildpath username ho # common settings for testing Archlinux ARCHLINUX_BUILD_NODE=profitbricks-build3-amd64 -ARCHLINUX_REPOS="core extra multilib" +ARCHLINUX_REPOS="core extra multilib community" ARCHLINUX_PKGS=/srv/reproducible-results/.archlinux_pkgs # common settings for testing rpm based distros |