[Pkg-debile-commits] [debile-slave] 60/100: update ftbfs logic

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:09 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 f4bedfed9a7324574695c065f8a1b7132d5f4708
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun Jun 2 15:25:08 2013 -0400

    update ftbfs logic
---
 ethel/commands/build.py |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ethel/commands/build.py b/ethel/commands/build.py
index f764af2..42253a5 100644
--- a/ethel/commands/build.py
+++ b/ethel/commands/build.py
@@ -22,9 +22,8 @@ def run(dsc, package, job, firehose):
         print(out)
         raise Exception("Um. No changes but no FTBFS.")
 
-    changes = changes[0]
-
-    if os.path.exists(changes):
+    if not ftbfs:
+        changes = changes[0]
         upload(changes, job['_id'])
 
     return (info, out, ftbfs)

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