[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible archlinux: revert refactoring a bit

Holger Levsen holger at moszumanska.debian.org
Tue Dec 15 01:21:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0b70783638708bbf3c94611e0426d7368f2886dc
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Dec 15 02:21:26 2015 +0100

    reproducible archlinux: revert refactoring a bit
---
 bin/reproducible_setup_archlinux_schroot.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 2b5bf3d..58091cb 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -12,9 +12,6 @@ DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
 
-# common code
-. /srv/jenkins/bin/reproducible_common.sh
-
 # define archlinux mirror to be used
 ARCHLINUX_MIRROR=http://mirror.one.com/archlinux/
 
@@ -91,7 +88,7 @@ echo "Server = $ARCHLINUX_MIRROR/\$repo/os/\$arch" | tee -a $SCHROOT_BASE/$TARGE
 $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 abs core extra multilib
 # configure sudo
 echo 'jenkins ALL= NOPASSWD: /usr/sbin/pacman *' | $ROOTCMD tee -a /etc/sudoers
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list