Skip to content
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

_internal/tuf: restructure TUF cache dir layout #373

Merged
merged 3 commits into from
Dec 28, 2022

Conversation

woodruffw
Copy link
Member

Old layout:

<cache-dir>/sigstore-python/
    tuf-repo-1/
    tuf-repo-2/

New layout:

<cache-dir>/sigstore/python/
    tuf/
        tuf-repo-1/
        tuf-repo-2/

Closes #370.

Signed-off-by: William Woodruff william@trailofbits.com

cc @jku

Signed-off-by: William Woodruff <william@trailofbits.com>
@woodruffw woodruffw added refactoring Refactoring tasks. component:tuf TUF related components labels Dec 27, 2022
@woodruffw woodruffw self-assigned this Dec 27, 2022
Signed-off-by: William Woodruff <william@trailofbits.com>
Copy link
Collaborator

@tetsuo-cpp tetsuo-cpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tetsuo-cpp tetsuo-cpp merged commit 26eb8e3 into main Dec 28, 2022
@tetsuo-cpp tetsuo-cpp deleted the ww/rename-tuf-caches branch December 28, 2022 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:tuf TUF related components refactoring Refactoring tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tuf: review the cache / local storage directory names
2 participants