trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2012

Re: [trinity-devel] Package naming

From: Slávek Banko <slavek.banko@...>
Date: Wed, 14 Nov 2012 20:36:35 +0100
Dne st 14. listopadu 2012 Sl�vek Banko napsal(a):
> This is an unnecessarily long. Date information can be misleading - not
> related to the date of GIT version. Not solve the correct sequence of
> multiple versions in one day. In this case, the "meaningless number" is
> more neutral. Simply only going to increase with each pre-release.
>
> Slavek

It occurred to me - the number would not be "meaningless" - for example, 
it could be the number of commits since the last release. For example:

cd tde/main/tdelibs &&
git log $(git tag | sort | tail -n1)..HEAD --pretty=oneline | wc -l

This would automatically resets this number after each official release.

What do you think?

Slavek
--