Package Details: rate-mirrors 0.19.1-4

Git Clone URL: https://aur.archlinux.org/rate-mirrors.git (read-only, click to copy)
Package Base: rate-mirrors
Description: Everyday-use client-side map-aware mirror ranking tool
Upstream URL: https://github.com/westandskif/rate-mirrors
Licenses: custom
Submitter: westandskif
Maintainer: westandskif
Last Packager: westandskif
Votes: 35
Popularity: 0.32
First Submitted: 2021-06-24 09:55 (UTC)
Last Updated: 2025-03-05 16:18 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

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/7895

EDIT: 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=1 environment variable to display a backtrace

what means?