mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Merge pull request #19 from YunoHost-Apps/testing
Trying to pass the package check
This commit is contained in:
commit
3c2fdc9eb2
4 changed files with 9 additions and 9 deletions
12
README.md
12
README.md
|
@ -32,17 +32,14 @@ Yes with LDAP support.
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64b - [/badge/icon)](https://ci-apps.yunohost.org/jenkins/job/gitlab%20(Community)/)
|
||||
* ARMv8-A - [%20(%7EARM%7E)/badge/icon)](https://ci-apps-arm.yunohost.org/jenkins/job/gitlab%20(Community)%20(%7EARM%7E)/)
|
||||
* Jessie x86-64b - [/badge/icon)](https://ci-stretch.nohost.me/jenkins/job/gitlab%20(Community)/)
|
||||
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/gitlab/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/gitlab/)
|
||||
* Jessie x86-64b - [](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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue