[Pkg-debile-commits] [debile-master] 65/126: fixing incoming

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:16 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 4821873542bc2cd3e8566e23df4473d5784dc5b3
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun Jun 2 11:42:15 2013 -0400

    fixing incoming
---
 lucy/incoming.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucy/incoming.py b/lucy/incoming.py
index 1a86f14..759d690 100644
--- a/lucy/incoming.py
+++ b/lucy/incoming.py
@@ -46,7 +46,7 @@ def accept_source(config, changes):
     except KeyError:
         return reject(changes, config, 'bad-user-account')
 
-    dsc = changes.get_dsc()
+    dsc = os.path.basename(changes.get_dsc())
 
     obj = Source(source=changes['source'],
                  version=changes['version'],

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