Update ANAPIC reviews to be easier to manage in gerrit

Mark them wip so they sit in their own section of the gerrit dashboard.
Add a hashtag to make them easier to keep track of.

Test: anapic_review_diff.sh goog/tm-dev goog/master android.hardware.cas
Bug: none
Change-Id: Id6f4b1a4b0931a9a3bfa4ef10c5f4ada51d11a44
This commit is contained in:
Devin Moore 2023-02-22 01:01:52 +00:00
parent 3511c73995
commit fc9a722e99
2 changed files with 2 additions and 2 deletions

View file

@ -31,5 +31,5 @@ git commit -am "convert $1" --no-edit
git revert HEAD --no-edit
git commit --amend --no-edit
git diff HEAD~1 --stat
repo upload . --no-verify
repo upload . --no-verify --wip --hashtag=anapic_release_review
popd

View file

@ -26,5 +26,5 @@ git diff "$1".."$2" android | git apply
git add -A
git commit -am "Android $1 to $2: $3" --no-edit
git diff HEAD~1 --stat
repo upload . --no-verify
repo upload . --no-verify --wip --hashtag=anapic_release_review
popd