[DRE-commits] [ruby-sidekiq] 03/03: add a missing / in the path change

Cédric Boutillier boutil at moszumanska.debian.org
Wed Aug 20 13:00:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-sidekiq.

commit 400fc13a4177f80b46fa9be5c4376cd39b2023e9
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Aug 20 15:00:29 2014 +0200

    add a missing / in the path change
---
 debian/patches/web-path-change.patch | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/patches/web-path-change.patch b/debian/patches/web-path-change.patch
index 3561181..dbd3a66 100644
--- a/debian/patches/web-path-change.patch
+++ b/debian/patches/web-path-change.patch
@@ -1,13 +1,11 @@
-Index: ruby-sidekiq/lib/sidekiq/web.rb
-===================================================================
---- ruby-sidekiq.orig/lib/sidekiq/web.rb
-+++ ruby-sidekiq/lib/sidekiq/web.rb
-@@ -11,7 +11,7 @@ module Sidekiq
+--- a/lib/sidekiq/web.rb
++++ b/lib/sidekiq/web.rb
+@@ -11,7 +11,7 @@
    class Web < Sinatra::Base
      include Sidekiq::Paginator
  
 -    set :root, File.expand_path(File.dirname(__FILE__) + "/../../web")
-+    set :root, File.expand_path(File.dirname(__FILE__) + "../../../../share/ruby-sidekiq/web")
++    set :root, File.expand_path(File.dirname(__FILE__) + "/../../../../share/ruby-sidekiq/web")
      set :public_folder, Proc.new { "#{root}/assets" }
      set :views, Proc.new { "#{root}/views" }
      set :locales, ["#{root}/locales"]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sidekiq.git



More information about the Pkg-ruby-extras-commits mailing list