[Pkg-debile-commits] [debile-slave] 29/100: moeh

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:03 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 48a7883f664aa194103aaa2728a114fdb9b9f064
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun May 26 17:59:07 2013 -0400

    moeh
---
 ethel/client.py          |    4 ++++
 ethel/commands/sbuild.py |    2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ethel/client.py b/ethel/client.py
index e835f9a..26724b6 100644
--- a/ethel/client.py
+++ b/ethel/client.py
@@ -24,6 +24,10 @@ def get_proxy():
 def build_next():
     proxy = get_proxy()
     job = proxy.get_next_job('amd64')
+
+    if job is None:
+        raise Exception("Nice. All done.")
+
     url = proxy.get_dsc_url(job['package'])
     info = proxy.get_source(job['package'])
     dsc = "{source}_{version}.dsc".format(**info)
diff --git a/ethel/commands/sbuild.py b/ethel/commands/sbuild.py
index f0a7d31..e8b5930 100644
--- a/ethel/commands/sbuild.py
+++ b/ethel/commands/sbuild.py
@@ -70,8 +70,6 @@ def sbuild(package, dist, chroot):
         "sbuild",
         "-c", chroot,
         "-v",
-        "--source",
-        "-A",
         "-d", dist,
         "-j", "8",
         package,

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