From aa6756f23627da560d7f9bb156fff239007a1067 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 5 Sep 2014 11:09:23 +0200 Subject: [PATCH] packaging: workaround missing v3.12.18 tag from upstream git The right way to fix it maintainer side is : git remote add upstream https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable git fetch --tags git push --tags origin Change-Id: I0443946e85fc43d474afe4f8f48c87f571becacb Bug-Tizen: TC-5/part Signed-off-by: Philippe Coval --- .gbs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gbs.conf b/.gbs.conf index 2290232..1a388e9 100644 --- a/.gbs.conf +++ b/.gbs.conf @@ -1,3 +1,3 @@ [general] upstream_branch = upstream -upstream_tag = v${upstreamversion} +upstream_tag = ae2a5e128caf100a957cd142818fd7be6276bd11 -- 2.7.4