Hi, * Johannes Schauer Marin Rodrigues <[email protected]> [241217 15:18]: > Quoting Chris Hofstaedtler (2024-12-17 14:20:16) > > > I would bet a lot on this breaking something. The problem are > > > settings which have a GET function which is allowed to perform > > > some magic. The GET function is called if the value behind a > > > setting is requested but the user has set it to undef in their > > > ~/.sbuildrc. If all values that have defaults are now set, then > > > the GET function is not called anymore which I guess can have > > > undesired consequences in some cases? Can you try this patch and > > > see what happens? > > The question is how to proceed. I fear that things will break. But I tested > this and nothing broke.
Please test this scenario, and see if that works for you / what happens: cd /var/tmp apt source hello cd hello-2.10 sbuild --chroot-mode=unshare --no-run-lintian test -e hello_*changes && echo "whoops, wrote to wrong dir" Chris

