Skip to content

Git commit missing Cargo.lock despite changes being present #33630

Discussion options

You must be logged in to vote

In case anyone in future hits this, this is the patch I've gone with for this issue: 0002-deduplicate-artifacts.patch

You get the following output with DEBUG logging:

DEBUG: Updated 7 package files (repository=[repo], branch=renovate/all)
DEBUG: Adding unique artifact (repository=[repo], branch=renovate/all)
       "uniqueItem": {"type": "addition", "path": "Cargo.lock", "contents": "[content]"}
DEBUG: Ignoring duplicate artifact (repository=[repo], branch=renovate/all)
       "duplicateItem": {"type": "addition", "path": "Cargo.lock", "contents": "[content]"}
DEBUG: Ignoring duplicate artifact (repository=[repo], branch=renovate/all)
       "duplicateItem": {"type": "addition", "path": "…

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
6 replies
@rarkins
Comment options

@maxdymond
Comment options

@rarkins
Comment options

@maxdymond
Comment options

@maxdymond
Comment options

Comment options

You must be logged in to vote
4 replies
@maxdymond
Comment options

@rarkins
Comment options

@maxdymond
Comment options

@maxdymond
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by maxdymond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:reproduction A minimal reproduction is necessary to proceed auto:not-minimal-reproduction Reproduction is not minimal
2 participants