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

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


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

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

    comment on the random file tempering
---
 render.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/render.rb b/render.rb
index b0d872f..54eaf5a 100644
--- a/render.rb
+++ b/render.rb
@@ -55,5 +55,6 @@ template_path = File.expand_path('views/index.html.haml', __FILE__)
 html = Haml::Engine.new(template_path).render(BRANCHES)
 File.write('index.html', html)
 
+# Clean up legacy files and symlink so that old URLs remain working.
 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