Don't wait for user input on install_ubuntu_git_deps()

This commit is contained in:
Pedro Algarvio 2013-01-19 10:53:07 +00:00
parent eb625048c7
commit d99c5a124a
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ before_install:
- (sudo ./bootstrap-salt-minion.sh stable && salt-minion --versions-report && sudo apt-get remove salt-common salt-minion) || exit 1
- (sudo ./bootstrap-salt-minion.sh daily && salt-minion --versions-report && sudo apt-get remove salt-common salt-minion) || exit 1
script: (sudo ./bootstrap-salt-minion.sh git develop && salt --versions-report) || exit 1
script: (/bin/echo -e '\nInstalling from GIT' && sudo ./bootstrap-salt-minion.sh git develop && salt --versions-report) || exit 1
notifications:
irc:

View file

@ -505,7 +505,7 @@ install_ubuntu_daily_deps() {
install_ubuntu_git_deps() {
apt-get update
__apt_get_noinput python-software-properties
add-apt-repository ppa:saltstack/salt
add-apt-repository -y ppa:saltstack/salt
apt-get update
__apt_get_noinput git-core python-yaml python-m2crypto python-crypto msgpack-python python-zmq python-jinja2