packages icon indicating copy to clipboard operation
packages copied to clipboard

pre-commit-hooks: package_checks.py failed for a cherry pick of xournalpp after resolved conflict

Open TraceyC77 opened this issue 1 year ago • 1 comments
trafficstars

Summary:

Attempted to cherry pick a commit for xournalpp. After fixing a merge conflict in package.yml, I was unable to do git cherry-pick --continue. The error makes it look like the check is finding the conflict markers, which were no longer in the package.yml

package.yml package-6NRA.txt

error output cherrypick_fail-LSMQ.txt

TraceyC77 avatar Mar 20 '24 23:03 TraceyC77

Interesting issue. For next time: can you force through using git cherry-pick --continue --no-verify (as a workaround until we fix this)?

silkeh avatar May 04 '24 18:05 silkeh