repo descriptions updated

This commit is contained in:
2026-08-08 10:36:34 +00:00
parent daeb08c054
commit 2786f12ab6
13 changed files with 94 additions and 89 deletions
+3 -4
View File
@@ -55,7 +55,6 @@ def check_repository_documentation() -> None:
ROOT / "CONTRIBUTING.md",
ROOT / "SECURITY.md",
ROOT / "THIRD_PARTY_NOTICES.md",
ROOT / "docs" / "architecture" / "SOFTWARE-CLIENT-ARCHITECTURE.md",
ROOT / "docs" / "version-history" / "README.md",
ROOT / "docs" / "version-history" / f"UPDATE-{(ROOT / 'VERSION').read_text(encoding='utf-8').strip()}.md",
]
@@ -117,10 +116,10 @@ def check_job_definition_frontend() -> None:
template_dir = APP_DIR / "templates" / "jobs"
required_templates = {
"powershell_wrapper.ps1": ["{{JobId}}", "{{CallbackUrl}}", "Eigene Befehle hier einfügen"],
"python_wrapper.py.txt": ["{{JobId}}", "{{CallbackUrl}}", "Eigene Befehle hier einfügen"],
"powershell_wrapper.ps1": ["{{JobId}}", "{{CallbackUrl}}"],
"python_wrapper.py.txt": ["{{JobId}}", "{{CallbackUrl}}"],
"bash_wrapper.sh": ["{{JobId}}", "{{CallbackUrl}}", "${status}", "${code}"],
"cmd_wrapper.cmd": ["{{JobId}}", "{{CallbackUrl}}", "Eigene Befehle hier einfügen"],
"cmd_wrapper.cmd": ["{{JobId}}", "{{CallbackUrl}}"],
"powershell_test.txt": ["{{AssetName}}", "{{Hostname}}"],
"python_test.txt": ["{{AssetName}}", "{{Hostname}}"],
"bash_test.txt": ["{{AssetName}}", "{{Hostname}}"],