From 7ce6c7cdbbf3a65409411edef7da24b4597d02f7 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 7 Mar 2024 15:39:30 +0000 Subject: [PATCH 1/3] Update .gitreview for stable/2024.1 Change-Id: Ie4f7af65001dd063c7bbb467b60d72e0a01050b4 --- .gitreview | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitreview b/.gitreview index 6cf44857..0762887f 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-swiftclient.git +defaultbranch=stable/2024.1 From 13382227d299f320676b1811f20972df691d3c0f Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 7 Mar 2024 15:39:31 +0000 Subject: [PATCH 2/3] Update TOX_CONSTRAINTS_FILE for stable/2024.1 Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/2024.1 branch, tests will continue to use the upper-constraints list on master. Change-Id: I7ca68d0cb9698514f3fd6e27b2fdacf1b3ca7aa7 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 097a9949..54f80332 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = LANG=en_US.utf-8 VIRTUAL_ENV={envdir} -deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = sh -c '(find . -not \( -type d -name .?\* -prune \) \ @@ -60,7 +60,7 @@ commands = [testenv:docs] usedevelop = False -deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} +deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2024.1} -r{toxinidir}/doc/requirements.txt commands= sphinx-build -W -b html doc/source doc/build/html -W From 1ab96100db80083cab0b5ab5597ef7fc15d561c0 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 31 Oct 2025 11:46:40 +0000 Subject: [PATCH 3/3] Update .gitreview for unmaintained/2024.1 Change-Id: Ia2a17d82f9d97891e869559bc1af4af3ea3a1ce3 Signed-off-by: OpenStack Release Bot Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions --- .gitreview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index 0762887f..a98ffd0b 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=review.opendev.org port=29418 project=openstack/python-swiftclient.git -defaultbranch=stable/2024.1 +defaultbranch=unmaintained/2024.1