[Pkg-debile-commits] [debile-slave] 01/01: Fixed variable names in piuparts plugin
Léo Cavaillé
leo.cavaille-guest at alioth.debian.org
Mon Aug 26 15:41:56 UTC 2013
This is an automated email from the git hooks/post-receive script.
leo.cavaille-guest pushed a commit to branch master
in repository debile-slave.
commit 7ca85d8ee0287809254d47c516a20bbb7692dc74
Author: Léo Cavaillé <leo at cavaille.net>
Date: Mon Aug 26 17:41:28 2013 +0200
Fixed variable names in piuparts plugin
---
debileslave/runners/piuparts.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debileslave/runners/piuparts.py b/debileslave/runners/piuparts.py
index 9d2b6e9..8a0eb0c 100644
--- a/debileslave/runners/piuparts.py
+++ b/debileslave/runners/piuparts.py
@@ -54,7 +54,7 @@ def piuparts(chroot, target, analysis):
out, err = e.out, e.err
failed = True
- for x in parse_piuparts(out.splitlines(), package):
+ for x in parse_piuparts(out.splitlines(), target):
analysis.results.append(x)
return analysis, out, failed
--
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