commit | 2e0df9c3d9b41173c5dd46e25bd7b0c69fe2410a | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Tue Sep 03 09:03:48 2024 -0500 |
committer | Ray Essick <essick@google.com> | Tue Sep 03 10:05:18 2024 -0500 |
tree | 517407b4773ce22e8740d1064526f9c676b8f74f | |
parent | dd60a5d17e9d3c447a90f5f9642063ce4df9e705 [diff] |
redirect target branch for media mainline hooks redirect 'make sure it also lands in branch X' scripts to point at main now that all development is there. Bug: 364252368 Flag: EXEMPT updating repo hooks Test: local repo work Change-Id: I7d568135d3b35cacc5c5445b741420ea5b468844
diff --git a/tools/mainline_hook_partial.sh b/tools/mainline_hook_partial.sh index 63ae4c0..978dc02 100755 --- a/tools/mainline_hook_partial.sh +++ b/tools/mainline_hook_partial.sh Binary files differ
diff --git a/tools/mainline_hook_project.sh b/tools/mainline_hook_project.sh index d58143e..65f4073 100755 --- a/tools/mainline_hook_project.sh +++ b/tools/mainline_hook_project.sh
@@ -16,8 +16,9 @@ # tunables +# as of 2024/5, things are all on the same branch DEV_BRANCH=main -MAINLINE_BRANCH=udc-mainline-prod +MAINLINE_BRANCH=main ### RED=$(tput setaf 1)