disable newrelic
This commit is contained in:
parent
f2a1c8b67a
commit
891ece063b
2 changed files with 16 additions and 0 deletions
15
debian/patches/0101-disable-newrelic.patch
vendored
Normal file
15
debian/patches/0101-disable-newrelic.patch
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -218,8 +218,8 @@ group :production do
|
||||
gem "gitlab_meta", '7.0'
|
||||
end
|
||||
|
||||
-gem "newrelic_rpm", '~> 3.9.4.245'
|
||||
-gem 'newrelic-grape'
|
||||
+#gem "newrelic_rpm", '~> 3.9.4.245'
|
||||
+#gem 'newrelic-grape'
|
||||
|
||||
gem 'octokit', '~> 3.7.0'
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -36,3 +36,4 @@ loosen-rails-version.patch
|
|||
0036-loosen-nprogress-rails.patch
|
||||
0037-loosen-request-store.patch
|
||||
0100-remove-development-test.patch
|
||||
0101-disable-newrelic.patch
|
||||
|
|
Loading…
Reference in a new issue