mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix caps
This commit is contained in:
parent
5405556ee5
commit
d218bbf61d
2 changed files with 3 additions and 3 deletions
|
@ -136,7 +136,7 @@ def level_5(tests):
|
||||||
@level(6, "App is in a community-operated git org")
|
@level(6, "App is in a community-operated git org")
|
||||||
def level_6(tests):
|
def level_6(tests):
|
||||||
"""
|
"""
|
||||||
The app is in the Yunohost-Apps organization
|
The app is in the YunoHost-Apps organization
|
||||||
(the linter will report a warning named "is_in_github_org" if it's not)
|
(the linter will report a warning named "is_in_github_org" if it's not)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Yunohost install parameters
|
# YunoHost install parameters
|
||||||
YUNO_PWD="admin"
|
YUNO_PWD="admin"
|
||||||
DOMAIN="domain.tld"
|
DOMAIN="domain.tld"
|
||||||
SUBDOMAIN="sub.$DOMAIN"
|
SUBDOMAIN="sub.$DOMAIN"
|
||||||
|
@ -11,7 +11,7 @@ TEST_USER="package_checker"
|
||||||
ARCH=${ARCH:-amd64}
|
ARCH=${ARCH:-amd64}
|
||||||
DIST=${DIST:-bullseye}
|
DIST=${DIST:-bullseye}
|
||||||
|
|
||||||
# Yunohost version: stable, testing or unstable
|
# YunoHost version: stable, testing or unstable
|
||||||
YNH_BRANCH=${YNH_BRANCH:-stable}
|
YNH_BRANCH=${YNH_BRANCH:-stable}
|
||||||
|
|
||||||
WORKER_ID=${WORKER_ID:-0}
|
WORKER_ID=${WORKER_ID:-0}
|
||||||
|
|
Loading…
Add table
Reference in a new issue