From 386fbc49bb525f64275f6d84ff26f87e1a764974 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 8 Jun 2021 09:16:18 +0200 Subject: [PATCH] Fix --- check_process | 12 +++--------- conf/app.src | 4 ++-- pull_request_template.md | 16 ---------------- 3 files changed, 5 insertions(+), 27 deletions(-) delete mode 100644 pull_request_template.md diff --git a/check_process b/check_process index 946bdf9..cf9350a 100644 --- a/check_process +++ b/check_process @@ -1,15 +1,9 @@ -# See here for more informations -# https://github.com/YunoHost/package_check#syntax-check_process-file - -# Move this file from check_process.default to check_process when you have filled it. - ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) - path="/path" (PATH) - is_public=1 (PUBLIC|public=1|private=0) + domain="domain.tld" + path="/path" + is_public=1 password="pass" - port="9000" (PORT) ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/conf/app.src b/conf/app.src index c7ebf8b..196e49e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/thelounge/thelounge/archive/v4.2.0.tar.gz -SOURCE_SUM=6119c0692f03678940848ec19a8095ba67f8fdba42bb12481205314eabc0672d +SOURCE_URL=https://github.com/thelounge/thelounge/archive/refs/tags/v4.3.0-pre.2.tar.gz +SOURCE_SUM=39ed7a698c0f13e2b34c488cfea3f560e857ed46bc83ef51d7e8424ef0713dd7 SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 6c28fc5..0000000 --- a/pull_request_template.md +++ /dev/null @@ -1,16 +0,0 @@ -## Problem -- *Description of why you made this PR* - -## Solution -- *And how do you fix that problem* - -## PR Status -- [ ] Code finished. -- [ ] Tested with Package_check. -- [ ] Fix or enhancement tested. -- [ ] Upgrade from last version tested. -- [ ] Can be reviewed and tested. - -## Package_check results ---- -* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"*