bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

VC-tag again


From: Reuben Thomas
Subject: VC-tag again
Date: Mon, 14 Mar 2011 15:35:28 +0000

This line in maint.mk:

VC-tag = git tag -s -m '$(VERSION)' -u '$(gpg_key_ID)'

does appear to be unused, because its syntax is wrong: there's no
message (argument to -m), or equivalently, no tag name is specified.

Is something like:

VC-tag = git tag -s -m 'Sign version $(VERSION)' '$(VERSION)' -u '$(gpg_key_ID)'

intended?

-- 
http://rrt.sc3d.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]