[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=c43eb04

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

    force patch to be a symlink to index
---
 render.rb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/render.rb b/render.rb
index 84b7a19..f5d2f02 100644
--- a/render.rb
+++ b/render.rb
@@ -46,3 +46,6 @@ end
 
 html = Haml::Engine.new(File.read('views/index.html.haml')).render(BRANCHES)
 File.write('index.html', html)
+
+File.delete('patch.html') if File.exist?('patch.html')
+File.symlink('index.html', 'patch.html')

-- 
patch-parser packaging



More information about the pkg-kde-commits mailing list