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

Move makes cache to a standard directory #990

Closed
dsalaza4 opened this issue Jan 5, 2023 · 0 comments
Closed

Move makes cache to a standard directory #990

dsalaza4 opened this issue Jan 5, 2023 · 0 comments

Comments

@dsalaza4
Copy link
Contributor

dsalaza4 commented Jan 5, 2023

Today we store Makes cache within ~/.makes/cache:

SOURCES_CACHE: str = join(MAKES_DIR, "cache", "sources")

Consider moving it to ~/.cache/makes for proper standarization.

@dsalaza4 dsalaza4 changed the title Move makes cache to a standar directory Move makes cache to a standard directory Jan 5, 2023
sebas031811 added a commit to sebas031811/makes that referenced this issue Jun 23, 2023
Signed-off-by: Sebastian Cardona <sebas03181@gmail.com>
sebas031811 added a commit to sebas031811/makes that referenced this issue Jun 23, 2023
Signed-off-by: Sebastian Cardona <sebas03181@gmail.com>
sebas031811 added a commit to sebas031811/makes that referenced this issue Jun 24, 2023
Signed-off-by: Sebastian Cardona <sebas03181@gmail.com>
sebas031811 added a commit to sebas031811/makes that referenced this issue Jun 26, 2023
Signed-off-by: Sebastian Cardona <sebas03181@gmail.com>
sebas031811 added a commit to sebas031811/makes that referenced this issue Jun 26, 2023
Signed-off-by: Sebastian Cardona <sebas03181@gmail.com>
sebas031811 added a commit to sebas031811/makes that referenced this issue Jun 26, 2023
Signed-off-by: Sebastian Cardona <sebas03181@gmail.com>
sebas031811 added a commit to sebas031811/makes that referenced this issue Jun 27, 2023
Signed-off-by: Sebastian Cardona <sebas03181@gmail.com>
dsalaza4 added a commit that referenced this issue Jun 27, 2023
feat(build): #990 move cache directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant