summaryrefslogtreecommitdiff
path: root/tcwg-generate-source-cache.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-03-03 09:17:05 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-03-03 09:17:05 +0000
commit1b837bd8aa41b753471fe7d575850c668803427f (patch)
treeda0568929223705fe8f3872600bebed135947c0c /tcwg-generate-source-cache.sh
parent376c20e7d7451a57ee996493c5de2a7e8bb661f6 (diff)
tcwg-generate-source-cache.sh: Fetch foundation model via http
Change-Id: Ia3eee09113a6df034ce2bc14b40c1bb29e7c6f31
Diffstat (limited to 'tcwg-generate-source-cache.sh')
-rwxr-xr-xtcwg-generate-source-cache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-generate-source-cache.sh b/tcwg-generate-source-cache.sh
index db150246..1f6e811f 100755
--- a/tcwg-generate-source-cache.sh
+++ b/tcwg-generate-source-cache.sh
@@ -126,7 +126,7 @@ generate_misc_files ()
# Distribute Foundation Model to the builders so that containers
# running there can access Foundation Model via a bind-mount for
# bare-metal testing.
- tar xf $HOME/public_html/infrastructure/FM000-KT-00035-r9p5-41rel0.tgz -C $snapshots_dir
+ curl -o $snapshots_dir/FM000-KT-00035-r9p5-41rel0.tgz http://localhost/~tcwg-buildslave/infrastructure/FM000-KT-00035-r9p5-41rel0.tgz
chmod -R ugo+rx $snapshots_dir/Foundation_Platformpkg
# Clone the Linux kernel and LLVM monorepo.