From f0e9373aa2403bf04f84c67646ac5d34376b7959 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 3 Apr 2021 22:40:01 +0200 Subject: [PATCH] Apply last example_ynh --- README.md | 10 +++++----- manifest.json | 11 +++-------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5741dc9..4070227 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ YunoRunner is our own CI runner for YunoHost Apps #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/yunorunner%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/yunorunner/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/yunorunner%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/yunorunner/) +* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/yunorunner.svg)](https://ci-apps.yunohost.org/ci/apps/yunorunner/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/yunorunner.svg)](https://ci-apps-arm.yunohost.org/ci/apps/yunorunner/) ## Limitations @@ -42,11 +42,11 @@ YunoRunner is our own CI runner for YunoHost Apps ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/yunorunner_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/yunorunner_ynh_core/tree/testing). To try the testing branch, please proceed like that. ``` -sudo yunohost app install https://github.com/YunoHost-Apps/yunorunner_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/yunorunner_ynh_core/tree/testing --debug or -sudo yunohost app upgrade yunorunner -u https://github.com/YunoHost-Apps/yunorunner_ynh/tree/testing --debug +sudo yunohost app upgrade yunorunner -u https://github.com/YunoHost-Apps/yunorunner_ynh_core/tree/testing --debug ``` diff --git a/manifest.json b/manifest.json index 958067d..3530445 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,9 @@ "url": "https://github.com/YunoHost/yunorunner", "license": "GPL-3.0-or-later", "maintainer": { + "name": "" + }, + "previous_maintainer": { "name": "Maniack Crudelis", "email": "maniackc_dev@crudelis.fr" }, @@ -25,19 +28,11 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for YunoRunner", - "fr": "Choisissez un nom de domaine pour YunoRunner" - }, "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for YunoRunner", - "fr": "Choisissez un chemin pour YunoRunner" - }, "example": "/yunorunner", "default": "/yunorunner" }