doc-el commit 967:b1555357c914 - Import a snapshot of the doc-el...

freebsd-doc-el at lists.hellug.gr freebsd-doc-el at lists.hellug.gr
Tue Oct 28 05:03:20 EET 2008


changeset:      967:b1555357c914
user:           keramida
date:           2008-10-28 04:57 +0200
details:        http://hg.hellug.gr/freebsd/doc-el/?cmd=changeset;node=b1555357c914

description:
	Import a snapshot of the doc-el repository config files.

	These files are copies of the configuration for the hg.hellug.gr
	mirror of the repository.  They are probably going to be useful if I
	get hit by a bus and the main tree has to relocate, or if someone
	wants to quickly set up another tree with commit-email notifications,
	hooks and other options we use now.

diffs (51 lines):

diff -r b4c73e3ff192 -r b1555357c914 hgadmin/conf/hgrc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgadmin/conf/hgrc	Tue Oct 28 04:57:47 2008 +0200
@@ -0,0 +1,39 @@
+[web]
+contact = Giorgos Keramidas
+description = Greek FreeBSD doc/ translation tree (integration tree)
+encoding = iso-8859-7
+style = gitweb
+
+[extensions]
+notify =
+
+[hooks]
+# Enable either changegroup or incoming.
+# changegroup will send one email for each push,
+# whereas incoming sends one email per changeset.
+#
+#changegroup.notify = python:hgext.notify.hook
+incoming.notify = python:hgext.notify.hook
+
+[email]
+from = freebsd-doc-el at lists.hellug.gr
+charsets = iso-8859-7, utf-8
+
+[smtp]
+host = localhost
+
+# The web.baseurl points to the full web URI of the repository, so we
+# only use {baseurl} in the notify template.  Please keep the trailing
+# slash character "/", otherwise the URIs included in the commit email
+# will be broken.
+[web]
+baseurl = http://hg.hellug.gr/freebsd/doc-el/
+
+[notify]
+sources = serve push pull bundle
+test = False
+diffstat = False
+strip = 6
+config = /home/keramida/hg/doc/el/.hg/notify.config
+maxdiff = 300
+template = Subject: doc-el commit {rev}:{node|short} - {desc|firstline|strip}\nFrom: freebsd-doc-el at lists.hellug.gr\n\nchangeset:      {rev}:{node|short}\nuser:           {author}\ndate:           {date|isodate}\ndetails:        {baseurl}?cmd=changeset;node={node|short}\n\ndescription:\n\t{desc|tabindent|strip}\n
diff -r b4c73e3ff192 -r b1555357c914 hgadmin/conf/notify.conf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgadmin/conf/notify.conf	Tue Oct 28 04:57:47 2008 +0200
@@ -0,0 +1,4 @@
+# Email notifications for the main `freebsd/doc-el' tree.
+
+[usersubs]
+freebsd-doc-el at lists.hellug.gr = **




More information about the Freebsd-doc-el mailing list