From: Damian Hobson-Garcia Date: Tue, 3 Feb 2015 01:31:04 +0000 (+0900) Subject: Correct .gbs.conf settings X-Git-Tag: accepted/tizen/ivi/20150204.080604^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git;a=commitdiff_plain;h=6752fb48c33f9f2820acfd9cdfa460e00deb9ffc Correct .gbs.conf settings The upstream tag was not set correctly (should have upstream/ prefix to be consistent with the default) and the group label should be all lowercase. Change-Id: I9b066beefa30878205606e9917ea62f0d406442b --- diff --git a/.gbs.conf b/.gbs.conf index ed74a75..2f86d51 100644 --- a/.gbs.conf +++ b/.gbs.conf @@ -1,3 +1,3 @@ -[General] +[general] upstream_branch = upstream -upstream_tag = snapshot3+hdmi +upstream_tag = upstream/snapshot3+hdmi