mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Propagate changes following CI_package_check merge
This commit is contained in:
parent
e8797ff75f
commit
6258913d3d
3 changed files with 8 additions and 6 deletions
|
@ -11,18 +11,19 @@ location __PATH__/ {
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
||||||
location __PATH__/logs {
|
location __PATH__/logs {
|
||||||
alias /home/CI_package_check/logs/;
|
alias __FINALPATH__/results/logs/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
default_type "text/plain";
|
default_type "text/plain";
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/badges/ {
|
location __PATH__/badges/ {
|
||||||
alias /home/CI_package_check/badges/;
|
alias __FINALPATH__/results/badges/;
|
||||||
|
more_set_headers "Cache-control: max-age=300, s-maxage=300";
|
||||||
autoindex on;
|
autoindex on;
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/summary/ {
|
location __PATH__/summary/ {
|
||||||
alias /home/CI_package_check/summary/;
|
alias __FINALPATH__/results/summary/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
etag off;
|
etag off;
|
||||||
more_set_headers "Cache-control: max-age=300, s-maxage=300";
|
more_set_headers "Cache-control: max-age=300, s-maxage=300";
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
BASE_URL = "https://__DOMAIN____PATH__"
|
BASE_URL = "https://__DOMAIN____PATH__"
|
||||||
PORT = __PORT__
|
PORT = __PORT__
|
||||||
DEBUG = False
|
PATH_TO_ANALYZER = "__FINALPATH__/analyze_yunohost_app.sh"
|
||||||
PATH_TO_ANALYZER = "/home/CI_package_check/analyseCI.sh"
|
|
||||||
MONITOR_APPS_LIST = False
|
MONITOR_APPS_LIST = False
|
||||||
MONITOR_GIT = False
|
MONITOR_GIT = False
|
||||||
MONITOR_ONLY_GOOD_QUALITY_APPS = False
|
MONITOR_ONLY_GOOD_QUALITY_APPS = False
|
||||||
MONTHLY_JOBS = False
|
MONTHLY_JOBS = False
|
||||||
WORKER_COUNT = 1
|
WORKER_COUNT = 1
|
||||||
|
YNH_BRANCH = "stable"
|
||||||
|
DIST = "bullseye"
|
||||||
|
|
|
@ -9,7 +9,7 @@ pkg_dependencies="python3-venv python3-dev python3-pip sqlite3 wkhtmltopdf optip
|
||||||
|
|
||||||
yunorunner_repository="https://github.com/YunoHost/yunorunner"
|
yunorunner_repository="https://github.com/YunoHost/yunorunner"
|
||||||
|
|
||||||
yunorunner_release="51a55e8f5e487c7fdca457bb013fd34095dfffa3"
|
yunorunner_release="1ad0c34f7d681f787c612fb6de9f2b1b3c091af9"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Reference in a new issue