From aef0d17c1d06e318b9e9a6571632fde1baf37337 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 14 Dec 2023 09:17:25 +0100 Subject: [PATCH 1/2] fix typo in arkanum cli help (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 📖 Summary - just fixing typo ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/78 Co-authored-by: OCram85 Co-committed-by: OCram85 --- arkanum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arkanum b/arkanum index f1ae037..ee70824 100755 --- a/arkanum +++ b/arkanum @@ -17,7 +17,7 @@ function showHelp() { OPTION config: disable-motd Disables hint in new bash terminal. - install extensions Installs predefined recommended extensions. + install-extensions Installs predefined recommended extensions. reset-codesettings Sets VS Code user setting with basic (Fira Code). git: @@ -28,7 +28,7 @@ function showHelp() { install: docker-cli Installs the latest docker-cli. dotnet Installs latest LTS dotnet core sdk + runtime. - gitea Installs gitea tools like the changelog generator. + gitea Installs gitea tools like changelog and tea. golang Installs golang 1.19.3. nodejs Installs latest NodeJs LTS version using Volta. volta Installs Volta as NodeJS version manager. From c9b600969ebf8547f80da154bac0ccfff1c211b0 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 14 Dec 2023 09:22:35 +0100 Subject: [PATCH 2/2] upd/woodpeckerPluging (#79) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 📖 Summary - rename `ci` pipeline file - bump builx plugin ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/79 Co-authored-by: OCram85 Co-committed-by: OCram85 --- .woodpecker/{.ci.yml => ci.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .woodpecker/{.ci.yml => ci.yml} (97%) diff --git a/.woodpecker/.ci.yml b/.woodpecker/ci.yml similarity index 97% rename from .woodpecker/.ci.yml rename to .woodpecker/ci.yml index e9531d3..6757c5e 100644 --- a/.woodpecker/.ci.yml +++ b/.woodpecker/ci.yml @@ -5,7 +5,7 @@ when: - ${CI_REPO_DEFAULT_BRANCH} variables: - - &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.0' + - &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.1' # deployment targets - &publish_repos 'ocram85/arkanum,gitea.ocram85.com/codeserver/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/codeserver/arkanum' # logins for deployment targets