Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2020 16:12:56 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521947 - in head/www/gitlab-ce: . files
Message-ID:  <202001031612.003GCuPu052119@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri Jan  3 16:12:56 2020
New Revision: 521947
URL: https://svnweb.freebsd.org/changeset/ports/521947

Log:
  Fixed problem that gitlab could not be stopped anymore as some binaries (from sidekiq) have changed the filenames.

Modified:
  head/www/gitlab-ce/Makefile
  head/www/gitlab-ce/files/patch-bin_background__jobs

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Fri Jan  3 15:10:30 2020	(r521946)
+++ head/www/gitlab-ce/Makefile	Fri Jan  3 16:12:56 2020	(r521947)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gitlab-ce
 PORTVERSION=	12.6.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner@FreeBSD.org

Modified: head/www/gitlab-ce/files/patch-bin_background__jobs
==============================================================================
--- head/www/gitlab-ce/files/patch-bin_background__jobs	Fri Jan  3 15:10:30 2020	(r521946)
+++ head/www/gitlab-ce/files/patch-bin_background__jobs	Fri Jan  3 16:12:56 2020	(r521947)
@@ -1,5 +1,14 @@
---- bin/background_jobs.orig	2020-01-02 22:36:53 UTC
+--- bin/background_jobs.orig	2020-01-02 15:06:44 UTC
 +++ bin/background_jobs
+@@ -14,7 +14,7 @@ warn()
+ 
+ stop()
+ {
+-  bundle exec sidekiqctl stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
++  bundle exec sidekiqctl5 stop $sidekiq_pidfile >> $sidekiq_logfile 2>&1
+ }
+ 
+ killall()
 @@ -45,7 +45,7 @@ start_sidekiq()
      cmd="${cmd} ${chpst} -P"
    fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001031612.003GCuPu052119>