diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 7969383..d7545c8 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
@@ -58,7 +58,7 @@ RDEPENDS_${PN} += " python-django \ | |||
58 | PR = "r3" | 58 | PR = "r3" |
59 | SRCNAME = "horizon" | 59 | SRCNAME = "horizon" |
60 | 60 | ||
61 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 61 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
62 | file://horizon.init \ | 62 | file://horizon.init \ |
63 | file://fix_bindir_path.patch \ | 63 | file://fix_bindir_path.patch \ |
64 | file://openstack-dashboard-apache.conf \ | 64 | file://openstack-dashboard-apache.conf \ |
@@ -66,8 +66,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
66 | file://horizon-use-full-package-path-to-test-directories.patch \ | 66 | file://horizon-use-full-package-path-to-test-directories.patch \ |
67 | " | 67 | " |
68 | 68 | ||
69 | SRCREV="bb7fa11c7688c8d43b8fb71540d32f1908b8da5e" | 69 | SRCREV="ed895a181db0c75000cd0ef34ac0d769a295424c" |
70 | PV="2014.2.rc1+git${SRCPV}" | 70 | PV="2014.2+git${SRCPV}" |
71 | S = "${WORKDIR}/git" | 71 | S = "${WORKDIR}/git" |
72 | 72 | ||
73 | inherit setuptools update-rc.d python-dir default_configs openstackchef monitor | 73 | inherit setuptools update-rc.d python-dir default_configs openstackchef monitor |