Search Criteria
Package Details: rua 0.17.18-1
Git Clone URL: | https://aur.archlinux.org/rua.git (read-only, click to copy) |
---|---|
Package Base: | rua |
Description: | AUR helper in Rust providing control, review, patch application and safe build options |
Upstream URL: | https://github.com/vn971/rua |
Keywords: | aur rust |
Licenses: | |
Submitter: | vasya |
Maintainer: | vasya |
Last Packager: | vasya |
Votes: | 24 |
Popularity: | 1.82 |
First Submitted: | 2018-10-29 14:26 |
Last Updated: | 2020-11-21 19:08 |
Dependencies (8)
- bubblewrap (bubblewrap-git, bubblewrap-suid)
- git (git-git)
- pacman (pacman-git)
- xz (xz-git, xz-static-git)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- bubblewrap-suid (optional) – version of bubblewrap that works on linux-hardened kernel
- shellcheck (shellcheck-git, shellcheck-bin, shellcheck-git-static) (optional) – check PKGBUILD scripts, taking care of special variables
- sudo (nosudo, sudo-hg, opendoas-sudo, fake-sudo, sudo-selinux, please-sudo, sudo-git) (optional) – package installation can be done via sudo, if convenient
Latest Comments
1 2 3 Next › Last »
vasya commented on 2020-10-18 12:28
@Subject-17 I think that's a good question though. I've created an issue to change the behavior of
rua
and clean build garbage automatically upon a successful build: https://github.com/vn971/rua/issues/139vasya commented on 2020-10-17 21:21
Hey @Subject-17, yes, it is safe to remove ~/.cache/rua. It contains the build cache.
There's also ~/.local/share/rua that stores already built artifacts (in case you want to re-install old versions or temporarily deinstalled ones). And the settings live in ~/.config/rua. Nothing else.
Subject-17 commented on 2020-10-17 20:33
Is there a flag to clear out the rua cache? Is it safe to rm from ./.cache/rua ?
vasya commented on 2020-02-07 23:17
Hi aconsolelogger, good question(s). Socks is not supported at the moment. To implement it, we need to use socks for "AUR RPC" requests and for "git" commands. Git commands seem to be proxy-able like this: https://stackoverflow.com/questions/15227130/using-a-socks-proxy-with-git-for-the-http-transport
For the HTTP part, we use raur library: https://gitlab.com/davidbittner/raur which in turn uses reqwest. Maybe we can configure a
reqwest::Client
that has socks proxy configured right inside it. Then we can make all the changes in RUA code only. If not, we'll have to make a PR for raur that adds socks proxy support. This library seems to be reasonably alive, so I think it's pretty doable.Would you be willing to work on that?
For man pages: they are, unfortunately, not generated yet. I didn't find a convenient tool that would generate it re-using some information from the CLI description. There are different approaches to the man pages, but at least that's one of them. If you have any ideas, feel free to share. Otherwise,
rua --help
should help for now. For a .conf file - indeed there's none at the moment. I didn't want to opt in into any particular configuration format/style for now. If we can live with just a CLI parameter for now, that's fine by me. If you'd like to see proper config support pushed more, please say so, and whether you'd be willing to participate on implementing it / making design choices on that as well.UPD: this text suggests that HTTP part can be fixed with just configuring a reqwest client: https://github.com/seanmonstar/reqwest/pull/487/files#diff-89b8ff6a281cbb06a63127aa0f05680bR104 so we probably won't need to patch raur, only to configure the proper client for it (everything can be fixed just in RUA).
aconsolelogger commented on 2020-02-07 21:46
Is it possible to configure rua to connect using a socks proxy? There doesn't seem to be a manpage and I couldn't find a .conf file either.
Oscar commented on 2019-11-04 16:20
@vasya: I didn't have untracked directories either, but i now uninstalled it (
pacman -Rs rua
), cloning it into a new folder and executingmakepkg -si
from there. That solved it, though I'm not sure which one of those steps did ^^Anyways, thank (both of) you for your help
vasya commented on 2019-11-04 15:25
@Oscar: (with the latest edit). I think the directory is still not clean. Otherwise, why would it, for example, write
Removing existing $pkgdir/ directory...
? Also, I see no logs of actual compilation. Guessing by the timestamps, it didn't happen. Can you try cleaning withgit clean -fd
instead ofgit clean -xfq
? The-d
option forces to remove untracked files, too.Oscar commented on 2019-11-04 13:37
@vasya: of course, are there better places than here to post this than here or is this the correct place?
git clean -xfq && makepkg -si
(edited to change command and output to clean first & prettified output)pacman -Q rua
which rua
orwhich -a rua
vasya commented on 2019-11-04 12:44
@Oscar: can you please give the full output of
makepkg -si
andpacman -Q rua
?Oscar commented on 2019-11-04 12:35
@vasya:
which -a rua
returns the same aswhich rua
The full error is: