Be sure to include [mcs] in your subject to ensure Bruce doesn't have to search to determine which repo to apply the change to.
On Thu, May 29, 2014 at 9:47 PM, Armin Kuster <[email protected]> wrote: > It appears the that git repo has moved. This is causing a do_fetch error. > > Signed-off-by: Armin Kuster <[email protected]> > --- > 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" You can drop the PR, since the advent of the PR server assigning a PR number is not necessary and is actually unwanted. > 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 \ > " > This is step backwards as this repo even declares: Barbican moved to openstack/barbican. https://github.com/openstack/barbican Additionally the current recipe doesn't use 'branch=master' so this patch will not apply, do you have local changes? I am in the process of resurrecting meta-cloud-services so you might get this fetching issue fixed for free in the coming days if you want to wait for me, otherwise feel free to send out a V2 with the above corrected. Mark > -- > 1.9.1 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
