Update .gitreview for unmaintained/victoria

Also set TARGET_BRANCH=unmaintained/victoria

Change-Id: I86300cd21a25b5dd7a3b0ba231f31289e9d7bcc4
This commit is contained in:
2024-03-28 10:11:04 +00:00
committed by Steve Baker
parent 326163c1ae
commit 7b468975da
2 changed files with 5 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/devstack.git
defaultbranch=stable/victoria
defaultbranch=unmaintained/victoria

View File

@@ -13,15 +13,15 @@ RC_DIR=$(cd $(dirname "${BASH_SOURCE:-$0}") && pwd)
# Source required DevStack functions and globals
source $RC_DIR/functions
# Set the target branch. This is used so that stable branching
# Set the target branch. This is used so that unmaintained branching
# does not need to update each repo below.
TARGET_BRANCH=stable/victoria
TARGET_BRANCH=unmaintained/victoria
# Cycle trailing projects need to branch later than the others.
TRAILING_TARGET_BRANCH=master
# And some repos do not create stable branches, so this is used
# to make it explicit and avoid accidentally setting to a stable
# And some repos do not create unmaintained branches, so this is used
# to make it explicit and avoid accidentally setting to a unmaintained
# branch.
BRANCHLESS_TARGET_BRANCH=master