Control: tags -1 patch
* Jochen Sprickerhof [2021-07-05 22:53]:
Sadly the change breaks autopkgtests:
$ cd hello*/
$ sbuild --build-dir=/tmp/ --run-autopkgtest
[..]
Unexpected error:
Traceback (most recent call last):
File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 739, in mainloop
Package: sbuild
Version: 0.81.2
Severity: normal
steps to reproduce:
$ apt source hello
$ cd hello*/
$ sbuild --build-dir=/tmp
$ ls /tmp/hello* ../hello* # all output files are in ../
whereas building the .dsc
$ cd ..
$ sbuild --build-dir=/tmp/ hello*.dsc
$ ls /tmp/hello* # files are in /tmp
2 matches
Mail list logo