diff options
author | Mustapha Lansana <Mustapha.Lansana@windriver.com> | 2014-09-19 19:03:32 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-26 09:09:21 -0400 |
commit | ea4560f65862a7c94d15cfe6006f8059ab62ea74 (patch) | |
tree | ae17d99f5179907bdc7770a65d0622c38717999f | |
parent | 3e5c83508a5d24724a2c6b012a95b0bc1d5b7ced (diff) | |
download | meta-cloud-services-ea4560f65862a7c94d15cfe6006f8059ab62ea74.tar.gz |
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 <Mustapha.Lansana@windriver.com>
7 files changed, 8 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/bundler_git.bb b/meta-openstack/recipes-devtools/ruby/bundler_git.bb index ca69f89..f7617a0 100644 --- a/meta-openstack/recipes-devtools/ruby/bundler_git.bb +++ b/meta-openstack/recipes-devtools/ruby/bundler_git.bb | |||
@@ -25,7 +25,7 @@ SRCREV = "06e3647c117da210ffd15a174624497830addd7b" | |||
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | SRC_URI = " \ | 27 | SRC_URI = " \ |
28 | git://github.com/bundler/bundler.git \ | 28 | git://github.com/bundler/bundler.git;branch=1-7-stable \ |
29 | " | 29 | " |
30 | 30 | ||
31 | inherit ruby | 31 | inherit ruby |
diff --git a/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb b/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb index 1d8a240..2f43fb1 100644 --- a/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb +++ b/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb | |||
@@ -23,7 +23,7 @@ SRCREV = "1c87a463637b3d0c58755e2362cc8ef35b6da1fd" | |||
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | SRC_URI = " \ | 25 | SRC_URI = " \ |
26 | git://github.com/opscode/chef-zero.git \ | 26 | git://github.com/opscode/chef-zero.git;branch=master \ |
27 | " | 27 | " |
28 | 28 | ||
29 | inherit ruby | 29 | inherit ruby |
diff --git a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb index fc7956d..8566fb3 100644 --- a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb +++ b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb | |||
@@ -14,7 +14,8 @@ PR = "r0" | |||
14 | 14 | ||
15 | BPV = "1.2.5" | 15 | BPV = "1.2.5" |
16 | PV = "${BPV}" | 16 | PV = "${BPV}" |
17 | SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" | 17 | #SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" |
18 | SRCREV = "704bc2c0000b5f9bf49d607dcd0d3989b63b2595" | ||
18 | 19 | ||
19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
20 | 21 | ||
diff --git a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb index a24c1bb..d078b52 100644 --- a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb | |||
@@ -19,7 +19,7 @@ SRCREV = "6be836f59a041893cfc1c25668b3aa3552a7e334" | |||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | SRC_URI = " \ | 21 | SRC_URI = " \ |
22 | git://github.com/halostatue/mime-types.git \ | 22 | git://github.com/halostatue/mime-types.git;branch=v1-bug-fixes \ |
23 | " | 23 | " |
24 | 24 | ||
25 | inherit ruby | 25 | inherit ruby |
diff --git a/meta-openstack/recipes-devtools/ruby/ohai_git.bb b/meta-openstack/recipes-devtools/ruby/ohai_git.bb index 6bd31e1..9d89357 100644 --- a/meta-openstack/recipes-devtools/ruby/ohai_git.bb +++ b/meta-openstack/recipes-devtools/ruby/ohai_git.bb | |||
@@ -20,7 +20,7 @@ SRCREV = "b306186701201bfc78b7bcc8908ee3524434cc93" | |||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | git://github.com/opscode/ohai.git \ | 23 | git://github.com/opscode/ohai.git;branch=7-stable \ |
24 | " | 24 | " |
25 | 25 | ||
26 | inherit ruby | 26 | inherit ruby |
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" | |||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://github.com/pry/pry.git \ | 21 | git://github.com/pry/pry.git;branch=0-9-12-stable \ |
22 | file://rdoc-fixup-opt.banner-heredoc.patch \ | 22 | file://rdoc-fixup-opt.banner-heredoc.patch \ |
23 | " | 23 | " |
24 | 24 | ||
diff --git a/meta-openstack/recipes-support/chef/chef_git.bb b/meta-openstack/recipes-support/chef/chef_git.bb index 11c651d..c8a422b 100644 --- a/meta-openstack/recipes-support/chef/chef_git.bb +++ b/meta-openstack/recipes-support/chef/chef_git.bb | |||
@@ -21,7 +21,7 @@ SRCREV = "410af3e88cf9f0793c56363563be8fa173244d3a" | |||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | SRC_URI = " \ | 23 | SRC_URI = " \ |
24 | git://github.com/opscode/chef.git \ | 24 | git://github.com/opscode/chef.git;branch=11-stable \ |
25 | " | 25 | " |
26 | 26 | ||
27 | inherit ruby | 27 | inherit ruby |