From 6e91b56ee117d01438561b8b23a5830baf12922c Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 10 Jan 2024 03:41:54 -1000 Subject: [PATCH] #633 remove third_party/devtools-frontend submodule --- tools/images/cromite-source/apply-cromite-patches.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/images/cromite-source/apply-cromite-patches.sh b/tools/images/cromite-source/apply-cromite-patches.sh index d1b4c784..d4b38177 100644 --- a/tools/images/cromite-source/apply-cromite-patches.sh +++ b/tools/images/cromite-source/apply-cromite-patches.sh @@ -16,6 +16,16 @@ mv v8bis v8 git add -f v8 >/dev/null git commit -m ":NOEXPORT: v8 repo" >/dev/null +echo -e ${RED} ------- remove third_party/devtools-frontend subrepo ${NC} +rm -rf third_party/devtools-frontend/src/.git +cp -r third_party/devtools-frontend third_party/devtools-frontend-bis +git rm -rf third_party/devtools-frontend || true +git submodule deinit -f third_party/devtools-frontend || true +rm -rf third_party/devtools-frontend +mv third_party/devtools-frontend-bis third_party/devtools-frontend +git add -f third_party/devtools-frontend >/dev/null +git commit -m ":NOEXPORT: third_party/devtools-frontend repo" >/dev/null + echo -e ${RED} ------- patches ${NC} cat ../../cromite/build/cromite_patches_list.txt echo