On 2016-01-14 18:28, Bas Couwenberg wrote:
On 2016-01-14 18:20, Martin Landa wrote:
2016-01-14 18:06 GMT+01:00 Bas Couwenberg <[email protected]>:
<prefix>/<pkgversion>
So in this case that's:
ubuntugis/7.0.3~rc1-1~wily1
hm, `git tag ubuntugis/7.0.3~rc1-1~wily1`
says
fatal: 'ubuntugis/7.0.3~rc1-1~wily1' is not a valid tag name.
What I am doing wrong? Ma
You need to replace the tilde (which is not a valid character in tags)
with a dot. Like the experimental tag:
debian/7.0.3.rc1-1.exp2
debcommit does this for you, but it doesn't handle prefixes and is
therefor not appropriate for non-Debian tags.
PS. Refer to the official git documentation for details about valid
tags:
https://git-scm.com/docs/git-check-ref-format
Kind Regards,
Bas