[Asterisk-code-review] install_prereq: Install aptitude non-interactively (asterisk[17])

Sylvain Afchain asteriskteam at digium.com
Wed Feb 5 07:21:46 CST 2020


Sylvain Afchain has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/13729 )


Change subject: install_prereq: Install aptitude non-interactively
......................................................................

install_prereq: Install aptitude non-interactively

Currently aptitude is installed using interactive mode. This patch
changes this to use the non-interactive mode as it can block
automatic dependencies installation, ex: CI, Docker build.

ASTERISK-28726 #close

Change-Id: I271ee00d230513a6f044810351a32d83b2181133
(cherry picked from commit 0c02d0a4500cbd4f657c26eb609928c110ebccb9)
---
M contrib/scripts/install_prereq
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/29/13729/1

diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq
index c321703..9215132 100755
--- a/contrib/scripts/install_prereq
+++ b/contrib/scripts/install_prereq
@@ -261,7 +261,7 @@
 
 handle_debian() {
 	if ! [ -x "$(command -v aptitude)" ]; then
-		apt-get install aptitude
+		apt-get install -y aptitude
 	fi
 	extra_packs=`check_installed_debs $PACKAGES_DEBIAN`
 	$testcmd aptitude update

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/13729
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 17
Gerrit-Change-Id: I271ee00d230513a6f044810351a32d83b2181133
Gerrit-Change-Number: 13729
Gerrit-PatchSet: 1
Gerrit-Owner: Sylvain Afchain <safchain at wazo.io>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200205/ba03aea2/attachment-0001.html>


More information about the asterisk-code-review mailing list