Skip to content

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

Open
@dtodorov512

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions