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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon May 11 08:37:50 UTC 2015


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

The following commit has been merged in the master branch:
commit 366311b92831ea161d30d1ac4971e2b91113e229
Author: Harald Sitter <sitter at kde.org>
Date:   Mon May 11 10:37:44 2015 +0200

    actually read template... this really needs testing
---
 render.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/render.rb b/render.rb
index 7c26b23..394d348 100644
--- a/render.rb
+++ b/render.rb
@@ -62,7 +62,7 @@ Dir.chdir('cache') do
 end
 
 template_path = abs_relative('views/index.html.haml')
-html = Haml::Engine.new(template_path).render(BRANCHES)
+html = Haml::Engine.new(File.read(template_path)).render(BRANCHES)
 File.write('index.html', html)
 
 # Clean up legacy files and symlink so that old URLs remain working.

-- 
patch-parser packaging



More information about the pkg-kde-commits mailing list