summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_arch_schroot_setup.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-16 16:03:09 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-16 16:03:09 +0200
commit36a382acd373f509e4a0a718eaaa9d270cc323bf (patch)
treef74cb0f56824cde2ab5d49e812b5442ba31e7c34 /bin/reproducible_arch_schroot_setup.sh
parent4de8761e4b65a04e777f87ea62557d7cfd7b6226 (diff)
downloadjenkins.debian.net-36a382acd373f509e4a0a718eaaa9d270cc323bf.tar.xz
reproducible arch: only configure abs for core and extra
Diffstat (limited to 'bin/reproducible_arch_schroot_setup.sh')
-rwxr-xr-xbin/reproducible_arch_schroot_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_arch_schroot_setup.sh
index 50ce3a8c..5ebde243 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_arch_schroot_setup.sh
@@ -61,7 +61,7 @@ $ROOTCMD pacman-key --populate archlinux
echo 'Server = http://mirror.one.com/archlinux/$repo/os/$arch' | sudo tee -a $SCHROOT_BASE/$TARGET/etc/pacman.d/mirrorlist
$ROOTCMD pacman -Syu --noconfirm
$ROOTCMD pacman -S --noconfirm base-devel devtools abs
-$ROOTCMD abs
+$ROOTCMD abs core extra
# configure jenkins user
$ROOTCMD mkdir /var/lib/jenkins