[Pkg-debile-commits] [debile-slave] 28/28: New function names in proxy for URL retrieving

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:55:23 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 afad2eaaae75811f4f8df008540fb71b5d0f1702
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Aug 17 14:24:34 2013 +0200

    New function names in proxy for URL retrieving
---
 ethel/client.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ethel/client.py b/ethel/client.py
index 78f87c3..4a61c18 100644
--- a/ethel/client.py
+++ b/ethel/client.py
@@ -28,13 +28,13 @@ def checkout(package):
         raise ValueError("type sucks")
 
     def source():
-        url = proxy.get_dsc(package['source_id'])
+        url = proxy.get_dsc_url(package['source_id'])
         dsc = os.path.basename(url)
         dget(url)
         yield dsc
 
     def binary():
-        url = proxy.get_deb_info(package['binary_id'])
+        url = proxy.get_deb_url(package['binary_id'])
         deb = os.path.basename(url)
         out, err, ret = run_command(['wget', url])
         if ret != 0:

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