[meta-virtualization] [PATCH 10/10] python-barbican: upgrade to 2015.1.0

jackie.huang at windriver.com jackie.huang at windriver.com
Tue May 5 18:45:08 PDT 2015


From: Jackie Huang <jackie.huang at windriver.com>

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-openstack/recipes-devtools/python/python-barbican_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 24557ad..15459f1 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -8,15 +8,15 @@ PR = "r0"
 SRCNAME = "barbican"
 BARBICAN_MAX_PACKET_SIZE ?= "65535"
 
-SRC_URI = "git://github.com/openstack/barbican.git;branch=master \
+SRC_URI = "git://github.com/openstack/barbican.git;branch=stable/kilo \
            file://barbican.init \
            file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \
            file://barbican-fix-path-to-find-configuration-files.patch \
            file://barbican-handle-white-space-in-date-strings.patch \
           "
 
-SRCREV = "12966ea7ad40622e4189d832d13f4d9bfb9f3ada"
-PV = "2015.1.0b3+git${SRCPV}"
+SRCREV = "e6f05febbe18a86e4e6b05acc5f4868fa3beb291"
+PV = "2015.1.0+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor
-- 
1.9.1



More information about the meta-virtualization mailing list