minor tweaks

This commit is contained in:
Trevor Batley 2024-07-20 11:26:29 +10:00
parent 8b51491338
commit 6885eb6487

View File

@ -1,6 +1,6 @@
# RELEASE # RELEASE
release_name = "smeserver" release_name = "smeserver"
release_short = "smeserver" release_short = "sme"
release_version = "11" release_version = "11"
# BASE PRODUCT # BASE PRODUCT
@ -13,14 +13,14 @@ comps_file = {
"scm": "git", "scm": "git",
"repo": "https://src.koozali.org/infra/smeserver-pungi.git", "repo": "https://src.koozali.org/infra/smeserver-pungi.git",
"branch": "sme11", "branch": "sme11",
"file": "comps-sme11.xml", "file": "comps.xml",
} }
variants_file = { variants_file = {
"scm": "git", "scm": "git",
"repo": "https://src.koozali.org/infra/smeserver-pungi.git ", "repo": "https://src.koozali.org/infra/smeserver-pungi.git ",
"branch": "sme11", "branch": "sme11",
"file": "variants-sme11.xml", "file": "variants.xml",
} }
# KOJI # KOJI
@ -63,6 +63,6 @@ disc_types = {
} }
# SIGNING # SIGNING
signing_command = 'sign_unsigned.py -vv smeserver-11' signing_command = 'sign_unsigned.sh -vv smeserver-11'
signing_key_id = '44922a28' signing_key_id = '44922a28'