From fe7f9088c29cc4041d0ee5f08871308139311127 Mon Sep 17 00:00:00 2001 From: Bian Naimeng Date: Wed, 21 Jan 2015 08:32:50 +0800 Subject: slop: checkout v3 branch to fix the following build error. slop: checkout v3 branch to fix the following build error. ERROR: Fetcher failure: Unable to find revision a009587ec2c0cf07b38bd8f0b59baa244fdbce51 in branch master even from upstream DEBUG: Python function base_do_fetch finished DEBUG: Python function do_fetch finished ERROR: Function failed: Fetcher failure for URL: 'git://github.com/leejarvis/slop.git'. Unable to fetch URL from any source. Signed-off-by: Bian Naimeng Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/slop_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/ruby/slop_git.bb') diff --git a/meta-openstack/recipes-devtools/ruby/slop_git.bb b/meta-openstack/recipes-devtools/ruby/slop_git.bb index eff1bee..c77785f 100644 --- a/meta-openstack/recipes-devtools/ruby/slop_git.bb +++ b/meta-openstack/recipes-devtools/ruby/slop_git.bb @@ -16,7 +16,7 @@ SRCREV = "a009587ec2c0cf07b38bd8f0b59baa244fdbce51" S = "${WORKDIR}/git" SRC_URI = " \ - git://github.com/leejarvis/slop.git \ + git://github.com/leejarvis/slop.git;branch=v3 \ " inherit ruby -- cgit v1.2.3-54-g00ecf