summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_archlinux_pkg.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-15 02:11:56 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-15 02:11:56 +0100
commit5dc30b0096fd8ffd1a0998227658d37afd05dccd (patch)
tree5ffaf8377490a2720ccf74fb1e37db6b2a217b53 /bin/reproducible_build_archlinux_pkg.sh
parent33ce85927f07654da8d94f265d6196be9bf5a1f9 (diff)
downloadjenkins.debian.net-5dc30b0096fd8ffd1a0998227658d37afd05dccd.tar.xz
reproducible archlinux: refactor and enable multilib repository
Diffstat (limited to 'bin/reproducible_build_archlinux_pkg.sh')
-rwxr-xr-xbin/reproducible_build_archlinux_pkg.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 9bce19cd..ed3847ab 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -74,12 +74,12 @@ choose_package() {
local PKG
for REPO in $ARCHLINUX_REPOS ; do
case $REPO in
- core) MIN_AGE=6
- ;;
- extra) MIN_AGE=27
- ;;
- *) MIN_AGE=99 # should never happen…
- ;;
+ core) MIN_AGE=6
+ ;;
+ extra|multilib) MIN_AGE=27
+ ;;
+ *) MIN_AGE=99 # should never happen…
+ ;;
esac
for PKG in $(cat ${ARCHLINUX_PKGS}_$REPO) ; do
# build package if it has never build or at least $MIN_AGE days ago