Search Criteria
Package Details: rate-mirrors-git 0.29.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rate-mirrors-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rate-mirrors-git |
| Description: | Everyday-use client-side map-aware mirror ranking tool |
| Upstream URL: | https://github.com/westandskif/rate-mirrors |
| Licenses: | cc-by-nc-sa-3.0 |
| Conflicts: | rate-mirrors |
| Provides: | rate-mirrors |
| Submitter: | westandskif |
| Maintainer: | westandskif |
| Last Packager: | westandskif |
| Votes: | 52 |
| Popularity: | 0.46 |
| First Submitted: | 2026-02-08 18:44 (UTC) |
| Last Updated: | 2026-05-17 10:42 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Required by (5)
- arch-upgrader (requires rate-mirrors)
- arch-upgrader-git (requires rate-mirrors)
- pacsea-bin (requires rate-mirrors) (optional)
- pacsea-git (requires rate-mirrors) (optional)
- refremir-git (requires rate-mirrors)
Latest Comments
« First ‹ Previous 1 2 3
westandskif commented on 2021-11-19 09:05 (UTC)
Thank you! I explicitly set the target dir
TheRawMeatball commented on 2021-11-18 17:10 (UTC) (edited on 2021-11-18 17:18 (UTC) by TheRawMeatball)
The current build script fails when using a custom target directory. Please update the script to procedurally get the target directory path using
cargo metadata. Relevant link: https://github.com/rust-lang/cargo/issues/7895EDIT: Alternatively, explicitly set the target dir to the expected position in accordance with the rust package guidelines
westandskif commented on 2021-06-24 16:00 (UTC)
v0.4.0 and forward are here - https://aur.archlinux.org/packages/rate-mirrors/
westandskif commented on 2021-06-08 15:24 (UTC)
"do not run rate-arch-mirrors with root permissions" -- the tool doesn't need root permissions, so it doesn't allow you to run it with sudo. In the next version I'll add an option like "--allow-root"
simona commented on 2021-06-08 11:48 (UTC)
with "sudo rate-arch-mirrors --entry-country=it --max-delay=21600 --save=/etc/pacman.d/mirrorlist.rate-arch-mirrors"
I get:
thread 'main' panicked at 'do not run rate-arch-mirrors with root permissions', src/main.rs:52:9
note: run with
RUST_BACKTRACE=1environment variable to display a backtracewhat means?
« First ‹ Previous 1 2 3