* picca <[email protected]> [2025-06-23 14:53]:
do you have dedicated script in order to rebuild a bunch of packages ?
No, I juts did it on the command line for now. I think it would be nice to hook it into ben or something, though.
When it use extra-packages, it seems to me that sbuild start by doing a copy of all the .deb.
Yes, though this is copy to /tmp which is a tmpfs in trixie, so should be fast?
This script rebuild hundreds of haskell packages and it seems more efficient to only create de local repository running dpkg-scanpackages and provide it via a bind mount.also multiple build occure in same time...
Then I would rather use http: python3 -m http.server 5678 --bind 127.0.0.1 sbuild --extra-repository="deb [trusted=yes] http://127.0.0.1:5678 ./"
the ignoreArchiveDepends is a bit more criptic also for me :). I am investigating for now...
I think it removes the local build packages from the Packages file. Maybe you could bump the version number of the rebuild package instead so apt will prefer it.
signature.asc
Description: PGP signature

