Alad Wenter
Alad Wenter
The exit code is set in `arch-nspawn` ``` # Sanity check if [[ ! -f "$working_dir/.arch-chroot" ]]; then die "'%s' does not appear to be an Arch chroot." "$working_dir" elif...
Please attach a debug log and all `aur-sync` temporary files. PS. optdepends are available with `--optdepends`.
Seems it's the same old issue of dependencies not being removed recursively from the graph: ``` % aur sync--filter -p depends.jsonl python-optax python-flax python-flax python-safetensors python-safetensors python-diffusers python-jaxlib python-jax python-jaxlib...
Before merging, I need to test it doesn't break existing cases (`test/packages`) or regress performance
A safer approach is to use a separate keyring for AUR packages, instead of automatically dumping keys into the user's keyring. This can be passed on to makepkg with the...
I think paru naively imports keys into the user keyring. FWIW, I added it in aurutils here: https://github.com/aurutils/aurutils/pull/1180
I don't have any empty directories in `~/.cache/aura/packages`. ``` % pwd /home/user/.cache/aura/packages % tree | wc -l 431 % tree --prune | wc -l 431 ``` `aura check` output: https://paste.xinu.at/UH1M...
I'm impartial on the argument issue, but imo there's already sufficiently python code in the `examples` directory. Going above that seems worthy of a separate project; see e.g. https://github.com/VorpalBlade/aurutilsutils which...
If `AUR_FETCH_USE_MIRROR` is not set, then `aur-fetch` could proceed as follows: * If an argument is an URI, use it for `git-ls-remote` and `git-clone`. Set `$pkg` to `basename $pkg`. *...
A simpler approach, which also trivially supports mixing URI with AUR names, is an additional parameter `-U` / `--uri`.