From 94310a27a87c8cb64b136f4d20cd67c0961d2ec82f550215bb7ccb43f4f669b7 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Sat, 31 May 2025 21:31:17 +0200 Subject: [PATCH] V8.02.644.2025.05.31 Signed-off-by: Marc S. Weidner --- .gitea/properties/json/gitea-workflow-config.json | 12 ------------ .../t_generate_dns.yaml} | 0 .gitea/trigger/t_generate_iso.yaml | 15 +++++++++++++++ .gitea/workflows/render-dnssec-status.yaml | 4 +++- 4 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 .gitea/properties/json/gitea-workflow-config.json rename .gitea/{autobuild.yaml => trigger/t_generate_dns.yaml} (100%) create mode 100644 .gitea/trigger/t_generate_iso.yaml diff --git a/.gitea/properties/json/gitea-workflow-config.json b/.gitea/properties/json/gitea-workflow-config.json deleted file mode 100644 index 0e1c5a6..0000000 --- a/.gitea/properties/json/gitea-workflow-config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "allOf": [ - { "$ref": "https://json.schemastore.org/github-workflow.json" }, - { - "properties": { - "kind": { "type": "string", "enum": ["pipeline"] }, - "type": { "type": "string", "enum": ["docker"] } - } - } - ] -} diff --git a/.gitea/autobuild.yaml b/.gitea/trigger/t_generate_dns.yaml similarity index 100% rename from .gitea/autobuild.yaml rename to .gitea/trigger/t_generate_dns.yaml diff --git a/.gitea/trigger/t_generate_iso.yaml b/.gitea/trigger/t_generate_iso.yaml new file mode 100644 index 0000000..e9e5d49 --- /dev/null +++ b/.gitea/trigger/t_generate_iso.yaml @@ -0,0 +1,15 @@ +# SPDX-Version: 3.0 +# SPDX-CreationInfo: 2025-05-05; WEIDNER, Marc S.; +# SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/CISS.debian.live.builder.git +# SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency +# SPDX-FileCopyrightText: 2024–2025; WEIDNER, Marc S.; +# SPDX-FileType: SOURCE +# SPDX-License-Identifier: EUPL-1.2 OR LicenseRef-CCLA-1.0 +# SPDX-LicenseComment: This file is part of the CISS.debian.installer.secure framework. +# SPDX-PackageName: CISS.debian.live.builder +# SPDX-Security-Contact: security@coresecret.eu + +build: + counter: 1024 + version: V8.02.644.2025.05.31 +# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml diff --git a/.gitea/workflows/render-dnssec-status.yaml b/.gitea/workflows/render-dnssec-status.yaml index d5b0910..ccf0f93 100644 --- a/.gitea/workflows/render-dnssec-status.yaml +++ b/.gitea/workflows/render-dnssec-status.yaml @@ -18,7 +18,9 @@ on: push: branches: - master - + paths: + - '.gitea/trigger/t_generate_dns.yaml' + - jobs: build-dnssec-diagram: name: Retrieve the DNSSEC status at the time of updating the repository.