From b00eb4a3d030aafc4cfbafd731017507ce1fb395 Mon Sep 17 00:00:00 2001 From: Pham Le Gia Dai Date: Fri, 31 May 2024 09:17:09 +0700 Subject: [PATCH] Update TARGET_BRANCH to unmaintained/zed Change-Id: I6ccdc01b39ff40be6e2e271fb620bc8bfb0d1ba5 --- .gitreview | 2 +- stackrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitreview b/.gitreview index 91c6ae495b..2b01d92185 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=openstack/devstack.git -defaultbranch=stable/zed +defaultbranch=unmaintained/zed diff --git a/stackrc b/stackrc index 91a1c3685e..848aaf5b54 100644 --- a/stackrc +++ b/stackrc @@ -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=stable/zed +TARGET_BRANCH=unmaintained/zed # Cycle trailing projects need to branch later than the others. TRAILING_TARGET_BRANCH=master