-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#!/bin/bash | ||
set -x | ||
|
||
git pull upstream master | ||
git submodule update --init --recursive third_party/zap/ | ||
|
||
git status | ||
|
||
cd third_party/zap/repo/ | ||
npm ci | ||
npm run version-stamp | ||
npm rebuild canvas --update-binary | ||
npm run build-spa | ||
|
||
cd ../../../ | ||
|
||
scripts/tools/zap_regen_all.py | ||
|
||
git status | ||
|
||
git add zzz_generated/* | ||
git add src/darwin/Framework/* | ||
git add src/controller/python/chip/clusters/* | ||
git add src/controller/java/zap-generated/* | ||
|
||
git status | ||
|
||
git commit -m "Regenerating ZAP" |
This file was deleted.
Oops, something went wrong.