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

[FEATURE REQUEST] Local cache for SHA1 rpm packages #123

Closed
teran opened this issue Aug 16, 2024 · 0 comments · Fixed by #157
Closed

[FEATURE REQUEST] Local cache for SHA1 rpm packages #123

teran opened this issue Aug 16, 2024 · 0 comments · Fixed by #157
Assignees
Labels
archived-cli CLI related tasks enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@teran
Copy link
Owner

teran commented Aug 16, 2024

What is your use case?
Some RPM repositories are still using SHA1 checksum algorithm

Now package needs to be downloaded twice for SHA256 calculation and blob storage upload. Which is actually not required and could be solved by local scratch/tmp dir to do it right it on disk/in-memory.

Is your feature request related to a problem? Please describe.
Just to avoid double traffic for package checksum calculation.

Describe the solution you'd like
local scratch dir + local metadata cache for calculated values (just like it's done with stat-cache)

Describe alternatives you've considered
up to discuss

Additional context
n/a

@teran teran added enhancement New feature or request archived-cli CLI related tasks labels Aug 16, 2024
@teran teran modified the milestones: v0.1.0, v0.0.8 Aug 16, 2024
@teran teran added this to archived Aug 17, 2024
@teran teran added the good first issue Good for newcomers label Aug 17, 2024
@teran teran self-assigned this Aug 18, 2024
@teran teran moved this from Ready to In review in archived Aug 18, 2024
teran added a commit that referenced this issue Aug 18, 2024
…#159)

Related: #157 
Related: #123

Signed-off-by: Igor Shishkin <me@teran.dev>
@teran teran closed this as completed in d92fac0 Aug 18, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in archived Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
archived-cli CLI related tasks enhancement New feature or request good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant