From 99e7445fb245deaa67d831a23c4e4ee21c13c855 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 21 Jun 2019 09:38:24 -0400 Subject: [PATCH] Adjust repo namespace for pbr This is a follow up for change Ifcfce490edb3d77e4e436e002d35bc909e1a057c where the GIT_BASE was changed to the opendev URL to avoid redirects. The pbr namespace in stackrc was old and still getting redirected and this change fixes that. Change-Id: Ib444e928fa2ca7650670f97be6927202333a1dd7 --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 4fc31a3d39..2661b5fa0b 100644 --- a/stackrc +++ b/stackrc @@ -498,7 +498,7 @@ GITREPO["tooz"]=${TOOZ_REPO:-${GIT_BASE}/openstack/tooz.git} GITBRANCH["tooz"]=${TOOZ_BRANCH:-$TARGET_BRANCH} # pbr drives the setuptools configs -GITREPO["pbr"]=${PBR_REPO:-${GIT_BASE}/openstack-dev/pbr.git} +GITREPO["pbr"]=${PBR_REPO:-${GIT_BASE}/openstack/pbr.git} GITBRANCH["pbr"]=${PBR_BRANCH:-$TARGET_BRANCH}