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

The cache and hashes directory aren't created when configured via ~/.config/aura/config.toml #971

Open
dtodorov512 opened this issue Feb 12, 2025 · 1 comment
Labels

Comments

@dtodorov512
Copy link

dtodorov512 commented Feb 12, 2025

Steps to reproduce:

  1. Create a configuration file. Set the directory locations as follows:
build = "/tmp/aura/builds"
cache = "/tmp/aura/cache"
clones = "/tmp/aura/packages"
hashes = "/tmp/aura/hashes"
  1. Install a package with aura -Axc <pkg_name>.

  2. /tmp/aura/builds and /tmp/aura/packages will be created, but aura will fail because tmp/aura/cache does not exist.

I doubt this behavior is intentional, given the inconsistency. Moreover when the default locations are used, aura creates all directories listed.

@fosskers
Copy link
Owner

Thanks, should be an easy fix.

@fosskers fosskers added the bug label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants