diff options
author | Justin chi <chigang@huawei.com> | 2017-01-24 08:50:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-24 08:50:35 +0000 |
commit | d001a27936a5d55cda2d8ca0849f30a8bd1c0b3d (patch) | |
tree | a4a87d67dbb248d3ea2034adfe04dea79378df7f /repo/pip/code_url.conf | |
parent | e5d3ebef36c73a8bcbad3d0236bdb663809033ea (diff) | |
parent | 6f279a7362504418cfcc453e11b3a9c2d458a2ea (diff) |
Merge "Adjust make repo"
Diffstat (limited to 'repo/pip/code_url.conf')
-rw-r--r-- | repo/pip/code_url.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/repo/pip/code_url.conf b/repo/pip/code_url.conf new file mode 100644 index 00000000..062e0bff --- /dev/null +++ b/repo/pip/code_url.conf @@ -0,0 +1,24 @@ +#export BRANCH=${BRANCH:-master} +export BRANCH=${BRANCH:-stable/newton} + +export GIT_URL="https://github.com/openstack/keystone.git \ + https://github.com/openstack/python-keystoneclient.git \ + https://github.com/openstack/nova.git \ + https://github.com/openstack/python-novaclient.git \ + https://github.com/openstack/neutron.git \ + https://github.com/openstack/python-neutronclient.git \ + https://github.com/openstack/cinder.git \ + https://github.com/openstack/python-cinderclient.git \ + https://github.com/openstack/glance.git \ + https://github.com/openstack/python-glanceclient.git \ + https://github.com/openstack/ceilometer.git \ + https://github.com/openstack/python-ceilometerclient.git \ + https://github.com/openstack/heat.git \ + https://github.com/openstack/python-heatclient.git \ + https://github.com/openstack/aodh.git \ + https://github.com/openstack/python-aodhclient.git \ + https://github.com/openstack/tacker.git \ + https://github.com/openstack/python-tackerclient.git " + +export PIP_GIT_URL="https://github.com/openstack/congress.git \ + https://github.com/openstack/python-congressclient.git" |