-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dump repos by key instead of name
In most cases the repo name is identical to the repo id. However, this only holds if no explicit name is set. The dump plugin reconstructed the flattened repo dict by name, which is wrong as it is not identical to the input. This is fixed by getting the repos with their keys (instead of just the repos) and properly reconstructing the dict based on the keys. Fixes: #131 Signed-off-by: Felix Moessbauer <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information
1 parent
7656e5f
commit e347369
Showing
1 changed file
with
18 additions
and
11 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