Preclone a sstate-cache folder 57/6657/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 28 Sep 2016 22:04:40 +0000 (00:04 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 28 Sep 2016 22:04:40 +0000 (00:04 +0200)
Therefore do the host hack earlier.

Change-Id: Ia0b2f67c42fd0f864746c3b1af2af2b7bbfa5c00
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jenkins-scripts/basic_settings.sh
packer/provision/agl_dependencies.sh

index 2b22919..c4def5e 100755 (executable)
@@ -50,12 +50,4 @@ cat <<EOKNOWN >  /etc/ssh/ssh_known_hosts
 vex-yul-agl-download.ci,10.30.72.8 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNaxEOWbShvqQWqS17c123Ct8tBLBVVOPTNYpZSmwd1UKVQi9cF0QMOU7Rc479bHwzuLscvmohpGh2kP0CmHvAo=
 EOKNOWN
 
-
-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 :
index ca2a018..d71c9e5 100644 (file)
@@ -11,9 +11,27 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \
 echo "dash dash/sh boolean false" | debconf-set-selections
 DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
 
+cat <<EOFHOSTS >> /etc/hosts
+
+# workaround for download-new
+199.19.213.77 download-new.automotivelinux.org
+199.19.213.77 download.automotivelinux.org
+
+EOFHOSTS
+
+
 # Preclone the gerrit repos for speed (use with --reference=/opt/AGL/preclone)
 mkdir -p /opt/AGL/preclone
 cd /opt/AGL/preclone
 repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
 repo sync
 cd
+
+#mirror sstate-cache into /opt/AGL/sstate-mirror
+mkdir -p /opt/AGL/sstate-mirror
+cd /opt/AGL/sstate-mirror
+wget --mirror -np -nH --convert-links "https://download-new.automotivelinux.org/sstate-mirror/" -A siginfo -A tgz --cut-dirs=1
+ls
+ls *
+cd
+