[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Remove --noconfirm as it accepts defaults options automatically
Holger Levsen
holger at layer-acht.org
Tue Nov 21 23:47:36 UTC 2017
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 98efc8d5e43274325aa10b2df7d27e8e0a917436
Author: Morten Linderud <morten at linderud.pw>
Date: Wed Nov 22 00:45:26 2017 +0100
Remove --noconfirm as it accepts defaults options automatically
Signed-off-by: Morten Linderud <morten at linderud.pw>
Signed-off-by: Holger Levsen <holger at layer-acht.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 cf67f0a..ba01d59 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -109,7 +109,7 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
sed -i 's/^#*XferCommand.*/XferCommand = curl --insecure -C - -f %u > %o/' "$SCHROOT_BASE/$TARGET/etc/pacman.conf"
fi
$ROOTCMD bash -l -c 'pacman -Syu --noconfirm'
-yes | $ROOTCMD bash -l -c 'pacman -S --noconfirm multilib-devel base-devel devtools fakechroot asciidoc asp'
+yes | $ROOTCMD bash -l -c 'pacman -S multilib-devel base-devel devtools fakechroot asciidoc asp'
# 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