Browse code

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

Matt Riedemann authored on 2019/06/21 22:38:24
Showing 1 changed files
... ...
@@ -498,7 +498,7 @@ GITREPO["tooz"]=${TOOZ_REPO:-${GIT_BASE}/openstack/tooz.git}
498 498
 GITBRANCH["tooz"]=${TOOZ_BRANCH:-$TARGET_BRANCH}
499 499
 
500 500
 # pbr drives the setuptools configs
501
-GITREPO["pbr"]=${PBR_REPO:-${GIT_BASE}/openstack-dev/pbr.git}
501
+GITREPO["pbr"]=${PBR_REPO:-${GIT_BASE}/openstack/pbr.git}
502 502
 GITBRANCH["pbr"]=${PBR_BRANCH:-$TARGET_BRANCH}
503 503
 
504 504