[Treepkg-commits] r79 - trunk/bin
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jun 10 11:51:51 CEST 2008
Author: bh
Date: 2008-06-10 11:51:50 +0200 (Tue, 10 Jun 2008)
New Revision: 79
Modified:
trunk/bin/createstaticweb.py
trunk/bin/starttreepkgweb.py
Log:
Make status-by-startdate.html the default template. Sorting by date is
generally more useful than sorting by revision because different tracks
usually come from different repositories.
Modified: trunk/bin/createstaticweb.py
===================================================================
--- trunk/bin/createstaticweb.py 2008-06-09 16:34:23 UTC (rev 78)
+++ trunk/bin/createstaticweb.py 2008-06-10 09:51:50 UTC (rev 79)
@@ -17,7 +17,7 @@
def parse_commandline():
parser = create_parser()
- parser.set_defaults(status_template="status-by-revision.html")
+ parser.set_defaults(status_template="status-by-startdate.html")
parser.add_option("--status-template",
help=("The template file to use for the status page."
" Relative filenames are interpreted"
Modified: trunk/bin/starttreepkgweb.py
===================================================================
--- trunk/bin/starttreepkgweb.py 2008-06-09 16:34:23 UTC (rev 78)
+++ trunk/bin/starttreepkgweb.py 2008-06-10 09:51:50 UTC (rev 79)
@@ -20,7 +20,7 @@
parser = create_parser()
parser.set_defaults(cherrypy_config=os.path.join(treepkgcmd.topdir,
"cherrypy.cfg"),
- status_template="status-by-revision.html")
+ status_template="status-by-startdate.html")
parser.add_option("--cherrypy-config",
help=("The cherrypy config file for the web interface."
" Default cherrypy.cfg"))
More information about the Treepkg-commits
mailing list