fix(autopatch): Added auto_increment: true to modify_release and reset suffix to .alma.1 so autopatch no longer fails when a previ
#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10-20260812-124232"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix by autopatch agent.
Summary: Added
auto_increment: truetomodify_releaseand reset suffix to.alma.1so autopatch no longer fails when a previously-created tag already exists.Root cause
The autopatch run failed with:
Root cause: The
modify_releaseaction inconfig.yamlhard-codedsuffix: ".alma.2"withoutauto_increment: true. A prior successful run had already created that tag in the RPM dist-git repo; on the re-run the tool tried to create the identical tag and git rejected it.Fix applied (aligned with the
a10sreference branch):suffixfrom.alma.2back to.alma.1(the canonical starting point).auto_increment: trueso the tool will automatically try.alma.2,.alma.3, … if earlier suffixes are already tagged.The
replaceaction paths (vendor/github.com/osbuild/images/data/repositories/) were kept unchanged — they match thec10spec file and differ correctly from thea10sconfig (which referencesosbuild/image-builder). Validation and a full autopatch dry-run both succeeded.Original error
Type:
RuntimeErrorPackage:
osbuild-composer| Webhook branch:c10