[Pkg-debile-commits] [debile-slave] 42/100: add debug

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:06 UTC 2013


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

sylvestre pushed a commit to branch master
in repository debile-slave.

commit 501d01006ee8f1fa01c6141a951c837739438cab
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Wed May 29 21:10:10 2013 -0400

    add debug
---
 ethel/utils.py |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/ethel/utils.py b/ethel/utils.py
index 7ac9eed..d385b45 100644
--- a/ethel/utils.py
+++ b/ethel/utils.py
@@ -87,6 +87,8 @@ def prepare_binary_for_upload(changes, job, obj):
     gpg = obj['gpg']
     out, err, ret = run_command(['debsign', '-k%s' % (gpg), changes])
     if ret != 0:
+        print(out)
+        print(err)
         raise Exception("bad debsign")
 
 
@@ -101,4 +103,5 @@ def upload(changes, job):
     out, err, ret = run_command(['dput', obj['dput-host'], changes])
     if ret != 0:
         print(out)
+        print(err)
         raise Exception("dput sux")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list