You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2022. It is now read-only.
I've been working on this project for a while, which is implemented in Rust and generates entire debian APT repositories ready to host. It supports a number of means for practically building software from sources w/ sbuild; or grabbing pre-built debian archives that need not be built at all.
Perhaps getting support in the config for automatically pulling / building Rust projects that use cargo-deb would be nice. I think it might be implemented as simply as
Those interested in this project might also be interested in the project. The existing tools for generating Debian archives is kind of sad, and official solutions do not use multi-core CPUs. IE: apt-ftparchive reads debian archives serially on a single core when generating the data for the Packages file, but debrep can does this and more in parallel with all available CPU cores (including generating the Contents files in parallel so that tools like apt-file are supported by your repo).
The text was updated successfully, but these errors were encountered:
I've been working on this project for a while, which is implemented in Rust and generates entire debian APT repositories ready to host. It supports a number of means for practically building software from sources w/ sbuild; or grabbing pre-built debian archives that need not be built at all.
Perhaps getting support in the config for automatically pulling / building Rust projects that use
cargo-deb
would be nice. I think it might be implemented as simply asThose interested in this project might also be interested in the project. The existing tools for generating Debian archives is kind of sad, and official solutions do not use multi-core CPUs. IE:
apt-ftparchive
reads debian archives serially on a single core when generating the data for the Packages file, butdebrep
can does this and more in parallel with all available CPU cores (including generating the Contents files in parallel so that tools likeapt-file
are supported by your repo).The text was updated successfully, but these errors were encountered: