Point to the good database
authorMatthieu Patou <mat@matws.net>
Sun, 7 Nov 2010 09:07:40 +0000 (12:07 +0300)
committerMatthieu Patou <mat@matws.net>
Sun, 7 Nov 2010 09:07:40 +0000 (12:07 +0300)
web/build.py

index 694fec36a764b85827acc80c6741d8e2825255f7..07db80c37470b2ba08d3d84e8728d7a8872e6d8e 100755 (executable)
@@ -47,7 +47,7 @@ basedir = os.path.abspath(os.path.join(webdir, ".."))
 
 db = data.BuildResultStore(basedir)
 history = history.History(db)
-hostsdb = hostdb.HostDatabase(os.path.join(os.path.dirname(__file__), "..", "hosts.sqlite"))
+hostsdb = hostdb.HostDatabase(os.path.join(os.path.dirname(__file__), "..", "hostdb.sqlite"))
 
 compilers = db.compilers
 hosts = hostsdb.hosts()