[SCM] patch-parser packaging branch, master, updated. 42263103094f1588ebda2802ff0a687b16ffbaaa

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon May 4 10:15:15 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/patch-parser.git;a=commitdiff;h=e2b300a

The following commit has been merged in the master branch:
commit e2b300af25848cb304c05d50554c764d4447ad59
Author: Harald Sitter <sitter at kde.org>
Date:   Mon May 4 12:15:01 2015 +0200

    correct debug output
---
 render.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/render.rb b/render.rb
index bc82451..02c06ab 100644
--- a/render.rb
+++ b/render.rb
@@ -23,7 +23,7 @@ Dir.chdir('cache') do
   BRANCHES.each do |branch|
     repos = []
     ARGV.each do |repo|
-      @log.info "Rendering #{repo} [#{branch}]..."
+      @log.info "Processing #{repo} [#{branch}]..."
       # FIXME: code copy from above
       repo_name = repo.split(':')[-1].split('/')[-1].split('.')[0]
       g = Git::Base.open(repo_name)

-- 
patch-parser packaging



More information about the pkg-kde-commits mailing list