From 86ef1d713b74a89ad091f007706cc149e73df092 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 22 Aug 2017 01:23:46 +0200 Subject: [PATCH] tizen: Fix tagname to use project release- prefix (#1124) Currently Git tag is not matching version (release_1.0), so GBS must align to this scheme. This is needed for "gbs export" to generate tarballs from upstream git tag (with patches serie on top of it if present). If tag is not in master branch, then a native tarball (without patches) will be exported and built. IoT.js-DCO-1.0-Signed-off-by: Philippe Coval philippe.coval@osg.samsung.com --- .gbs.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gbs.conf b/.gbs.conf index 27429e20fe..37030135b2 100644 --- a/.gbs.conf +++ b/.gbs.conf @@ -1,4 +1,4 @@ [general] -upstream_branch = ${upstreamversion} -upstream_tag = ${upstreamversion} +upstream_branch = master +upstream_tag = release_${upstreamversion} packaging_dir = config/tizen/packaging