desactivate history for the moment (it's broken)
authorMatthieu Patou <mat@matws.net>
Wed, 10 Nov 2010 23:42:46 +0000 (02:42 +0300)
committerMatthieu Patou <mat@matws.net>
Wed, 10 Nov 2010 23:43:08 +0000 (02:43 +0300)
web/build.py

index a71e0e64eaf280dc52fff1cee4914c244bc40019..6d06c3d8b6e34015e3c6a9d6442200e965f58148 100755 (executable)
@@ -48,7 +48,7 @@ basedir = os.path.abspath(os.path.join(webdir, ".."))
 buildfarm = BuildFarm()
 
 db = data.BuildResultStore(basedir)
-history = history.History(db)
+#history = history.History(db)
 hostsdb = buildfarm.hostdb
 
 compilers = buildfarm.compilers