Browse code

Merge "Adjust repo namespace for pbr"

Zuul authored on 2019/06/26 15:39:48
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