panamax icon indicating copy to clipboard operation
panamax copied to clipboard

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.

Results 50 panamax issues
Sort by recently updated
recently updated
newest added

There are .asc files that exist alongside many of the rustup files. For this issue, these files don't need to be verified, just downloaded. ``` To add to this issue...

enhancement

Rustup itself currently doesn't validate PGP signatures, however the signatures appear to exist on the server. Possibly use https://github.com/rust-lang/rustup/issues/2028 as a starting point to figure out how to validate everything?

Right now, Panamax only prints progress bars out to stdout. While this looks nice, unfortunately it's not great for automated systems. There should be some level of logging that can...

As a mirror lives, it rotates through different stable, beta, and nightly versions. It will also remove old versions, if that setting is enabled. Unfortunately, when it removes those old...

In one of the new rustup versions, nightly releases appear to be skipped if a built `rustfmt` doesn't exist within it. Because of this, if a mirror only keeps one/two/more...

there are some offical supported targets missing in the target list and one duplicated , this PR fix the issue

Hi, PR #71 added an option to use cargo vendor to download only selected packages. The Panamax version number is not updated after this feature and the latest docker hub...

* Add --ignore-rustup, which will not create rustup directories as well as edit the default mirror.toml with sync = false * Use toml_edit instead of toml, using the easy module...

The following error shows for `cargo install --locked panamax` ``` warning: package `cpufeatures v0.2.2` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked ```

https://epage.github.io/blog/2022/09/clap4/