[SCM] patch-parser packaging branch, master, updated. 43474b21f016a6c6ceaa1bd528e34a0ab6b65fbb

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Apr 14 07:56:03 UTC 2015


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

The following commit has been merged in the master branch:
commit 89b172a57f9ed5ebe177297510ab709b248632fa
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Apr 13 16:50:49 2015 +0200

    make todo clearer
---
 runme.rb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/runme.rb b/runme.rb
index b8a46ca..74494b3 100755
--- a/runme.rb
+++ b/runme.rb
@@ -1,6 +1,7 @@
 #!/usr/bin/env ruby
 
-# TODO: kde-extras needs coverage but has subdirs within the component
+# TODO: kde-extras needs coverage but has subdirs (kde-telepathy) within the
+#       component dir, which we can not handle right now.
 components = %w(frameworks plasma kde-std kde-applications qt)
 
 repos = []
@@ -11,4 +12,4 @@ components.each do |component|
   end
 end
 
-puts `ruby patch-parser.rb #{repos.join(' ')}`
+puts `ruby render.rb #{repos.join(' ')}`

-- 
patch-parser packaging



More information about the pkg-kde-commits mailing list