summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-11-21 12:16:26 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-11-21 12:17:38 +0000
commit5f69b159e19ee971d2aeda665a545708293c498f (patch)
treeadd03d913811eb244a9c805cf04dab2c268080a6
parent46aa611a92596eb6ef2e4e95f5f06ad8b474f8a7 (diff)
tcwg-generate-source-cache.sh: Update fetching of Foundation Model
... after dev-01.tcwglab no longer provides http server. Change-Id: I0f32b2e023902d60f78f0e02b2c09889eb3f02eb
-rwxr-xr-xtcwg-generate-source-cache.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tcwg-generate-source-cache.sh b/tcwg-generate-source-cache.sh
index 45a8b2fe..65a88e25 100755
--- a/tcwg-generate-source-cache.sh
+++ b/tcwg-generate-source-cache.sh
@@ -128,9 +128,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.
- fm_tgz=FM000-KT-00035-r9p5-41rel0.tgz
- curl -o $snapshots_dir/$fm_tgz http://localhost/~tcwg-buildslave/infrastructure/$fm_tgz
- tar xf $snapshots_dir/$fm_tgz -C $snapshots_dir
+ tar xf /home/tcwg-buildslave/public_html/infrastructure/FM000-KT-00035-r9p5-41rel0.tgz -C $snapshots_dir
chmod -R ugo+rx $snapshots_dir/Foundation_Platformpkg
# Clone the Linux kernel and LLVM monorepo.