1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/woodpecker_ynh.git synced 2024-09-03 20:35:57 +02:00

Merge pull request #21 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-06-02 14:54:42 +02:00 committed by GitHub
commit 40e2fd6f13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 60 additions and 10 deletions

View file

@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
- [Lea el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Woodpecker is a simple CI engine with great extensibility.
**Shipped version:** 2.4.1~ynh1
**Shipped version:** 2.5.0~ynh1
## Screenshots

49
README_es.md Normal file
View file

@ -0,0 +1,49 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Woodpecker para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/woodpecker.svg)](https://dash.yunohost.org/appci/app/woodpecker) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/woodpecker.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/woodpecker.maintain.svg)
[![Instalar Woodpecker con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=woodpecker)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarWoodpecker rapidamente y simplement en un servidor YunoHost.*
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
## Descripción general
Woodpecker is a simple CI engine with great extensibility.
**Versión actual:** 2.5.0~ynh1
## Capturas
![Captura de Woodpecker](./doc/screenshots/woodpecker.png)
## Documentaciones y recursos
- Sitio web oficial: <https://woodpecker-ci.org>
- Documentación usuario oficial: <https://woodpecker-ci.org/docs/intro>
- Documentación administrador oficial: <https://woodpecker-ci.org/docs/administration>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/woodpecker-ci/woodpecker>
- Catálogo YunoHost: <https://apps.yunohost.org/app/woodpecker>
- Reportar un error: <https://github.com/YunoHost-Apps/woodpecker_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/woodpecker_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/woodpecker_ynh/tree/testing --debug
o
sudo yunohost app upgrade woodpecker -u https://github.com/YunoHost-Apps/woodpecker_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Woodpecker is a simple CI engine with great extensibility.
**Paketatutako bertsioa:** 2.4.1~ynh1
**Paketatutako bertsioa:** 2.5.0~ynh1
## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Woodpecker est un moteur CI simple avec une grande extensibilité.
**Version incluse:** 2.4.1~ynh1
**Version incluse:** 2.5.0~ynh1
## Captures décran

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Woodpecker is a simple CI engine with great extensibility.
**Versión proporcionada:** 2.4.1~ynh1
**Versión proporcionada:** 2.5.0~ynh1
## Capturas de pantalla

View file

@ -19,7 +19,7 @@
Woodpecker is a simple CI engine with great extensibility.
**分发版本:** 2.4.1~ynh1
**分发版本:** 2.5.0~ynh1
## 截图

View file

@ -7,7 +7,7 @@ name = "Woodpecker"
description.en = "CI engine with great extensibility integrated with GitHub, GitLab, Gitea..."
description.fr = "Outil d'intégration continue extensible intégrable avec GitHub, GitLab, Gitea..."
version = "2.4.1~ynh1"
version = "2.5.0~ynh1"
maintainers = [ "Salamandar" ]
@ -79,11 +79,11 @@ ram.runtime = "200M"
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.4.1/woodpecker-server_linux_amd64.tar.gz"
amd64.sha256 = "6884a8ec02597f93d25511169d0715ca6266e8e919c7f4dceaf1a0bd2ac4b6da"
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.5.0/woodpecker-server_linux_amd64.tar.gz"
amd64.sha256 = "2efa2c5de4fc5e2d6b3b8ec2ff596125d95a439655349a6162b235ac1d605b75"
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.4.1/woodpecker-server_linux_arm64.tar.gz"
arm64.sha256 = "3397502c470a2e1e0227fef62d097f60c6e56e26226555d395426bb3e9ac0cb5"
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.5.0/woodpecker-server_linux_arm64.tar.gz"
arm64.sha256 = "87f53558dff0b97844721d62f49d1549333d675e43db83117be78809da4c6745"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"