Vasili Novikov
Vasili Novikov
E.g. subdirectories of ~/.cache/rua related to each successfully built package. Ideally adding support for a flag that disables this behavior, e.g. `--no-remove-cache`, which would then not remove anything and leave...
See subject.
Idea: create a framework to notify user on possible upgrades. E.g. a graphical notification on login. Implementation proposal: * when a user upgrades AUR via `rua upgrade`, propose to install...
Currently, if you invoke `rua shellcheck` (without the last argument), rua will take `/dev/stdin` as its argument. That might generally be a good idea if you want to use the...
When installing or upgrading packages, visualize the the expected changes / depedency hierarchy with a tree: ```txt gam (AUR) ├── python-dateutil ├── python-google-api-python-client ├── python-google-auth-httplib2 ├── python-google-auth-oauthlib (AUR) │ └──...
Currently, RUA has a step where built packages are analyzed. It seems very logical to add `namcap` to the list of possible actions. When doing this feature, don't forget to...
As raised here by @Morganamilo, https://github.com/vn971/rua/issues/19#issuecomment-471216213 it is sometimes desireable to build a package offline, but assume that PKGBUILD is being read carefully by the user and downloading of `sources`...
See https://wiki.archlinux.org/index.php/Local_repository#Custom_local_repository
Currently, RUA does not support building packages without the namespace jail (bubblewrap). Unfortunately, it does not work in e.g. docker. Adding support for insecure (jail-less) builds could help users of...
sort entries, add some and fix some