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:
93219b2
)
Modify /etc/hosts on slaves
03/8003/1
author
Ryan F Day
<rday@linuxfoundation.org>
Fri, 30 Dec 2016 18:22:58 +0000
(10:22 -0800)
committer
Ryan F Day
<rday@linuxfoundation.org>
Fri, 30 Dec 2016 18:24:53 +0000
(10:24 -0800)
We want the minions to be downloading directly from the
download server and not go through the nginx proxy.
Change-Id: I78c109a48d5700ffd9a0c6071af0cb270ae3a3c7
Signed-off-by: Ryan F Day <rday@linuxfoundation.org>
packer/provision/agl_dependencies.sh
patch
|
blob
|
history
diff --git
a/packer/provision/agl_dependencies.sh
b/packer/provision/agl_dependencies.sh
index
9109418
..
320619a
100644
(file)
--- a/
packer/provision/agl_dependencies.sh
+++ b/
packer/provision/agl_dependencies.sh
@@
-29,7
+29,7
@@
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
cat <<EOFHOSTS >> /etc/hosts
# workaround for download-new
-1
99.19.213.77
download-new.automotivelinux.org
+1
0.30.72.8
download-new.automotivelinux.org
10.30.72.8 download-internal.automotivelinux.org
EOFHOSTS