diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-15 13:12:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-15 13:12:39 +0100 |
commit | 4c629d3337a5b4e929d2ac40845ffe27e331910e (patch) | |
tree | bccc73b053a3af21f20149133d184460db5700d1 /bin | |
parent | 1a507bbebad8352489058fd47840e6420163ec6c (diff) | |
download | jenkins.debian.net-4c629d3337a5b4e929d2ac40845ffe27e331910e.tar.xz |
reproducible archlinux: enable community (3900 source packages)
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 |