[Pkg-debile-commits] [debile-slave] 25/28: Merge pull request #4 from matthieucan/coccinelle

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 880bf26ba4221c1c98060327b7ac56c86ab1dfc3
Merge: 61c2e03 8eea077
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Fri Aug 16 06:02:39 2013 -0700

    Merge pull request #4 from matthieucan/coccinelle
    
    fix: coccinelle logging

 ethel/runners/coccinelle.py |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --cc ethel/runners/coccinelle.py
index aeb34d9,dccda97..83efb41
--- a/ethel/runners/coccinelle.py
+++ b/ethel/runners/coccinelle.py
@@@ -11,10 -12,10 +11,10 @@@ def list_semantic_patches()
  def coccinelle(dsc, analysis):
      run_command(["dpkg-source", "-x", dsc, "source"])
      with cd('source'):
-         complete_out = ""
+         log = ""
          failed = False
          for semantic_patch in list_semantic_patches():
 -            print(semantic_patch)
 +            print semantic_patch
              out, err, ret = run_command([
                      "spatch",
                      "-D", "firehose",

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