summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRay Essick <essick@google.com>2024-01-09 11:59:21 -0600
committerRay Essick <essick@google.com>2024-01-09 11:59:21 -0600
commit2f93601405907e6472afd1c17a3ba20d40ea7309 (patch)
tree5c7b5834182a67cd06a90670cc140788e4f844f0 /tools
parentecde86a45869721d71b13d7ad04c3e237c3a8468 (diff)
downloadav-2f93601405907e6472afd1c17a3ba20d40ea7309.tar.gz
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mainline_hook_partial.sh4
-rwxr-xr-xtools/mainline_hook_project.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/mainline_hook_partial.sh b/tools/mainline_hook_partial.sh
index cd3e5796d6..63ae4c0103 100755
--- a/tools/mainline_hook_partial.sh
+++ b/tools/mainline_hook_partial.sh
@@ -35,8 +35,8 @@
## tunables:
##
-DEV_BRANCH=master
-MAINLINE_BRANCH=tm-mainline-prod
+DEV_BRANCH=main
+MAINLINE_BRANCH=udc-mainline-prod
filelist_file=MainlineFiles.cfg
###
diff --git a/tools/mainline_hook_project.sh b/tools/mainline_hook_project.sh
index 1cc3b2b83c..d58143e4fc 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)