aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-12 11:13:13 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-13 15:48:07 +0000
commitbdd0701a0e4f70a5ad2bfd7dcb539160f924b77a (patch)
tree99fd75279894835fbfbf5865d6ae225124217f21
parent56f48741392b0cbc8e4d70a72fac18c982f933fc (diff)
tcwg-update-snapshots_ref.yaml: Move code to tcwg-generate-source-cache.sh
Change-Id: I3a7e7ffe6d84a7d664f284a211b3205b92c17d0b
-rw-r--r--tcwg-update-snapshots_ref.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/tcwg-update-snapshots_ref.yaml b/tcwg-update-snapshots_ref.yaml
index 6ac64aa46f..82beb52758 100644
--- a/tcwg-update-snapshots_ref.yaml
+++ b/tcwg-update-snapshots_ref.yaml
@@ -86,26 +86,6 @@
esac
./tcwg-generate-source-cache.sh --generate-abe $generate_abe --generate-llvm $generate_llvm --generate-misc $generate_misc --update-git $update_git --verbose $verbose
- if $regenerate; then
- # 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 $HOME/snapshots-ref-new
- chmod -R ugo+rx $HOME/snapshots-ref-new/Foundation_Platformpkg
-
- # Clone the Linux kernel if not already
- # present. Subsequent calls will update it.
- linux_git=$HOME/snapshots-ref-new/linux.git
- if [ ! -d ${linux_git} ]; then
- git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git ${linux_git}
- fi
-
- # Add a 'next' remote for linux-next, if not already present
- count=$(git -C ${linux_git} remote | grep -c next || true)
- if [ $count -eq 0 ]; then
- git -C ${linux_git} remote add next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
- fi
- fi
./tcwg-rsync-dir.sh --dir $HOME/snapshots-ref $machines
publishers:
- email: