aura icon indicating copy to clipboard operation
aura copied to clipboard

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

Open dtodorov512 opened this issue 10 months ago • 1 comments

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.

dtodorov512 avatar Feb 12 '25 18:02 dtodorov512

Thanks, should be an easy fix.

fosskers avatar Feb 12 '25 20:02 fosskers

Done

dtodorov512 avatar Sep 16 '25 12:09 dtodorov512