From 6794c8e8aebf7259f330d3c8502a1fec5ae9f0ce Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 28 Mar 2024 10:12:41 +0000 Subject: [PATCH] Update .gitreview for unmaintained/wallaby Also set TARGET_BRANCH=unmaintained/wallaby Change-Id: I5a3829785a982ea4b4015b92a3390257d7d9fd88 --- .gitreview | 2 +- stackrc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitreview b/.gitreview index ec8b6df1f8..da5d8bcd60 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=openstack/devstack.git -defaultbranch=stable/wallaby +defaultbranch=unmaintained/wallaby diff --git a/stackrc b/stackrc index 9728d6192f..c4129c6875 100644 --- 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/wallaby +TARGET_BRANCH=unmaintained/wallaby # 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