-
-
Notifications
You must be signed in to change notifica 8000 tion settings - Fork 25
Ability to specify where to store the checksum cache #1060
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
Comments
This is a good suggestion, I will work on it. You will probably need to use v2.5.3 until the problem can be fixed. I've been working on fixing a performance regression affecting "raw copying" (when copying or moving without explicitly zipping or extracting). I'll work on this after. |
@TheBrainScrambler could you test #1070 on your machine? It should at least prevent the |
Testing v2.6.2, it seems to work, I get the cache file in |
🔒 Inactive issue lockThis issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Comment generated by the GitHub Lock Issues workflow. |
Is your feature request related to a problem?
I use igir as a package for the NixOS linux distributions, where all packages are stored in a read-only filesystem. igir is for example stored in
/nix/store/3p7v7hfk60kqwhca514l3khvl4nbwa3f-igir-2.6.1
. The problem is that igir tries to write the checksum cache in that directory, as you can see in the error below:As can you see in the error, it's with igir 2.6.1
Describe the solution you'd like
It would be better to have the cache stored in the user's $HOME, for example in the right XDG directory, or in $HOME/.cache/igir . But at least it would be nice if I had a flag to say myself where I want the cache to be store. Something ike
--cache-dir <dir>
perhaps ?Additional context
No response
The text was updated successfully, but these errors were encountered: