From ea4560f65862a7c94d15cfe6006f8059ab62ea74 Mon Sep 17 00:00:00 2001 From: Mustapha Lansana Date: Fri, 19 Sep 2014 19:03:32 -0400 Subject: chef: resolve mismatch between branch name and SRCREV Maintainer's of the upstream git trees for these packages have branched the repos from which these packages were fetched. This creates a mismatch between the SRCREV and branch name in the recipe files. Specify the branch name to resolve the error or update the SRCREV to match a commit id found on master. Signed-off-by: Mustapha Lansana --- meta-openstack/recipes-devtools/ruby/pry_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/ruby/pry_git.bb') diff --git a/meta-openstack/recipes-devtools/ruby/pry_git.bb b/meta-openstack/recipes-devtools/ruby/pry_git.bb index 2dc6234..37d4497 100644 --- a/meta-openstack/recipes-devtools/ruby/pry_git.bb +++ b/meta-openstack/recipes-devtools/ruby/pry_git.bb @@ -18,7 +18,7 @@ SRCREV = "047788c4225b25bb0462e06715616964e4f0da15" S = "${WORKDIR}/git" SRC_URI = " \ - git://github.com/pry/pry.git \ + git://github.com/pry/pry.git;branch=0-9-12-stable \ file://rdoc-fixup-opt.banner-heredoc.patch \ " -- cgit v1.2.3-54-g00ecf