Update branches for stable/2023.1

Change-Id: Ief217328b759e60b2ae6d73fdd2ae95aeec1ae57
This commit is contained in:
Ghanshyam Mann 2023-03-10 20:27:31 -06:00
parent 77822f74d7
commit 73c932829a
2 changed files with 1 additions and 13 deletions

View File

@ -15,7 +15,7 @@ source $RC_DIR/functions
# Set the target branch. This is used so that stable branching
# does not need to update each repo below.
TARGET_BRANCH=master
TARGET_BRANCH=stable/2023.1
# Cycle trailing projects need to branch later than the others.
TRAILING_TARGET_BRANCH=master

View File

@ -96,19 +96,7 @@ function test_libs_exist {
echo "test_libs_exist PASSED"
}
function test_branch_master {
for lib in $ALL_LIBS; do
if [[ ${GITBRANCH[$lib]} != "master" ]]; then
echo "GITBRANCH for $lib not master (${GITBRANCH[$lib]})"
exit 1
fi
done
echo "test_branch_master PASSED"
}
set -o errexit
test_libs_exist
test_branch_master
test_all_libs_upto_date