[SCM] patch-parser packaging branch, master, updated. 43474b21f016a6c6ceaa1bd528e34a0ab6b65fbb
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Tue Apr 14 07:56:02 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/patch-parser.git;a=commitdiff;h=c9f1eb7
The following commit has been merged in the master branch:
commit c9f1eb73e23e0b4ef3b192e634e49c54ce83bbe3
Author: Harald Sitter <sitter at kde.org>
Date: Mon Apr 13 16:39:22 2015 +0200
skip repos that do not have a suitable branch
---
render.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/render.rb b/render.rb
index 48a9fa1..ddfcafc 100644
--- a/render.rb
+++ b/render.rb
@@ -25,6 +25,7 @@ Dir.chdir('cache') do
g.checkout("origin/#{branch}")
rescue Git::GitExecuteError
warn "#{repo_name} has no #{branch} branch"
+ next
end
patches = []
patch_files = Dir.glob("#{repo_name}/debian/patches/**/**")
--
patch-parser packaging
More information about the pkg-kde-commits
mailing list