Re: sbuild and bind mounts

2021-04-11 Thread Norbert Preining
Hi Johannes, quite some time has passed, but for a new release of KDE frameworks I now want to get this working ... On Wed, 17 Mar 2021, Johannes Schauer Marin Rodrigues wrote: > --extra-package=/path/to/debs So that is exactly what I need, with one exception: Is there a way to determine the di

Re: sbuild and bind mounts

2021-03-17 Thread Norbert Preining
Hi Johannes, thanks for your answer! > with sbuild you can use --extra-package=package.deb or > --extra-package=/path/to/debs and then sbuild will use those debs or all debs > in the directory you specify, respectively, to satisfy dependencies and you > don't need to manage an apt repository your

Re: sbuild and bind mounts

2021-03-17 Thread Johannes Schauer Marin Rodrigues
Hi Norbert, Quoting Norbert Preining (2021-03-17 03:55:53) > in the Qt/KDE Team we use a script for test-building our groups of packages. > Those groups need to be build in tiers (levels) so that later packages have > access to the build of earlier levels. The script we currently use is based > o