www-apps/gitlab-ce:
Fix dependency on nodejs: >=6.0.0 Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
parent
a18bf2e102
commit
3fd497d3b9
4 changed files with 8 additions and 5 deletions
|
@ -38,7 +38,7 @@ check_command="sudo -u ${gitlab_user} -H /usr/bin/bundle"
|
|||
check_command_args1="exec rake gitlab:env:info RAILS_ENV=${rails_env}"
|
||||
check_command_args2="exec rake gitlab:check RAILS_ENV=${rails_env}"
|
||||
|
||||
backup_command="sudo -u ${gitlab:user} -H /usr/bin/bundle"
|
||||
backup_command="sudo -u ${gitlab_user} -H /usr/bin/bundle"
|
||||
backup_args=" exec rake gitlab:backup:create RAILS_ENV=${rails_env}"
|
||||
|
||||
depend() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue