Alad Wenter

Results 209 comments of Alad Wenter

On 06.02.2017 06:53, Simon Gomizelj wrote: > > Oh, for what its worth, if |--pool| isn't provided, it defaults to > |--root|. So you don't need to specify it twice....

How would this impact repo packages (i.e., for Arch)? Afaik, rust doesn't have a stable ABI yet so things like shared libraries are a bit harder.

>When a key is almost expired report an issue. The issues can be shown in archweb or mailed to a mailing list. Since key issues (almost expired or key/UID revocation)...

I don't know the precise way in which `repoctl` writes to the local repository, but it should suffice to `flock` on the repository root. e.g. ```bash exec 200< /home/custompkgs (...

> I suspect the AUR interface might actually help us here, by showing us all results that provide the search term. Unfortunately it doesn't, since the AUR has no way...

You can use a POST request to submit up to 5000 packages in one request. But the following statement is unclear: > I have to download almost 300 VCS hourly,...

It seems strange that `down -r` looks at `Provides` for "required by" in the first place.

I think a new RPC version is a dead end. For an alternative approach see here: https://gitlab.archlinux.org/archlinux/aurweb/-/issues/172#note_73474

Both. The current `provides` v6 proposal leads to an [excessive amount of requests](https://gitlab.archlinux.org/archlinux/aurweb/-/issues/307#note_63764); like `yay`'s heuristic, it relies on doing a `search` for each dependency. And the metadata repo solution...

Some good news: https://gitlab.archlinux.org/archlinux/aurweb/-/issues/307#note_76090