diff --git a/ALL_README.md b/ALL_README.md index 152f2e7..4ed64dd 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -5,4 +5,5 @@ - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [Baca README dalam bahasa bahasa Indonesia](README_id.md) - [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index 4b2024e..35a7e70 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Shipped version:** 17.2.0~ynh1 +**Shipped version:** 17.2.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index a19a80d..f8a3125 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Versión actual:** 17.2.0~ynh1 +**Versión actual:** 17.2.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index e91386c..909ac30 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Paketatutako bertsioa:** 17.2.0~ynh1 +**Paketatutako bertsioa:** 17.2.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index bb3521f..4953d2f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non). -**Version incluse :** 17.2.0~ynh1 +**Version incluse :** 17.2.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 6b14aa9..a5e4eb4 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Versión proporcionada:** 17.2.0~ynh1 +**Versión proporcionada:** 17.2.1~ynh1 ## Capturas de pantalla diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..3a46585 --- /dev/null +++ b/README_id.md @@ -0,0 +1,48 @@ + + +# GitLab Runner untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/gitlab-runner.svg)](https://ci-apps.yunohost.org/ci/apps/gitlab-runner/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/gitlab-runner.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/gitlab-runner.maintain.svg) + +[![Pasang GitLab Runner dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitlab-runner) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang GitLab Runner secara cepat dan mudah pada server YunoHost.* +> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.* + +## Ringkasan + +GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). + + +**Versi terkirim:** 17.2.1~ynh1 + +## Tangkapan Layar + +![Tangkapan Layar pada GitLab Runner](./doc/screenshots/ci-cd-test-deploy-illustration_2x.png) + +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Dokumentasi admin resmi: +- Repositori kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/gitlab-runner_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/gitlab-runner_ynh/tree/testing --debug +atau +sudo yunohost app upgrade gitlab-runner -u https://github.com/YunoHost-Apps/gitlab-runner_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index df6d97f..b3fc9cf 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**分发版本:** 17.2.0~ynh1 +**分发版本:** 17.2.1~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 9e23fa6..37012e5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "GitLab Runner" description.en = "Continuous integration tool to use with a GitLab instance (YNH or not)" description.fr = "Outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)" -version = "17.2.0~ynh1" +version = "17.2.1~ynh1" maintainers = ["kay0u"] @@ -57,14 +57,14 @@ ram.runtime = "50M" [resources] [resources.sources.main] rename = "gitlab-runner.deb" - amd64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_amd64.deb" - amd64.sha256 = "07914e7435769bffc86f6fe0c28d3e76c60d281f0c5e9676c13cae8c22d5f0e6" - i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_i386.deb" - i386.sha256 = "e85e6ba087ecea7b0d0177e19d912a243ef1be1b55c2e8c1aa81dc90ff46c70b" - arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_arm64.deb" - arm64.sha256 = "d32a26dc64d0a52dcee0c4c62e1ac0d175fa0e9745dad1eba719bed3783d929f" - armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_armhf.deb" - armhf.sha256 = "49904188c1515184a453bdc9387dc27ec889b825e4e8d2d40d41c5638b9c9133" + amd64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1/downloads/packages/deb/gitlab-runner_amd64.deb" + amd64.sha256 = "a2ad5fa70d8f448212a82e5d68d5d012275172c43bb28d5ea47067770ad5983e" + i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1/downloads/packages/deb/gitlab-runner_i386.deb" + i386.sha256 = "cfaccd6c59ddc71cea35d05ac965b8fc01268bcf708d8882ed362345f3258c16" + arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1/downloads/packages/deb/gitlab-runner_arm64.deb" + arm64.sha256 = "bd63c97d0960e86ded077789d6d39a6bc24f450018e880b44be648f79a2b2a6e" + armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1/downloads/packages/deb/gitlab-runner_armhf.deb" + armhf.sha256 = "ae5030b843665730ac763f4f5ee09092404f530437cf286c40f58953b84572b1" autoupdate.upstream = "https://gitlab.com/gitlab-org/gitlab-runner" autoupdate.strategy = "latest_gitlab_release"