[Pkg-debile-commits] [debile-slave] 89/100: Fixed variable name

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:15 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 03abfb03507b24c99bc64f6f9659453c37278003
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Sat Jul 27 00:23:53 2013 +0200

    Fixed variable name
---
 ethel/commands/build.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethel/commands/build.py b/ethel/commands/build.py
index 77c46a3..87dc389 100644
--- a/ethel/commands/build.py
+++ b/ethel/commands/build.py
@@ -12,7 +12,7 @@ def run(dsc, package, job, firehose):
     info, out, ftbfs = sbuild(dsc, suite, arch)
 
     changes = "{source}*{arch}.changes".format(
-        source=package['source'],
+        source=package['name'],
         arch=arch
     )
 

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