From 6752fb48c33f9f2820acfd9cdfa460e00deb9ffc Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Tue, 3 Feb 2015 10:31:04 +0900 Subject: [PATCH] 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 --- .gbs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4