From: Jan-Simon Moeller Date: Wed, 2 Sep 2020 17:24:55 +0000 (+0200) Subject: Pull down the old repo tool to be host-agnostic X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f3c5c6bc78737d4bdbefecde52cd3c23dbd69ba9;p=ci-management.git Pull down the old repo tool to be host-agnostic Signed-off-by: Jan-Simon Moeller Change-Id: I2380971fca7b4b966d992e878723ede62a7fc9bb --- diff --git a/jjb/release-jjb-jellyfish-sources/include-release-jjb-release-sources-rsync.sh b/jjb/release-jjb-jellyfish-sources/include-release-jjb-release-sources-rsync.sh index ceac3acd..7dc96407 100644 --- a/jjb/release-jjb-jellyfish-sources/include-release-jjb-release-sources-rsync.sh +++ b/jjb/release-jjb-jellyfish-sources/include-release-jjb-release-sources-rsync.sh @@ -3,6 +3,11 @@ #set -x set -e +mkdir -p ~/bin/ || true +curl https://storage.googleapis.com/git-repo-downloads/repo-1 > ~/bin/repo +chmod a+x ~/bin/repo +export PATH=$PATH:~/bin/ + # construct upload folder