aurto icon indicating copy to clipboard operation
aurto copied to clipboard

Arch Linux AUR tool for managing an auto-updating local 'aurto' package repository

Results 29 aurto issues
Sort by recently updated
recently updated
newest added

The error reads `cannot create directory ‘/run/user/1000’: Permission denied`, however I was able to remove and re-add packages manually with no issue. I fixed the error by making `/run/user` writable...

As I use the wheelgroup for myself, I changed `/etc/sudoers.d/50_aurto_passwordless` to: ``` build ALL=(ALL) NOPASSWD: /usr/bin/arch-nspawn build ALL=(ALL) NOPASSWD: /usr/bin/pacsync aurto build ALL=(ALL) NOPASSWD:SETENV: /usr/bin/makechrootpkg ``` But something still want's...

This feature would be great to minimize compilation times. I tried ti just activate ccache in aurtos makepkg.conf and added ccache to the HoldPKG section in aurtos pacman.conf but just...

Is it really needed to add the user to the wheel group? If so, this is not mentioned in the README.

I'm not 100% comfortable with adding more features to what's there now as bash is quite horrible, even with shellcheck.

I don't quite understand the project here, seem's like all it does is setup the custom repo and runs its limited commands through aurutils, why not just use aurutils without...

Hello, i use manjaro and i wanted to try auroto. I installed with "paru -S aurto" then "aurto init" then i try "aurto add aurto" and get errors and i...

Hello, when trying to build whipper-git I am seeing these error messages in the log: ``` Jul 17 08:33:22 monster update-aurto[131605]: -> Erstelle Arbeitskopie des whipper git Repos... Jul 17...

How do you correctly configure package signing? I've edited `/etc/aurto/makepkg-chroot.conf` and set `BUILDENV` to `sign` and I generated a new gpg key with `gpg --gen-key` with the same user that...

``` ~$ cat /var/lib/aurbuild/x86_64/root/etc/pacman.d/mirrorlist Server = http://cache-server.local/custom_repo/manjaro/stable/extra/x86_64 ~$ cat /etc/pacman.d/mirrorlist # Home server Server = http://cache-server.local/custom_repo/manjaro/stable/$repo/$arch ~$ sudo cp {,/var/lib/aurbuild/x86_64/root}/etc/pacman.d/mirrorlist ~$ aurto add [...] [...] Running aur chroot --create --makepkg-conf...