diff options
author | Juliana Oliveira Rodrigues <juliana.orod@gmail.com> | 2017-11-04 16:11:19 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-04 16:30:54 +0100 |
commit | df24c1114acb12a52d69d04bea6437ac75c021df (patch) | |
tree | 10db9ac19881a7ccbdb1f3403057e764361a1744 | |
parent | 5f187a7cabd4289f6b425e0620696fd3e923b1fd (diff) | |
download | jenkins.debian.net-df24c1114acb12a52d69d04bea6437ac75c021df.tar.xz |
reproducible-archlinux: automatically replace pacman with pacman-git
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index ce65c10a..8a30c822 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." |