forked from fedora-modularity/libmodulemd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check full stream equality when deduplicating
Previously, we assumed that any two streams having the same NSVCA were identical. Now we can actually test for full equality before dropping one while deduplicating. Note that this will result in a hard failure if they aren't identical, because this means that the enabled repositories are providing conflicting data. Fixes: fedora-modularity#188 Signed-off-by: Stephen Gallagher <[email protected]>
- Loading branch information
1 parent
359747e
commit 10e0db0
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters