diff --git a/README.md b/README.md index a196b39..d0baac7 100644 --- a/README.md +++ b/README.md @@ -32,17 +32,14 @@ Yes with LDAP support. #### Supported architectures -* x86-64b - [![Build Status](https://ci-apps.yunohost.org/jenkins/job/gitlab%20(Community)/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/gitlab%20(Community)/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/jenkins/job/gitlab%20(Community)%20(%7EARM%7E)/badge/icon)](https://ci-apps-arm.yunohost.org/jenkins/job/gitlab%20(Community)%20(%7EARM%7E)/) -* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/jenkins/job/gitlab%20(Community)/badge/icon)](https://ci-stretch.nohost.me/jenkins/job/gitlab%20(Community)/) +* x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/gitlab%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/gitlab/) +* ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/gitlab%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/gitlab/) +* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/gitlab%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/gitlab/) ## Limitations * Not compatible with a 32-bit architecture. -**More information on the documentation page:** -https://yunohost.org/packaging_apps - ## Links * Report a bug: https://github.com/YunoHost-Apps/gitlab_ynh/issues @@ -63,3 +60,6 @@ sudo yunohost app install https://github.com/YunoHost-Apps/gitlab_ynh/tree/testi or sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/tree/testing --debug ``` + +**More information on the documentation page:** +https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/check_process b/check_process index 9a476f4..dd8ec09 100644 --- a/check_process +++ b/check_process @@ -6,8 +6,6 @@ path="/gitlab" (PATH) admin="john" (USER) is_public=1 (PUBLIC|public=1|private=0) - password="pass" - port="666" (PORT) ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/conf/gitlab.rb b/conf/gitlab.rb index d02aac3..65eccac 100644 --- a/conf/gitlab.rb +++ b/conf/gitlab.rb @@ -22,3 +22,5 @@ nginx['listen_https'] = false nginx['listen_addresses'] = ["0.0.0.0", "[::]"] # listen on all IPv4 and IPv6 addresses unicorn['port'] = __PORTUNICORN__ + +unicorn['worker_processes'] = 2 diff --git a/scripts/_common.sh b/scripts/_common.sh index f477b03..4e6c56e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -153,7 +153,7 @@ waiting_to_start() { # get the PID of the tail command local pid_tail=$! - for i in $(seq 1 100) + for i in $(seq 1 500) do if grep --quiet "${line_match_new}" $templog || grep --quiet "${line_match_existing}" $templog then