Merge pull request #24 from theridane/master
fix www-apps/gitlabhq init script, closes fritteli/gentoo-overlay#23
This commit is contained in:
commit
e49f8c82f7
6 changed files with 6 additions and 6 deletions
|
@ -86,7 +86,7 @@ TEMP_DIR="/var/tmp/${MY_NAME}"
|
||||||
|
|
||||||
# When updating ebuild to newer version, check list of the queues in
|
# When updating ebuild to newer version, check list of the queues in
|
||||||
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
||||||
SIDEKIQ_QUEUES="post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default"
|
SIDEKIQ_QUEUES="post_receive,mailer,archive_repo,system_hook,project_web_hook,gitlab_shell,common,default"
|
||||||
|
|
||||||
all_ruby_prepare() {
|
all_ruby_prepare() {
|
||||||
ewarn "Please note: This version of the Gitlab ebuild is unslotted, unlike older"
|
ewarn "Please note: This version of the Gitlab ebuild is unslotted, unlike older"
|
||||||
|
|
|
@ -86,7 +86,7 @@ TEMP_DIR="/var/tmp/${MY_NAME}"
|
||||||
|
|
||||||
# When updating ebuild to newer version, check list of the queues in
|
# When updating ebuild to newer version, check list of the queues in
|
||||||
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
||||||
SIDEKIQ_QUEUES="post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default"
|
SIDEKIQ_QUEUES="post_receive,mailer,archive_repo,system_hook,project_web_hook,gitlab_shell,common,default"
|
||||||
|
|
||||||
all_ruby_prepare() {
|
all_ruby_prepare() {
|
||||||
# fix paths
|
# fix paths
|
||||||
|
|
|
@ -86,7 +86,7 @@ TEMP_DIR="/var/tmp/${MY_NAME}"
|
||||||
|
|
||||||
# When updating ebuild to newer version, check list of the queues in
|
# When updating ebuild to newer version, check list of the queues in
|
||||||
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
||||||
SIDEKIQ_QUEUES="post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default"
|
SIDEKIQ_QUEUES="post_receive,mailer,archive_repo,system_hook,project_web_hook,gitlab_shell,common,default"
|
||||||
|
|
||||||
all_ruby_prepare() {
|
all_ruby_prepare() {
|
||||||
# fix paths
|
# fix paths
|
||||||
|
|
|
@ -86,7 +86,7 @@ TEMP_DIR="/var/tmp/${MY_NAME}"
|
||||||
|
|
||||||
# When updating ebuild to newer version, check list of the queues in
|
# When updating ebuild to newer version, check list of the queues in
|
||||||
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
||||||
SIDEKIQ_QUEUES="post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default"
|
SIDEKIQ_QUEUES="post_receive,mailer,archive_repo,system_hook,project_web_hook,gitlab_shell,common,default"
|
||||||
|
|
||||||
all_ruby_prepare() {
|
all_ruby_prepare() {
|
||||||
# fix paths
|
# fix paths
|
||||||
|
|
|
@ -86,7 +86,7 @@ TEMP_DIR="/var/tmp/${MY_NAME}"
|
||||||
|
|
||||||
# When updating ebuild to newer version, check list of the queues in
|
# When updating ebuild to newer version, check list of the queues in
|
||||||
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
||||||
SIDEKIQ_QUEUES="post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default"
|
SIDEKIQ_QUEUES="post_receive,mailer,archive_repo,system_hook,project_web_hook,gitlab_shell,common,default"
|
||||||
|
|
||||||
all_ruby_prepare() {
|
all_ruby_prepare() {
|
||||||
# fix paths
|
# fix paths
|
||||||
|
|
|
@ -87,7 +87,7 @@ TEMP_DIR="/var/tmp/${MY_NAME}"
|
||||||
|
|
||||||
# When updating ebuild to newer version, check list of the queues in
|
# When updating ebuild to newer version, check list of the queues in
|
||||||
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
# https://gitlab.com/gitlab-org/gitlab-ce/blob/v${PV}/bin/background_jobs
|
||||||
SIDEKIQ_QUEUES="post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default"
|
SIDEKIQ_QUEUES="post_receive,mailer,archive_repo,system_hook,project_web_hook,gitlab_shell,common,default"
|
||||||
|
|
||||||
all_ruby_prepare() {
|
all_ruby_prepare() {
|
||||||
# fix paths
|
# fix paths
|
||||||
|
|
Loading…
Reference in a new issue