Commit 3ee3c2f
authored
Upgrade pulp-maven to 0.21.2 (#1318)
* Fixed repair_metadata not removing orphaned metadata for (group_id, artifact_id)
pairs that no longer have any corresponding MavenArtifact in the repository. Previously
it returned early when no artifacts existed and only cleaned up version=None metadata,
leaving version-level metadata behind.
* Fixed repair_metadata failing with AssertionError in pulpcore's _compute_counts()
due to finalize_new_version redundantly running _generate_metadata after
repair_metadata had already managed all metadata content in the repository version.1 parent efa71bb commit 3ee3c2f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments