[Git][noosfero/noosfero][next] 2 commits: script/vagrant: avoid debconf prompts

Leandro Nunes gitlab at gitlab.com
Mon Oct 19 16:44:47 BRST 2015


Leandro Nunes pushed to branch next at Noosfero / noosfero


Commits:
c108f292 by Antonio Terceiro at 2015-10-13T17:56:31Z
script/vagrant: avoid debconf prompts

- - - - -
9ab7f568 by Leandro Nunes dos Santos at 2015-10-19T15:41:58Z
Merge branch 'master' into next

- - - - -


1 changed file:

- script/vagrant


Changes:

=====================================
script/vagrant
=====================================
--- a/script/vagrant
+++ b/script/vagrant
@@ -12,7 +12,7 @@ for ip in 10.0.2.2 192.168.122.1; do
   fi
 done
 
-sudo apt-get install -qy postfix
+sudo DEBIAN_FRONTEND=noninteractive apt-get install -qy postfix
 sudo postconf virtual_alias_maps=hash:/etc/postfix/virtual
 sudo tee /etc/postfix/virtual <<EOF
 @localhost.localdomain  vagrant



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/bdf5c9f747452082e8728b63038767c1aa64a0f7...9ab7f56817807188c575c1238c1f978c97c9ffaf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151019/ce3058dc/attachment.html>


More information about the Noosfero-dev mailing list