[Pkg-debile-commits] [debile-master] 01/01: Fix minor typo breaking binary incoming process

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 13:49:58 UTC 2013


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

leo.cavaille-guest pushed a commit to branch master
in repository debile-master.

commit f8f31a407522987286d5abf507124ecb60157127
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Aug 26 15:49:38 2013 +0200

    Fix minor typo breaking binary incoming process
---
 debilemaster/incoming.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debilemaster/incoming.py b/debilemaster/incoming.py
index aae52ac..8719b47 100644
--- a/debilemaster/incoming.py
+++ b/debilemaster/incoming.py
@@ -210,7 +210,7 @@ def accept_binary(changes, user):
         # Add the binary to the local user repository
         ur = UserRepository(user)
         # If run>1 delete the previous binary before storing the new one
-        ur.add_binary(b, (run>1))
+        ur.add_binary(b, (b.run>1))
 
         add_jobs(b)
 

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