[Pkg-debile-commits] [debile-slave] 22/28: Fixed version getter for coccinelle

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:55:22 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 b006b25c2e2f5c477ee5484d7ff3439453d329de
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Thu Aug 15 23:22:59 2013 +0200

    Fixed version getter for coccinelle
---
 ethel/runners/coccinelle.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethel/runners/coccinelle.py b/ethel/runners/coccinelle.py
index 9dcd378..21f15ca 100644
--- a/ethel/runners/coccinelle.py
+++ b/ethel/runners/coccinelle.py
@@ -39,4 +39,4 @@ def version():
         out = out.split()[2] # we only extract the version number
     except:
         out = out.strip()
-    return out
+    return ('coccinelle', out)

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