aboutsummaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-24 16:51:14 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-24 16:51:14 +0200
commit852a798d9dc317a713fc9c03e5ab492befb62471 (patch)
tree91acc63d343c78f63add2ca89daba45f2591b284 /packer
parent8ae03a8e515bb8b3141b63aab63d54a245026a4f (diff)
Add repo tool
Change-Id: I1766a6fe269cf64c379d2e1f8241325e18301b1a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/agl_mirror.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/packer/provision/agl_mirror.sh b/packer/provision/agl_mirror.sh
index 9bfc264e..ea739051 100644
--- a/packer/provision/agl_mirror.sh
+++ b/packer/provision/agl_mirror.sh
@@ -2,6 +2,12 @@
set -x
+mkdir -p ~/bin || true
+PATH=~/bin:$PATH
+
+curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
+chmod a+x ~/bin/repo
+
# Preclone the gerrit repos for speed (use with --reference=/opt/AGL/preclone)
mkdir -p /opt/AGL/preclone
cd /opt/AGL/preclone