[Pkg-debile-commits] [debile-master] 62/126: serve on all

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch scan-build-html
in repository debile-master.

commit b01cf76fc0f5aa55ea43f47ebc82998c906bf7ea
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sat Jun 1 23:18:47 2013 -0400

    serve on all
---
 lucy/server.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/server.py b/lucy/server.py
index 07da2a3..99e38f3 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -189,7 +189,7 @@ def serve(server, port):
 
 
 def main():
-    serve("localhost", 20017)
+    serve("0.0.0.0", 20017)
 
 
 if __name__ == "__main__":

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-master.git



More information about the Pkg-debile-commits mailing list