diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 16:03:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 16:03:09 +0200 |
commit | 36a382acd373f509e4a0a718eaaa9d270cc323bf (patch) | |
tree | f74cb0f56824cde2ab5d49e812b5442ba31e7c34 /bin | |
parent | 4de8761e4b65a04e777f87ea62557d7cfd7b6226 (diff) | |
download | jenkins.debian.net-36a382acd373f509e4a0a718eaaa9d270cc323bf.tar.xz |
reproducible arch: only configure abs for core and extra
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_arch_schroot_setup.sh | 2 |
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 |