Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Integration with debrepobuilder #71

Open
mmstick opened this issue Aug 4, 2018 · 0 comments
Open

Integration with debrepobuilder #71

mmstick opened this issue Aug 4, 2018 · 0 comments

Comments

@mmstick
Copy link
Owner

mmstick commented Aug 4, 2018

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

[[cargo-deb]]
git = "$git_url"

[[cargo-deb]]
url = "$tar_url"
checksum = "$SHA256"

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant