Vasili Novikov

Results 122 comments of Vasili Novikov

I've added the "help wanted" badge to the issue. Sorry for the late reply BTW, was at FOSDEM.

@gnzlbg Hi! I think that should be possible. You can introduce a flag like `--trust`, e.g. ``` rua upgrade --trust=abc,def ``` and make the environment variable `RUA_TRUST` also assign to...

@yellowsquid strange that there are no more logs available. Do you know where the signing key is located at? It is possible (and quite probable) that `rua` doesn't have access...

@yellowsquid maybe some other files in `~/.gnupg` are needed for makepkg signing as well. You can try adding `wrap_args+=(--bind-try ~/.gnupg ~/.gnupg)` to `~/.config/rua/wrap_args.d` , which will effectively give makepkg full...

@yellowsquid it would be nice to solve the problem for other people as well though. Do you have ideas on how to do that? Alternatives I see so far: *...

@yellowsquid not related to this issue but just a small personal comment: if you want to make those keys read-only, bind them with `--ro-bind` or `--ro-bind-try`

There is no known actual "bug" here, but I marked the issue as "bug" because it's important. Without proper CI, you could have bugs in the future that go undetected....

@refaelsh I guess GitLab CI could be used as well. I think I historically started with github - most of the PR's happen here as well ATM. @Morganamilo-s repo seem...

WRT `image` in alpm.rs, I think it runs docker inside `ubuntu-latest`, so you specify both the host (one of few OS-es supported), and then what guest docker image to run...

Acknowledging it as a bug, RUA could definitely be smarter here. For the moment, you know the work-around, right? (Build the dependency that has the needed `provides` first, then the...