This commit is contained in:
16
scripts/release-orchestrator.config.json
Normal file
16
scripts/release-orchestrator.config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"schema_version": "release-orchestrator-config-v1",
|
||||
"contract_version": "1.0.0",
|
||||
"artifact_name": "codex-controller-loop",
|
||||
"default_profile": "release",
|
||||
"default_dist_revision": "r1",
|
||||
"artifact_ext": "tar.gz",
|
||||
"dist_root": "dist",
|
||||
"artifact_dir_template": "{dist_root}/{contract_version}/{version}/{target}/{profile}/{toolchain}/{gitsha}/{dist_revision}",
|
||||
"artifact_filename_template": "{artifact_name}-v{version}-{target}-{profile}-{toolchain}-{gitsha}-{dist_revision}.{ext}",
|
||||
"index_path_template": "{dist_root}/index.json",
|
||||
"legacy_index_path_template": "{dist_root}/{contract_version}/index.json",
|
||||
"manifest_filename": "manifest.json",
|
||||
"provenance_filename": "provenance.json",
|
||||
"checksums_filename": "checksums.json"
|
||||
}
|
||||
Reference in New Issue
Block a user