Skip to content

Update gitlab.rb.template: add downloadable url

username-removed-163557 requested to merge glensc/omnibus-gitlab:patch-3 into master

i use the downloadable url to wget it locally diff and patch my original file for new changes:

  1. wget https://gitlab.com/gitlab-org/omnibus-gitlab/raw/master/files/gitlab-config-template/gitlab.rb.template
  2. diff -u gitlab.rb.template gitlab.rb.template.1 > new-changes.patch
  3. vim new-changes.patch (changes like to patch gitlab.rb. not gitlab.rb template)
  4. patch < new-changes.patch

Merge request reports