From 0cf2370bc5b17d2ee02cb227e6382afc8379997d Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 28 Mar 2024 10:14:17 +0000 Subject: [PATCH] Update .gitreview for unmaintained/xena Also set TARGET_BRANCH=unmaintained/xena Change-Id: I896879fbb71c787675da7552fc00e0c13f52b7fe --- .gitreview | 2 +- stackrc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitreview b/.gitreview index f0a03acc6d..106fa1e0c7 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=openstack/devstack.git -defaultbranch=stable/xena +defaultbranch=unmaintained/xena diff --git a/stackrc b/stackrc index f93245544c..87565dc6ae 100755 --- a/stackrc +++ b/stackrc @@ -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/xena +TARGET_BRANCH=unmaintained/xena # 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 an unmaintained # branch. BRANCHLESS_TARGET_BRANCH=master