Commit 42220f2a18f69ab23c496aa93a1b8d528d2d0004

Authored by dosire
1 parent 6d3a92f2

Remove version since we don't keep it up to date.

lib/support/init.d/gitlab
... ... @@ -3,7 +3,6 @@
3 3 # GITLAB
4 4 # Maintainer: @randx
5 5 # Authors: rovanion.luckey@gmail.com, @randx
6   -# App Version: 6.0
7 6  
8 7 ### BEGIN INIT INFO
9 8 # Provides: gitlab
... ...
lib/support/nginx/gitlab
1 1 # GITLAB
2 2 # Maintainer: @randx
3   -# App Version: 5.0
4 3  
5 4 upstream gitlab {
6 5 server unix:/home/git/gitlab/tmp/sockets/gitlab.socket;
... ...