diff --git a/lib/analyze_test_results.py b/lib/analyze_test_results.py index 499b998..0da8c34 100644 --- a/lib/analyze_test_results.py +++ b/lib/analyze_test_results.py @@ -136,7 +136,7 @@ def level_5(tests): @level(6, "App is in a community-operated git org") 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) """ diff --git a/lib/common.sh b/lib/common.sh index 5663f21..65b0b1a 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Yunohost install parameters +# YunoHost install parameters YUNO_PWD="admin" DOMAIN="domain.tld" SUBDOMAIN="sub.$DOMAIN" @@ -11,7 +11,7 @@ TEST_USER="package_checker" ARCH=${ARCH:-amd64} DIST=${DIST:-bullseye} -# Yunohost version: stable, testing or unstable +# YunoHost version: stable, testing or unstable YNH_BRANCH=${YNH_BRANCH:-stable} WORKER_ID=${WORKER_ID:-0}