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

The following commit has been merged in the master branch:
commit df812c113cd74acd45133e51dfc0df773b95d8ea
Author: Harald Sitter <sitter at kde.org>
Date:   Mon Apr 13 16:38:41 2015 +0200

    write html output to main dir
    
    this relativity along with the chdir is all a bit naughty tbh
---
 render.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/render.rb b/render.rb
index 5b242b3..48a9fa1 100644
--- a/render.rb
+++ b/render.rb
@@ -38,6 +38,6 @@ Dir.chdir('cache') do
       repos << Repo.new(repo, patches)
     end
     html = Haml::Engine.new(File.read('../views/patches.html.haml')).render(repos)
-    File.write("#{branch}.html", html)
+    File.write("../#{branch}.html", html)
   end
 end

-- 
patch-parser packaging



More information about the pkg-kde-commits mailing list