From 42220f2a18f69ab23c496aa93a1b8d528d2d0004 Mon Sep 17 00:00:00 2001 From: dosire Date: Thu, 23 Jan 2014 15:14:07 +0100 Subject: [PATCH] Remove version since we don't keep it up to date. --- lib/support/init.d/gitlab | 1 - lib/support/nginx/gitlab | 1 - 2 files changed, 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; -- GitLab