From 6b29a69b9e7d7574eb5364610a65889a6d0d3bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Jenzer?= Date: Tue, 27 Jan 2026 14:08:02 +0100 Subject: [PATCH] Fixes --- system/upgrade.yaml | 6 ++++++ system/upgrade_github_application.yaml | 18 ------------------ 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/system/upgrade.yaml b/system/upgrade.yaml index ce05922..5d70672 100644 --- a/system/upgrade.yaml +++ b/system/upgrade.yaml @@ -1,4 +1,10 @@ # yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json +options: + - name: "keyfile" + default: "$(homedir())/.mstr.pem" + description: "Keyfile for encrypting" + type: "string" + tasks: - call: description: 'Upgrade project on "$(target)"' diff --git a/system/upgrade_github_application.yaml b/system/upgrade_github_application.yaml index 4834efb..8dcde45 100644 --- a/system/upgrade_github_application.yaml +++ b/system/upgrade_github_application.yaml @@ -98,24 +98,6 @@ tasks: - "$(tempdir())/$(sha256_file)" - "@(packages)/$(settings.name)/$(new_version)/$(sha256_package_file)" - # - execute: - # description: "Upload application $(archive_file)" - # exec: "mc" - # args: - # - "cp" - # - "--quiet" - # - "$(tempdir())/$(archive_file)" - # - "jesof/binaries/$(archive_file)" - - # - execute: - # description: "Upload checksum $(sha256_file)" - # exec: "mc" - # args: - # - "cp" - # - "--quiet" - # - "$(tempdir())/$(sha256_file)" - # - "jesof/binaries/$(sha256_file)" - - call: script: "@(system)/check-git-repository.yaml" args: