[Pkg-debile-commits] [debile-master] 16/26: Fix multiple typos

Sylvestre Ledru sylvestre at alioth.debian.org
Tue Aug 20 16:22:37 UTC 2013


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

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

commit b116422c11eb50f659721e3ffee6dcf90376d11b
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Tue Aug 13 23:20:57 2013 +0200

    Fix multiple typos
---
 lucy/archive.py |    2 +-
 lucy/server.py  |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lucy/archive.py b/lucy/archive.py
index 745a862..3db567b 100644
--- a/lucy/archive.py
+++ b/lucy/archive.py
@@ -23,7 +23,7 @@ def move_to_pool_source(package, changes, root=None):
 def move_to_pool_binary(package, changes, root=None):
     config = Config()
     pool = config.get('paths', 'pool')
-    path = os.path.join(pool, str(package.source.id))
+    path = os.path.join(pool, str(package.source.package_id))
     if root:
         path = os.path.join(path, root)
 
diff --git a/lucy/server.py b/lucy/server.py
index e05aab5..ad9601c 100644
--- a/lucy/server.py
+++ b/lucy/server.py
@@ -388,6 +388,7 @@ class AsyncXMLRPCServer(SocketServer.ThreadingMixIn, LucyAuthMixIn):
 
 
 def serve(server, port):
+    print("Serving on `{server}' on port `{port}'".format(**locals()))
     server = SimpleXMLRPCServer((server, port),
                                 requestHandler=AsyncXMLRPCServer,
                                 allow_none=True)

-- 
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