fix(autopatch): Removed add_files action for 'NEWS' from config-portable.yaml since the file already exists in the package (it is now in #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a8-20260427-075319"
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: Removed add_files action for 'NEWS' from config-portable.yaml since the file already exists in the package (it is now included as Source21 in the upstream spec)
Root cause
The upstream java-17-openjdk spec on branch c8 now includes 'NEWS' as Source21, meaning the file is already present in the package's SOURCES directory. The add_files action in config-portable.yaml was trying to copy an older version of NEWS into the package, which fails because AddFilesAction does not support overwriting existing files. The fix is to remove the add_files action entirely, as the upstream package already manages the NEWS file.
Original error
Type:
ActionNotAppliedErrorPackage:
java-17-openjdk| Webhook branch:c8