[Pkg-debile-commits] [debile-slave] 27/100: client crap

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:02 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 c56f1ba505541b38c5d3211c21e992f822a249da
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun May 26 15:51:51 2013 -0400

    client crap
---
 ethel/client.py |   22 ++--------------------
 setup.py        |   19 ++++++++++---------
 2 files changed, 12 insertions(+), 29 deletions(-)

diff --git a/ethel/client.py b/ethel/client.py
index e4a2503..d8a03db 100644
--- a/ethel/client.py
+++ b/ethel/client.py
@@ -17,23 +17,5 @@ def get_proxy():
     return proxy
 
 
-def submit_report(report, job, log):
-    proxy = get_proxy()
-    report = Analysis.from_xml(report)
-    obj = proxy.submit_report(job, digest_firehose_tree(report), log)
-    return obj
-
-
-def next_job(job):
-    proxy = get_proxy()
-    return proxy.get_next_job(job)
-
-
-def close_job(job):
-    proxy = get_proxy()
-    return proxy.close_job(job)
-
-
-def dget_url(package):
-    proxy = get_proxy()
-    return proxy.get_dsc_url(package)
+def buildd():
+    pass
diff --git a/setup.py b/setup.py
index 1aff8b7..7127c62 100755
--- a/setup.py
+++ b/setup.py
@@ -20,15 +20,16 @@ setup(
     platforms=['any'],
     entry_points = {
         'console_scripts': [
-            'ethel-next = ethel.cli:next',
-            'etheld = ethel.daemon:daemon',
-            'ethel-close = ethel.cli:close',
-            'ethel-submit = ethel.cli:submit',
-            'ethel-dget-url = ethel.cli:dget',
-            'ethel-update = ethel.chroot:run_update',
-            'ethel-sbuild = ethel.commands.sbuild:main',
-            'ethel-adequate = ethel.commands.adequate:main',
-            'ethel-piuparts = ethel.commands.piuparts:main',
+            'ethel-buildd = ethel.client:buildd',
+#            'ethel-next = ethel.cli:next',
+#            'etheld = ethel.daemon:daemon',
+#            'ethel-close = ethel.cli:close',
+#            'ethel-submit = ethel.cli:submit',
+#            'ethel-dget-url = ethel.cli:dget',
+#            'ethel-update = ethel.chroot:run_update',
+#            'ethel-sbuild = ethel.commands.sbuild:main',
+#            'ethel-adequate = ethel.commands.adequate:main',
+#            'ethel-piuparts = ethel.commands.piuparts:main',
         ],
     }
 )

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