summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb (renamed from meta-openstack/recipes-devtools/python/python-cinder_2013.1.3.bb)9
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb (renamed from meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb)9
2 files changed, 8 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index a6a10e5..6e6f31b 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_2013.1.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -7,16 +7,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "cinder" 8SRCNAME = "cinder"
9 9
10SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
11 file://cinder.conf \ 11 file://cinder.conf \
12 file://cinder.init \ 12 file://cinder.init \
13 file://cinder-volume \ 13 file://cinder-volume \
14 " 14 "
15 15
16SRC_URI[md5sum] = "2bfeacfaea7be5194587bb932dd8f693" 16SRCREV="1f99a044580286bf0d927cc7fc7ce3378653aef0"
17SRC_URI[sha256sum] = "358ab7fb1cb57ea1f0c1d76e30d45eebb6308a6122b6e6ff6ac3405f51eceb1e" 17PV="2013.2+git${SRCPV}"
18 18S = "${WORKDIR}/git"
19S = "${WORKDIR}/${SRCNAME}-${PV}"
20 19
21inherit setuptools update-rc.d identity 20inherit setuptools update-rc.d identity
22 21
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index 350c359..b9a353d 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_1.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -8,12 +8,11 @@ DEPENDS = "python-setuptools-git"
8PR = "r0" 8PR = "r0"
9SRCNAME = "python-cinderclient" 9SRCNAME = "python-cinderclient"
10 10
11SRC_URI = "http://pypi.python.org/packages/source/p/python-cinderclient/python-cinderclient-1.0.3.tar.gz" 11SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master"
12 12
13SRC_URI[md5sum] = "3bf0b62be5fb293108899e49d709694c" 13PV="git${SRCPV}"
14SRC_URI[sha256sum] = "6cc03f68a93a014d8ece1ed3bc7c37a6de79d08e29abfd97f185a5f412c7ce1a" 14SRCREV="bdd560b3c02ea0a013ed4b7e7641c6240f3b602f"
15 15S = "${WORKDIR}/git"
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17 16
18inherit setuptools 17inherit setuptools
19 18