Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
321265e
)
Add temporary hosts file entry for download-new
23/6623/1
author
Jan-Simon Möller
<dl9pf@gmx.de>
Sat, 24 Sep 2016 03:17:16 +0000
(
05:17
+0200)
committer
Jan-Simon Möller
<dl9pf@gmx.de>
Sat, 24 Sep 2016 03:17:38 +0000
(
05:17
+0200)
Change-Id: I7ee13303549f0baf558b1c0e43e7b8c5c0b32057
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
jenkins-scripts/basic_settings.sh
patch
|
blob
|
history
diff --git
a/jenkins-scripts/basic_settings.sh
b/jenkins-scripts/basic_settings.sh
index
cfb2b3d
..
c65536f
100755
(executable)
--- a/
jenkins-scripts/basic_settings.sh
+++ b/
jenkins-scripts/basic_settings.sh
@@
-57,4
+57,11
@@
none /tmp tmpfs defaults 0 0
EOFSTAB
+cat <<EOFHOSTS >> /etc/hosts
+
+# workaround for download-new
+199.19.213.77 download-new.automotivelinux.org
+
+EOFHOSTS
+
# vim: sw=2 ts=2 sts=2 et :