-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repository debug dump refactor: support versioned metadata and dumping artifacts #112
Comments
I'm not 100% sure this is worth the amount of work but the use case I'm thinking of is manual debugging
(this sequence could even be automated into a debug tool but that's step 2) |
this does not happen currently for the metadata dump: current dump tries to be as readable and diffable as possible so e.g. version numbers are not used in filenames |
This might be something we want as it makes it possible to run other clients against a repository version (say, example client from python-tuf) for debugging purposes. What would need to happen for metadata:
and then artifacts
|
--repository-dump-dir
currently dumps current metadata that repository is serving.If it is seen useful, we could also output the targets we are serving:
The text was updated successfully, but these errors were encountered: