[Pkg-debile-commits] [debile-master] 01/01: Delete deb file after incoming processing

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 21:31:19 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 fe1c19827c06606113130013ab8ec815bef8feec
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Aug 26 23:30:56 2013 +0200

    Delete deb file after incoming processing
---
 debilemaster/incoming.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debilemaster/incoming.py b/debilemaster/incoming.py
index 7550937..f0185ec 100644
--- a/debilemaster/incoming.py
+++ b/debilemaster/incoming.py
@@ -211,6 +211,7 @@ def accept_binary(changes, user):
         ur = UserRepository(user)
         # If run>1 delete the previous binary before storing the new one
         ur.add_binary(b, (b.run>1))
+        os.unlink(bfile)
 
         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