Merge "Update existing source based builds default to the master tarball"
This commit is contained in:
commit
f2d2477590
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user