[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible-archlinux: automatically replace pacman with pacman-git

Mattia Rizzolo mattia at debian.org
Sat Nov 4 15:35:29 UTC 2017


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

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

commit df24c1114acb12a52d69d04bea6437ac75c021df
Author: Juliana Oliveira Rodrigues <juliana.orod at gmail.com>
Date:   Sat Nov 4 16:11:19 2017 +0100

    reproducible-archlinux: automatically replace pacman with pacman-git
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/reproducible_setup_archlinux_schroot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index ce65c10..8a30c82 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -126,6 +126,6 @@ $USERCMD bash <<-__END__
     wget -O PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacman-git
     makepkg
 	__END__
-$ROOTCMD sh -c 'exec pacman -U /pacman-git/pacman-*-x86_64.pkg.tar.xz'
+$ROOTCMD sh -c 'yes | pacman -U /pacman-git/pacman-*-x86_64.pkg.tar.xz'
 
 echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now."

-- 
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