summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@digitalmentat.com>2017-01-25 11:08:05 -0800
committerParnell Springmeyer <parnell@digitalmentat.com>2017-01-25 11:08:05 -0800
commitbae00e8aa8f3faff90e28e19cd5074b8c26d0d0e (patch)
tree56abaf30f11ad2f24b9fb7729f74c5fff50fbd93 /pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch
parent1f9494b752082ec3ac048e56d1c6364a2e23a675 (diff)
parent104c3db6594043dbb81005303f055b02145305a5 (diff)
downloadnixpkgs-bae00e8aa8f3faff90e28e19cd5074b8c26d0d0e.tar
nixpkgs-bae00e8aa8f3faff90e28e19cd5074b8c26d0d0e.tar.gz
nixpkgs-bae00e8aa8f3faff90e28e19cd5074b8c26d0d0e.tar.bz2
nixpkgs-bae00e8aa8f3faff90e28e19cd5074b8c26d0d0e.tar.lz
nixpkgs-bae00e8aa8f3faff90e28e19cd5074b8c26d0d0e.tar.xz
nixpkgs-bae00e8aa8f3faff90e28e19cd5074b8c26d0d0e.tar.zst
nixpkgs-bae00e8aa8f3faff90e28e19cd5074b8c26d0d0e.zip
setcap-wrapper: Merging with upstream master and resolving conflicts
Diffstat (limited to 'pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch')
-rw-r--r--pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch b/pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch
index fb5b9e1d39d..5377ddb9a62 100644
--- a/pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch
+++ b/pkgs/applications/version-management/gitlab/remove-hardcoded-locations.patch
@@ -37,7 +37,7 @@ index 1470a6e..1b2660d 100644
      # Given in number of bytes per git object (e.g. a commit)
      # This value can be increased if you have very large commits
 diff --git a/config/initializers/1_settings.rb b/config/initializers/1_settings.rb
-index 86f5521..3bf006b 100644
+index 195108b..e55b11d 100644
 --- a/config/initializers/1_settings.rb
 +++ b/config/initializers/1_settings.rb
 @@ -192,7 +192,7 @@ Settings.gitlab['user']       ||= 'git'
@@ -49,7 +49,7 @@ index 86f5521..3bf006b 100644
  end
  Settings.gitlab['time_zone'] ||= nil
  Settings.gitlab['signup_enabled'] ||= true if Settings.gitlab['signup_enabled'].nil?
-@@ -350,7 +350,7 @@ Settings.backup['upload']['encryption'] ||= nil
+@@ -362,7 +362,7 @@ Settings.backup['upload']['encryption'] ||= nil
  #
  Settings['git'] ||= Settingslogic.new({})
  Settings.git['max_size']  ||= 20971520 # 20.megabytes
@@ -100,7 +100,7 @@ index be8fcc7..7642d74 100644
    end
  end
 diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake
-index 60f4636..157641f 100644
+index 5f4a6bb..01b4cfd 100644
 --- a/lib/tasks/gitlab/check.rake
 +++ b/lib/tasks/gitlab/check.rake
 @@ -223,7 +223,7 @@ namespace :gitlab do