panamax
panamax copied to clipboard
Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
I usually set `net.git-fetch-with-cli=true` inside `.cargo/config.toml`. However, this does not work with panamax. Taking a look at the [documentation](https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli) reveals that `CARGO_NET_GIT_FETCH_WITH_CLI` can also be used. But that does not...
Args for #71 appear to be inconsistent with the readme documentation regarding synchronization of vendored crates. Maybe I am missing something. ---------------------------- Sync Select Dependencies Optionally, panamax can be told...
Would be great if I could sync those too! Specifically `wasm32-wasi` and `wasm32-unknown-unknown`. Since I am already here: can I specify what components should be downloaded? Or does panamax download...
When verifying the mirror we shouldn't ignore yanked crates, as old crates might still need them
Is it safe to sync and serve at the same time? I have a mirror fully-synced, but I'd like to update the mirror without stopping serving, is this a safe...
Panamax is a great tool, but unfortunately it doesn't allow selective syncing. the last time I used it I got more than 105GB worth of crates (and that was few...
Firstly, thanks for creating panamax, its AWESOME!! I was wondering if you might be able to provide some insight into what would need to happen in order for the default...
If using panamax in a script, this is useful to catch problems. This commit will catch the most eggregious problems like configuration problems, but download failures in `panamax sync` will...
I did a cargo update to get rid of some high impact CVE findings from cargo audit. The tests pass. I updated the patch number as well.
Hi all, I'm having some difficulties to deploy this tool. I was able to sync and serve my mirror and was able to open the server index page(at localhost:8080). However,...