Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e0df9c3 authored by Ray Essick's avatar Ray Essick
Browse files

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
parent dd60a5d1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,8 +35,9 @@

## tunables:
##
## as of 2024/5, things are all on the same branch.
DEV_BRANCH=main
MAINLINE_BRANCH=udc-mainline-prod
MAINLINE_BRANCH=main
filelist_file=MainlineFiles.cfg

###
+2 −1
Original line number Diff line number Diff line
@@ -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)