Commit Graph

9 Commits

Author SHA1 Message Date
nyuszika7h 33debcd565 sandbox/update-version: Simplify logic in updating version while still using UTC time.
Conflicts:

	sandbox/update-version
	src/version.py
2012-01-06 18:38:24 +01:00
Valentin Lorentz 957311ed2b Fix UTC use in sandbox/update-version. 2012-01-06 18:04:58 +01:00
Valentin Lorentz eb1e04701d Fix previous merge. 2012-01-05 19:52:57 +01:00
Mika Suomalainen bfb3dd267c update-version: Fix misleading comment. 2012-01-05 20:03:03 +02:00
Mika Suomalainen ab379957e2 sandbox/update-version: vim modelines exist.
Added vim modeline to enable syntax and set
filetype :)
2012-01-05 18:54:55 +02:00
Mika Suomalainen f922c09929 sandbox/update-version: fix typo in comment.
use --> user
2012-01-05 16:10:28 +02:00
Mika Suomalainen a3f4fe3cb3 update-version: Use UTC with version timestamps.
If we don't use same timezone, we can get funny times,
because we are on different timezones.

For example, I could commit something at 16:00, then
ProgVal/nyuszika7h/skizzhg/Banton could commit some-
thing and timestamp would only show that it happened
at the same time on different timezone.

Timestamps using specific timezone could also make
reading of version numbers easier.
2012-01-05 15:44:14 +02:00
Mika Suomalainen 26e9671003 sandbox/update-version: bash isn't always in /bin.
On some systems, bash is in some different folder
than /bin. It works with more systems to use
/usr/bin/env bash.
2012-01-05 15:37:36 +02:00
Valentin Lorentz 58f115dde8 Add script to automatically update version with a datestamp upon commit. (Thanks nanotube) 2011-04-26 10:32:49 +02:00