Skip to content
Snippets Groups Projects
Commit 9c035dc4 authored by Swapnil Kulkarni's avatar Swapnil Kulkarni
Browse files

Update existing source based builds default to the master tarball

Change-Id: Icae917ba780d5b0dc8b7fffebb29018e51055985
Closes-Bug: #1476202
parent 92209304
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,4 @@ SOURCE_INSTALL_AVAILABLE=1 ...@@ -7,4 +7,4 @@ SOURCE_INSTALL_AVAILABLE=1
: ${CLONE_FROM:=https://github.com/openstack/heat} : ${CLONE_FROM:=https://github.com/openstack/heat}
# Used for curl install method # 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 ...@@ -7,4 +7,4 @@ SOURCE_INSTALL_AVAILABLE=1
: ${CLONE_FROM:=https://github.com/openstack/keystone} : ${CLONE_FROM:=https://github.com/openstack/keystone}
# Used for curl install method # 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 ...@@ -7,4 +7,4 @@ SOURCE_INSTALL_AVAILABLE=1
: ${CLONE_FROM:=https://github.com/openstack/magnum} : ${CLONE_FROM:=https://github.com/openstack/magnum}
# Used for curl install method # 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 ...@@ -8,4 +8,4 @@ SOURCE_INSTALL_AVAILABLE=1
: ${CLONE_FROM:=https://github.com/openstack/neutron} : ${CLONE_FROM:=https://github.com/openstack/neutron}
# Used for curl install method # 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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment