Merge "Update existing source based builds default to the master tarball"

This commit is contained in:
Jenkins 2015-07-25 20:21:06 +00:00 committed by Gerrit Code Review
commit f2d2477590
4 changed files with 4 additions and 4 deletions

View File

@ -7,4 +7,4 @@ SOURCE_INSTALL_AVAILABLE=1
: ${CLONE_FROM:=https://github.com/openstack/heat}
# Used for curl install method
: ${TARBALL_URI:=http://tarballs.openstack.org/heat/heat-2015.1.0.tar.gz}
: ${TARBALL_URI:=http://tarballs.openstack.org/heat/heat-master.tar.gz}

View File

@ -7,4 +7,4 @@ SOURCE_INSTALL_AVAILABLE=1
: ${CLONE_FROM:=https://github.com/openstack/keystone}
# Used for curl install method
: ${TARBALL_URI:=http://tarballs.openstack.org/keystone/keystone-2015.1.0.tar.gz}
: ${TARBALL_URI:=http://tarballs.openstack.org/keystone/keystone-master.tar.gz}

View File

@ -7,4 +7,4 @@ SOURCE_INSTALL_AVAILABLE=1
: ${CLONE_FROM:=https://github.com/openstack/magnum}
# Used for curl install method
: ${TARBALL_URI:=http://tarballs.openstack.org/magnum/magnum-2015.1.1.tar.gz}
: ${TARBALL_URI:=http://tarballs.openstack.org/magnum/magnum-master.tar.gz}

View File

@ -8,4 +8,4 @@ SOURCE_INSTALL_AVAILABLE=1
: ${CLONE_FROM:=https://github.com/openstack/neutron}
# Used for curl install method
: ${TARBALL_URI:=http://tarballs.openstack.org/neutron/neutron-2015.1.0.tar.gz}
: ${TARBALL_URI:=http://tarballs.openstack.org/neutron/neutron-master.tar.gz}