Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2004-10-26 02:01:38 +0400
committerJacek Konieczny <jajcus@jajcus.net>2004-10-26 02:01:38 +0400
commit58e070d041936a540d9d7a98824b97e9e64ef763 (patch)
tree0cbd9822fce1f5d5741dae7ebbabe531ee442e14 /Makefile
parent580f30636e21316193ba73e5d4ddabe1f0f4be52 (diff)
- use UTC for changelog timestamps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3036e83..1af5a03 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ doc:
$(MAKE) -C doc
ChangeLog: FORCE
- svn log -v --xml | svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users
+ TZ=UTC svn log -v --xml | svn2log.py -p '/(branches/[^/]+|trunk)' -x ChangeLog -u aux/users
FORCE: