From 99b0b74ac87c77b5f39e21c65141d8fcc6753ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 6 Mar 2019 16:43:44 +0100 Subject: Add taskwarrior-web Fixes https://git.immae.eu/mantisbt/view.php?id=67 --- nixops/modules/task/thin.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 nixops/modules/task/thin.patch (limited to 'nixops/modules/task/thin.patch') diff --git a/nixops/modules/task/thin.patch b/nixops/modules/task/thin.patch new file mode 100644 index 0000000..a7df3e3 --- /dev/null +++ b/nixops/modules/task/thin.patch @@ -0,0 +1,23 @@ +diff --git a/Gemfile b/Gemfile +index 8544e15..9c4279c 100644 +--- a/Gemfile ++++ b/Gemfile +@@ -3,6 +3,8 @@ source "http://rubygems.org" + # Specify your gem's dependencies in taskwarrior-web.gemspec + gemspec + ++gem 'thin' ++ + group :local do + gem 'rb-fsevent', :require => false + gem 'growl', :require => false +diff --git a/config.ru b/config.ru +index c3050c6..52387d8 100644 +--- a/config.ru ++++ b/config.ru +@@ -1,5 +1,4 @@ + require File.join(File.dirname(__FILE__), 'lib', 'taskwarrior-web') + +-disable :run + TaskwarriorWeb::App.set({ :environment => :production }) + run TaskwarriorWeb::App -- cgit v1.2.3