From: Jan-Simon Möller Date: Wed, 24 Apr 2019 14:51:14 +0000 (+0200) Subject: Add repo tool X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=852a798d9dc317a713fc9c03e5ab492befb62471;p=ci-management.git Add repo tool Change-Id: I1766a6fe269cf64c379d2e1f8241325e18301b1a Signed-off-by: Jan-Simon Möller --- 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