summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 10:42:55 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-21 10:42:55 -0400
commit5c20a57df984d550057cd714b131f154c9940a25 (patch)
treeb91e4b04bf1fd7ea83fdd7536d892aad7ffd24b0 /meta-openstack/recipes-devtools/python/python-heat_git.bb
parent42e23a876f19cafb241e42ddf90ed0167149ba2e (diff)
downloadmeta-cloud-services-5c20a57df984d550057cd714b131f154c9940a25.tar.gz
heat: update to Juno release branches
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index a277cfd..90a456c 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "heat" 8SRCNAME = "heat"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://heat.conf \ 11 file://heat.conf \
12 file://heat.init \ 12 file://heat.init \
13 file://autoscaling_example.template \ 13 file://autoscaling_example.template \
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
16 file://heat-tests-change-project_dir-path.patch \ 16 file://heat-tests-change-project_dir-path.patch \
17" 17"
18 18
19SRCREV="69145518cb9a20d401c4213a030c39caaad1c326" 19SRCREV="45f97e6a840bbba2a467558e60549e664496633e"
20PV="2014.1+git${SRCPV}" 20PV="2014.2.b1+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23do_install_append() { 23do_install_append() {