[meta-virtualization] [PATCH] python-barbican fix fetch error.

Armin Kuster akuster at mvista.com
Thu May 29 18:47:10 PDT 2014


It appears the that git repo has moved. This is causing a do_fetch error.

Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta-openstack/recipes-devtools/python/python-barbican_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index bc12fcd..8ae0b21 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fc8be9e7dffe97390d1216b01fd0be01"
 
-PR = "r0"
+PR = "r1"
 SRCNAME = "barbican"
 
-SRC_URI = "git://github.com/stackforge/barbican.git;branch=master \
+SRC_URI = "git://github.com/cloudkeep/barbican.git;branch=master \
            file://barbican.init \
           "
 
-- 
1.9.1



More information about the meta-virtualization mailing list