Skip to content

Commit

Permalink
Replacing script
Browse files Browse the repository at this point in the history
  • Loading branch information
terafin authored and pull[bot] committed Jan 28, 2022
1 parent 1ff1f91 commit 1286095
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 99 deletions.
28 changes: 28 additions & 0 deletions scripts/helpers/pull_upstream_and_regenerate_zap.sh
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"
99 changes: 0 additions & 99 deletions scripts/helpers/rebase_and_regenerate_zap.sh

This file was deleted.

0 comments on commit 1286095

Please sign in to comment.