summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_archlinux_schroot.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-11-02 17:17:35 +0100
committerMattia Rizzolo <mattia@debian.org>2017-11-02 17:17:35 +0100
commitc7429a7e925c43fe845accfd65695a1bdaedf1b2 (patch)
treeda796e946a62908afbfef144e47ba56207dda08c /bin/reproducible_setup_archlinux_schroot.sh
parent4534b4ad55dce23dc3bbc55b7ce168657efdb901 (diff)
downloadjenkins.debian.net-c7429a7e925c43fe845accfd65695a1bdaedf1b2.tar.xz
reproducible archlinux: don't install abs
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'bin/reproducible_setup_archlinux_schroot.sh')
-rwxr-xr-xbin/reproducible_setup_archlinux_schroot.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 68a7872b..7b934a47 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -108,9 +108,7 @@ echo "Server = $ARCHLINUX_MIRROR/\$repo/os/\$arch" | tee -a $SCHROOT_BASE/$TARGE
# (-0777 tells perl to read the whole file before processing it. then it just does a multi-line regex…)
perl -0777 -i -pe 's/#\[multilib\]\n#Include = \/etc\/pacman.d\/mirrorlist/[multilib]\nInclude = \/etc\/pacman.d\/mirrorlist/igs' $SCHROOT_BASE/$TARGET/etc/pacman.conf
$ROOTCMD bash -l -c 'pacman -Syu --noconfirm'
-$ROOTCMD bash -l -c 'pacman -S --noconfirm base-devel devtools abs'
-# configure abs
-$ROOTCMD bash -l -c "abs $ARCHLINUX_REPOS"
+$ROOTCMD bash -l -c 'pacman -S --noconfirm base-devel devtools'
# configure sudo
echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a /etc/sudoers