diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-24 11:25:20 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-24 11:25:20 +0000 |
| commit | 4e33ae0926eb179b6c4a636f648c08ac02a1e800 (patch) | |
| tree | 3ac2b9541c0911b6e721d8522b90759e461eeff7 | |
| parent | 398876ad9ff6f8e1f04e41cbae701e73007feb18 (diff) | |
| parent | 42220f2a18f69ab23c496aa93a1b8d528d2d0004 (diff) | |
| download | gitlab-ce-4e33ae0926eb179b6c4a636f648c08ac02a1e800.tar.gz | |
Merge branch 'oudated-version-headers' into 'master'
Oudated Version Headers
If we don't update version numbers we should not include them since they are confusing.
| -rwxr-xr-x | lib/support/init.d/gitlab | 1 | ||||
| -rw-r--r-- | lib/support/nginx/gitlab | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab index cb2db44c97c..c6e570784e0 100755 --- a/lib/support/init.d/gitlab +++ b/lib/support/init.d/gitlab @@ -3,7 +3,6 @@ # GITLAB # Maintainer: @randx # Authors: rovanion.luckey@gmail.com, @randx -# App Version: 6.0 ### BEGIN INIT INFO # Provides: gitlab diff --git a/lib/support/nginx/gitlab b/lib/support/nginx/gitlab index d1d959e152e..c49dce501ab 100644 --- a/lib/support/nginx/gitlab +++ b/lib/support/nginx/gitlab @@ -1,6 +1,5 @@ # GITLAB # Maintainer: @randx -# App Version: 5.0 upstream gitlab { server unix:/home/git/gitlab/tmp/sockets/gitlab.socket; |
