release: correct OBS harness for ZUPT 5.2.5
This commit is contained in:
parent
c27e3d5528
commit
fcce1b5a4a
29 changed files with 301 additions and 153 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -377,11 +377,13 @@ jobs:
|
|||
# Use osc's installed service executor to validate this standalone,
|
||||
# repository-owned _service file with the exact same local services.
|
||||
python3 - "$service_dir" <<'PY'
|
||||
import os
|
||||
import sys
|
||||
from xml.etree import ElementTree
|
||||
from osc.obs_scm.serviceinfo import Serviceinfo
|
||||
|
||||
service_dir = sys.argv[1]
|
||||
os.chdir(service_dir)
|
||||
service_info = Serviceinfo()
|
||||
service_info.read(ElementTree.parse(f"{service_dir}/_service").getroot())
|
||||
raise SystemExit(service_info.execute(service_dir, "all", verbose=True))
|
||||
|
|
|
|||
2
.github/workflows/promote-release.yml
vendored
2
.github/workflows/promote-release.yml
vendored
|
|
@ -11,7 +11,7 @@ on:
|
|||
required: true
|
||||
type: number
|
||||
tag:
|
||||
description: Existing annotated release tag, for example v5.2.4
|
||||
description: Existing annotated release tag, for example v5.2.5
|
||||
required: true
|
||||
type: string
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue