[Pkg-debile-commits] [debile-master] 21/26: Fixed binary processing
Sylvestre Ledru
sylvestre at alioth.debian.org
Tue Aug 20 16:22:39 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 e343671a201fb6a7dec1268998494f8f6f123699
Author: Léo Cavaillé <leo at cavaille.net>
Date: Thu Aug 15 11:06:53 2013 +0200
Fixed binary processing
---
lucy/archive.py | 2 +-
lucy/incoming.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lucy/archive.py b/lucy/archive.py
index 205eae6..caf9154 100644
--- a/lucy/archive.py
+++ b/lucy/archive.py
@@ -20,7 +20,7 @@ def move_to_pool_source(package, changes, root=None):
dest = os.path.join(path, bn)
os.rename(entry, dest)
-def move_to_pool_binary(bfilename, root=None):
+def move_to_pool_binary(package, bfilename, root=None):
config = Config()
pool = config.get('paths', 'pool')
incoming = config.get('paths', 'incoming')
diff --git a/lucy/incoming.py b/lucy/incoming.py
index f2857f9..32980e5 100644
--- a/lucy/incoming.py
+++ b/lucy/incoming.py
@@ -200,7 +200,7 @@ def accept_binary(changes):
session.commit()
add_jobs(b)
- path = move_to_pool_binary(bfilename, root=arch)
+ path = move_to_pool_binary(b, bfilename, root=arch)
logging.info("Accepted binary package : %s / %s (%s/%s)",
b.name,
b.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