Skip to content

Commit

Permalink
tizen: Fix tagname to use project release- prefix (#1124)
Browse files Browse the repository at this point in the history
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 [email protected]
  • Loading branch information
rzr authored and yichoi committed Aug 21, 2017
1 parent 138504a commit 86ef1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gbs.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[general]
upstream_branch = ${upstreamversion}
upstream_tag = ${upstreamversion}
upstream_branch = master
upstream_tag = release_${upstreamversion}
packaging_dir = config/tizen/packaging

0 comments on commit 86ef1d7

Please sign in to comment.