[Pkg-debile-commits] [debile-master] 22/126: meh

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:56:08 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 373da5f0820100e14754e4f20e1628511a4767c9
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun May 26 11:52:34 2013 -0400

    meh
---
 lucy/incoming.py |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lucy/incoming.py b/lucy/incoming.py
index 78efef1..24a981e 100644
--- a/lucy/incoming.py
+++ b/lucy/incoming.py
@@ -54,6 +54,7 @@ def accept_source(config, changes):
     os.unlink(changes.get_filename())
 
     print("ACCEPT: {source}/{version} for {owner} as {_id}".format(**obj))
+    # source jobs
 
 
 
@@ -79,16 +80,17 @@ def accept_binary(config, changes):
     except KeyError:
         return reject(config, changes, 'youre-not-a-machine')
 
-    print("accept binary")
     binary = Binary(source=source['_id'],
                     arch=arch,
                     suite=suite,
                     binaries=[os.path.basename(x) for x in binaries],
                     builder=buildd['_id'])
-    print(binary)
+    binary.save()
+    # binary jobs
 
     path = move_to_pool(config, source, changes, root=arch)
     os.unlink(changes.get_filename())
+    print("accept binary")
 
 
 def reject(config, changes, reason):

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