Patch Gemfile to use embedded opentracing
This commit is contained in:
parent
e027f55b03
commit
d1412c0ef5
2 changed files with 12 additions and 0 deletions
11
debian/patches/0687-opentracing-embed.patch
vendored
Normal file
11
debian/patches/0687-opentracing-embed.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -309,7 +309,7 @@
|
||||||
|
|
||||||
|
group :tracing do
|
||||||
|
# OpenTracing
|
||||||
|
- gem 'opentracing', '~> 0.4.3'
|
||||||
|
+ gem 'opentracing', '0.4.3', path: 'vendor/gems/opentracing-0.4.3'
|
||||||
|
gem 'jaeger-client', '~> 0.10.0'
|
||||||
|
end
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -24,5 +24,6 @@
|
||||||
0680-rails-5_2.patch
|
0680-rails-5_2.patch
|
||||||
0685-bump-fog.patch
|
0685-bump-fog.patch
|
||||||
0686-rails-5.1-embed.patch
|
0686-rails-5.1-embed.patch
|
||||||
|
0687-opentracing-embed.patch
|
||||||
0690-debian-usage-ping.patch
|
0690-debian-usage-ping.patch
|
||||||
0700-add-salsa-link-to-help.patch
|
0700-add-salsa-link-to-help.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue