The branch, master has been updated
       via  32b2b08 Mention correct port in message.
      from  4295e5e Fix CSS in standalone mode, move static file hack out of 
app, get rid of global.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 32b2b08294b9c2e98828d98df30ae77eab25ac92
Author: Jelmer Vernooij <jel...@samba.org>
Date:   Sat Nov 13 16:08:34 2010 +0100

    Mention correct port in message.

-----------------------------------------------------------------------

Summary of changes:
 buildfarm/data.py |    3 ---
 web/build.py      |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildfarm/data.py b/buildfarm/data.py
index 4120730..d6d5732 100644
--- a/buildfarm/data.py
+++ b/buildfarm/data.py
@@ -376,6 +376,3 @@ class BuildResultStore(object):
 
     def get_latest_revision(self, tree, host, compiler):
         raise NoSuchBuildError(tree, host, compiler)
-
-
-
diff --git a/web/build.py b/web/build.py
index a8e96a7..227512a 100755
--- a/web/build.py
+++ b/web/build.py
@@ -1048,7 +1048,7 @@ if __name__ == '__main__':
             address = "localhost"
             port = opts.port
         httpd = make_server(address, int(port), standaloneApp)
-        print "Serving on port 8000..."
+        print "Serving on %s:%d..." % (address, int(port))
         httpd.serve_forever()
     else:
         import wsgiref.handlers


-- 
build.samba.org

Reply via email to