File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ source $RC_DIR/functions
1515
1616# Set the target branch. This is used so that stable branching
1717# does not need to update each repo below.
18- TARGET_BRANCH=master
18+ TARGET_BRANCH=stable/2026.1
1919
2020# Cycle trailing projects need to branch later than the others.
2121TRAILING_TARGET_BRANCH=master
Original file line number Diff line number Diff line change @@ -96,19 +96,7 @@ function test_libs_exist {
9696 echo " test_libs_exist PASSED"
9797}
9898
99- function test_branch_master {
100- for lib in $ALL_LIBS ; do
101- if [[ ${GITBRANCH[$lib]} != " master" ]]; then
102- echo " GITBRANCH for $lib not master (${GITBRANCH[$lib]} )"
103- exit 1
104- fi
105- done
106-
107- echo " test_branch_master PASSED"
108- }
109-
11099set -o errexit
111100
112101test_libs_exist
113- test_branch_master
114102test_all_libs_upto_date
You can’t perform that action at this time.
0 commit comments