mirror of
https://src.koozali.org/Infra/smeserver-pungi.git
synced 2024-11-25 07:17:28 +01:00
minor tweaks
This commit is contained in:
parent
8b51491338
commit
6885eb6487
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user