Skip to content

Commit

Permalink
tools/build-rpms: fix getting the osbuild commit from Schutzfile
Browse files Browse the repository at this point in the history
#3614 removed the rhel-8.6, the centos-stream-9
entry should be there for a while at least.
  • Loading branch information
croissanne authored and achilleas-k committed Jan 16, 2024
1 parent edadbb3 commit 3631316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-rpms.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run_ansible(args, key_material):

with open(args.base_dir / "Schutzfile") as f:
osbuild_commit = json.load(
f)["rhel-8.6"]["dependencies"]["osbuild"]["commit"]
f)["centos-stream-9"]["dependencies"]["osbuild"]["commit"]

return run_command(["ansible-playbook",
"--ssh-extra-args", "-o ControlPersist=no -o StrictHostKeyChecking=no -o ServerAliveInterval=5",
Expand Down

0 comments on commit 3631316

Please sign in to comment.