[dovecot-cvs] dovecot-1.0: Mercurify the repository

dovecot at dovecot.org dovecot at dovecot.org
Sat May 19 14:53:05 EEST 2007


details:   http://hg.dovecot.org/dovecot-1.0/rev/fb19fa523d22
changeset: 5279:fb19fa523d22
user:      Timo Sirainen <tss at iki.fi>
date:      Sat May 19 14:48:28 2007 +0300
description:
Mercurify the repository

diffstat:

3 files changed, 78 insertions(+)
.hgignore   |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Makefile.am |    6 +++++
autogen.sh  |    5 ++++

diffs (107 lines):

diff -r 6e276e7fb119 -r fb19fa523d22 .hgignore
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sat May 19 14:48:28 2007 +0300
@@ -0,0 +1,67 @@
+syntax: glob
+aclocal.m4
+autom4te.cache
+config.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+config.rpath
+configure
+configure.scan
+libtool
+libtool-shared
+ltconfig
+ltmain.sh
+stamp-h*
+stamp.h
+version.h
+.exrc
+depcomp
+install-sh
+missing
+mkinstalldirs
+ABOUT-NLS
+COPYING
+build-stamp
+configure-stamp
+dovecot.spec
+dovecot-config
+dovecot-config.in
+ChangeLog
+Makefile
+Makefile.in
+
+*.o
+*.lo
+*.Po
+*.Plo
+*.a
+*.la
+*.lai
+*.so
+**/Makefile
+**/Makefile.in
+
+doc/wiki/*.txt
+doc/wiki/Makefile.am
+src/auth/checkpassword-reply
+src/auth/dovecot-auth
+src/deliver/deliver
+src/dict/dict
+src/imap-login/imap-login
+src/imap/imap
+src/lib-sql/sql-drivers-register.c
+src/lib-storage/register/mail-storage-register.c
+src/master/dovecot
+src/master/ssl-build-param
+src/plugins/convert/convert-tool
+src/pop3-login/pop3-login
+src/pop3/pop3
+src/util/dovecotpw
+src/util/gdbhelper
+src/util/idxview
+src/util/logview
+src/util/rawlog
diff -r 6e276e7fb119 -r fb19fa523d22 Makefile.am
--- a/Makefile.am	Wed May 16 18:22:32 2007 +0300
+++ b/Makefile.am	Sat May 19 14:48:28 2007 +0300
@@ -12,6 +12,7 @@ EXTRA_DIST = \
 EXTRA_DIST = \
 	COPYING.LGPL \
 	COPYING.MIT \
+	ChangeLog \
 	$(conf_DATA)
 
 datafiles = \
@@ -24,6 +25,11 @@ else
   noinst_DATA = $(datafiles)
 endif
 
+if MAINTAINER_MODE
+ChangeLog: .hg/dirstate
+	hg log --style=changelog > ChangeLog
+endif
+
 dovecot-config: dovecot-config.in Makefile
 	cat dovecot-config.in | sed \
 	-e "s|^moduledir=|moduledir=$(moduledir)|" \
diff -r 6e276e7fb119 -r fb19fa523d22 autogen.sh
--- a/autogen.sh	Wed May 16 18:22:32 2007 +0300
+++ b/autogen.sh	Sat May 19 14:48:28 2007 +0300
@@ -30,4 +30,9 @@ echo *.txt | sed 's, , \\/	,g' | tr '/' 
 echo *.txt | sed 's, , \\/	,g' | tr '/' '\n' >> Makefile.am
 cd ../..
 
+if test ! -f ChangeLog; then
+  # automake dies unless this exists. It's generated in Makefile
+  touch -t `date +%m%d`0000 ChangeLog
+fi
+
 autoreconf -i


More information about the dovecot-cvs mailing list