commit | 2f93601405907e6472afd1c17a3ba20d40ea7309 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Tue Jan 09 11:59:21 2024 -0600 |
committer | Ray Essick <essick@google.com> | Tue Jan 09 11:59:21 2024 -0600 |
tree | 5c7b5834182a67cd06a90670cc140788e4f844f0 | |
parent | ecde86a45869721d71b13d7ad04c3e237c3a8468 [diff] |
update mainline branch reminder from T to U tweak the script to have the right udc-mainline-prod warning. Note that this need goes away once mainline is built from main branch instead of a separate mainline branch. Bug: 319262694 Test: repo upload Change-Id: Ic4e409a45559ec6bb687deccb7b72b1899b73ef2
diff --git a/tools/mainline_hook_partial.sh b/tools/mainline_hook_partial.sh index cd3e579..63ae4c0 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 1cc3b2b..d58143e 100755 --- a/tools/mainline_hook_project.sh +++ b/tools/mainline_hook_project.sh
@@ -16,8 +16,8 @@ # tunables -DEV_BRANCH=master -MAINLINE_BRANCH=tm-mainline-prod +DEV_BRANCH=main +MAINLINE_BRANCH=udc-mainline-prod ### RED=$(tput setaf 1)