diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2020-03-28 09:10:14 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2020-03-28 09:10:14 +0000 |
commit | 7cff37ea388bf7d18558505eabf54cdd901ae5c9 (patch) | |
tree | eeb69978d4c2886c9c5f88592d1e5384a7ffa732 /www/gitlab-ce/files/patch-bin_background__jobs | |
parent | d318792dee8deb479fdc588b4d286389f77b133f (diff) | |
download | ports-7cff37ea388bf7d18558505eabf54cdd901ae5c9.tar.gz ports-7cff37ea388bf7d18558505eabf54cdd901ae5c9.zip |
Update to 12.9.1.
Notes
Notes:
svn path=/head/; revision=529323
Diffstat (limited to 'www/gitlab-ce/files/patch-bin_background__jobs')
-rw-r--r-- | www/gitlab-ce/files/patch-bin_background__jobs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/gitlab-ce/files/patch-bin_background__jobs b/www/gitlab-ce/files/patch-bin_background__jobs deleted file mode 100644 index f5e0e0673e25..000000000000 --- a/www/gitlab-ce/files/patch-bin_background__jobs +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 - -- ${cmd} bundle exec sidekiq -C "${sidekiq_config}" -e $RAILS_ENV "$@" -+ ${cmd} bundle exec sidekiq5 -C "${sidekiq_config}" -e $RAILS_ENV "$@" - } - - load_ok() |