Remove PBR from global PROJECTS list

Change I7bde8fc1f2a7db5bd73635aa197377bf5ac614d2 means that the pbr
lib-forward-testing job
(gate-tempest-dsvm-neutron-src-pbr-ubuntu-xenial) will get pbr in the
PROJECTS list via DEVSTACK_PROJECT_FROM_GIT.

The only other place seeming to use pbr as a LIBS_FROM_GIT library
seems to be trove in [1] but only if LIBS_FROM_GIT_ALL_OSLO which I do
not see set anywhere [2].

Thus I think we can remove this to further cleanup the PROJECTS list.

[1] http://codesearch.openstack.org/?q=LIBS_FROM_GIT.*pbr&i=nope&files=&repos=
[2] http://codesearch.openstack.org/?q=LIBS_FROM_GIT_ALL_OSLO&i=nope&files=&repos=

Change-Id: I969fd946129144fc2fab9cd02bc289e6df07fde2
This commit is contained in:
Ian Wienand 2017-03-27 15:12:51 +11:00
parent f9aa9e7dba
commit 7a1813a59a
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ export DEVSTACK_PROJECT_FROM_GIT=${DEVSTACK_PROJECT_FROM_GIT:-}
JOB_PROJECTS="$PROJECTS"
PROJECTS="openstack-infra/devstack-gate $PROJECTS"
PROJECTS="openstack-dev/devstack $PROJECTS"
PROJECTS="openstack-dev/pbr $PROJECTS"
PROJECTS="openstack/ceilometer $PROJECTS"
PROJECTS="openstack/ceilometermiddleware $PROJECTS"
PROJECTS="openstack/cinder $PROJECTS"