|
|
|
|
|
by yakubin
1237 days ago
|
|
No. Just copy files into the repo. Any way you like. In a GUI, in a terminal — it doesn’t require a dedicated tool. Although cargo in Rust e.g. provides a dubcommand for it (cargo vendor). Alternatively you can host the tarballs somewhere you control in static storage — be it a static web server, object storage or whatever. How it’s done in Chromium: <https://source.chromium.org/chromium/chromium/src/+/main:thi...>. |
|