projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8046dfe
)
Fix: Try to fix apt-get problem
author
peusterm
<manuel.peuster@uni-paderborn.de>
Mon, 6 Feb 2017 07:54:18 +0000
(08:54 +0100)
committer
peusterm
<manuel.peuster@uni-paderborn.de>
Mon, 6 Feb 2017 07:54:18 +0000
(08:54 +0100)
utils/ci/jenkins_entrypoint.sh
patch
|
blob
|
history
diff --git
a/utils/ci/jenkins_entrypoint.sh
b/utils/ci/jenkins_entrypoint.sh
index
e8e00ef
..
eeff1a0
100755
(executable)
--- a/
utils/ci/jenkins_entrypoint.sh
+++ b/
utils/ci/jenkins_entrypoint.sh
@@
-15,7
+15,7
@@
cd $SON_EMU_DIR/../
# prepare
apt-get update
-
apt-get install
-y git ansible aptitude
+
DEBIAN_FRONTEND=noninteractive apt-get install -o Dpkg::Options::="--force-confold" --force-yes
-y git ansible aptitude
echo "localhost ansible_connection=local" >> /etc/ansible/hosts
# install containernet