[DRE-commits] [gitlab] 01/02: remove development, test
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Dec 23 14:19:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master-8.3.0
in repository gitlab.
commit 3691cf2faccb6f8c948c1d32f89ebf3c04b11fc6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Dec 23 12:03:16 2015 +0530
remove development, test
---
debian/patches/0037-loosen-request-store.patch | 12 ---
debian/patches/0100-remove-development-test.patch | 89 +++++++++++++++++++++++
debian/patches/0102-loosen-octokit.patch | 6 +-
debian/patches/series | 1 +
4 files changed, 93 insertions(+), 15 deletions(-)
diff --git a/debian/patches/0037-loosen-request-store.patch b/debian/patches/0037-loosen-request-store.patch
index 8443cf8..81502ba 100644
--- a/debian/patches/0037-loosen-request-store.patch
+++ b/debian/patches/0037-loosen-request-store.patch
@@ -11,15 +11,3 @@ Index: gitlab/Gemfile
gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'
gem 'net-ssh', '~> 3.0.1'
-@@ -286,6 +286,11 @@ group :production do
- gem "gitlab_meta", '7.0'
- end
-
-+
-+roup :production do
-+ gem "gitlab_meta", '7.0'
-+end
-+
- gem "newrelic_rpm", '~> 3.9.4.245'
- gem 'newrelic-grape'
-
diff --git a/debian/patches/0100-remove-development-test.patch b/debian/patches/0100-remove-development-test.patch
new file mode 100644
index 0000000..5289e46
--- /dev/null
+++ b/debian/patches/0100-remove-development-test.patch
@@ -0,0 +1,89 @@
+Index: gitlab/Gemfile
+===================================================================
+--- gitlab.orig/Gemfile
++++ gitlab/Gemfile
+@@ -211,84 +211,6 @@ gem 'select2-rails', '~> 3.5.9'
+ gem 'virtus', '~> 1.0.1'
+ gem 'net-ssh', '~> 3.0.1'
+
+-group :development do
+- gem "foreman"
+- gem 'brakeman', '3.0.1', require: false
+-
+- gem "annotate", "~> 2.6.0"
+- gem "letter_opener", '~> 1.1.2'
+- gem 'quiet_assets', '~> 1.0.2'
+- gem 'rerun', '~> 0.11.0'
+- gem 'bullet', require: false
+- gem 'rblineprof', platform: :mri, require: false
+- gem 'web-console', '~> 2.0'
+-
+- # Better errors handler
+- gem 'better_errors', '~> 1.0.1'
+- gem 'binding_of_caller', '~> 0.7.2'
+-
+- # Docs generator
+- gem "sdoc", '~> 0.3.20'
+-
+- # thin instead webrick
+- gem 'thin', '~> 1.6.1'
+-end
+-
+-group :development, :test do
+- gem 'byebug', platform: :mri
+- gem 'pry-rails'
+-
+- gem 'awesome_print', '~> 1.2.0'
+- gem 'fuubar', '~> 2.0.0'
+-
+- gem 'database_cleaner', '~> 1.4.0'
+- gem 'factory_girl_rails', '~> 4.3.0'
+- gem 'rspec-rails', '~> 3.3.0'
+- gem 'spinach-rails', '~> 0.2.1'
+-
+- # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
+- gem 'minitest', '~> 5.7.0'
+-
+- # Generate Fake data
+- gem 'ffaker', '~> 2.0.0'
+-
+- gem 'capybara', '~> 2.4.0'
+- gem 'capybara-screenshot', '~> 1.0.0'
+- gem 'poltergeist', '~> 1.8.1'
+-
+- gem 'teaspoon', '~> 1.0.0'
+- gem 'teaspoon-jasmine', '~> 2.2.0'
+-
+- gem 'spring', '~> 1.3.6'
+- gem 'spring-commands-rspec', '~> 1.0.4'
+- gem 'spring-commands-spinach', '~> 1.0.0'
+- gem 'spring-commands-teaspoon', '~> 0.0.2'
+-
+- gem 'rubocop', '~> 0.35.0', require: false
+- gem 'coveralls', '~> 0.8.2', require: false
+- gem 'simplecov', '~> 0.10.0', require: false
+- gem 'flog', require: false
+- gem 'flay', require: false
+- gem 'bundler-audit', require: false
+-
+- gem 'benchmark-ips', require: false
+-end
+-
+-group :test do
+- gem 'shoulda-matchers', '~> 2.8.0', require: false
+- gem 'email_spec', '~> 1.6.0'
+- gem 'webmock', '~> 1.21.0'
+- gem 'test_after_commit', '~> 0.4.2'
+- gem 'sham_rack'
+-end
+-
+-group :production do
+- gem "gitlab_meta", '7.0'
+-end
+-
+-gem "newrelic_rpm", '~> 3.9.4.245'
+-gem 'newrelic-grape'
+-
+ gem 'octokit', '~> 3.7.0'
+
+ gem "mail_room", "~> 0.6.1"
diff --git a/debian/patches/0102-loosen-octokit.patch b/debian/patches/0102-loosen-octokit.patch
index 326bab1..2855c21 100644
--- a/debian/patches/0102-loosen-octokit.patch
+++ b/debian/patches/0102-loosen-octokit.patch
@@ -2,9 +2,9 @@ Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
-@@ -294,7 +294,7 @@ end
- gem "newrelic_rpm", '~> 3.9.4.245'
- gem 'newrelic-grape'
+@@ -211,7 +211,7 @@ gem 'select2-rails', '~> 3.5.9'
+ gem 'virtus', '~> 1.0.1'
+ gem 'net-ssh', '~> 3.0.1'
-gem 'octokit', '~> 3.7.0'
+gem 'octokit', '~> 3.7'
diff --git a/debian/patches/series b/debian/patches/series
index 32b592e..cd2cddd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,6 +13,7 @@ loosen-rails-version.patch
0034-loosen-jquery-rails.patch
0035-loosen-jquery-ui-rails.patch
0037-loosen-request-store.patch
+0100-remove-development-test.patch
0102-loosen-octokit.patch
0107-relax-omniauth-facebook.patch
source-init-functions.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list