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

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


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

The following commit has been merged in the master branch:
commit f4dde5375f3cdb4d2542237ed60d501ce32d6447
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Apr 13 17:32:43 2015 +0200

    remove garbage content from dirlisting
---
 runme.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/runme.rb b/runme.rb
index 5cc3f18..8e2ac02 100755
--- a/runme.rb
+++ b/runme.rb
@@ -9,6 +9,8 @@ components.each do |component|
     # kde-telepathy is a subdir within a subdir which we can't handle.
     # since kde-telepathy doesn't live there anymore we do not care though.
     next if repo.include?('kde-telepathy') && component == 'kde-extras'
+    # Some dirs contain garbage...
+    next unless repo.end_with?('.git')
     repos << "debian:#{component}/#{repo}"
   end
 end

-- 
patch-parser packaging



More information about the pkg-kde-commits mailing list