Your message dated Mon, 29 Jun 2026 17:40:25 +0200
with message-id <[email protected]>
and subject line Re: sbuild: --autopkgtest-virt-server option is ignored
has caused the Debian Bug report #1140786,
regarding sbuild: --autopkgtest-virt-server option is ignored
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1140786: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140786
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sbuild
Version: 0.91.2
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

--autopkgtest-virt-server is ignored:

```
$ sbuild --run-autopkgtest --no-run-lintian --autopkgtest-virt-server=schroot
[...]
autopkgtest [13:37:38]: [...]; command line: /usr/bin/autopkgtest 
[...]/tzdata_2026b-1_amd64.changes -- unshare --release unstable --arch amd64
```

Maybe this is caused by setting autopkgtest_virt_server in the config?

-- Configuration Files:
/etc/sbuild/sbuild.conf changed:
$build_arch_all = 1;
$build_source = 1;
$clean_source = 0;
$lintian_opts = ['--display-info', '--pedantic', '--display-experimental'];
$apt_update = 0;
$apt_distupgrade = 0;
$unshare_mmdebstrap_keep_tarball = 1;
push @{$unshare_mmdebstrap_extra_args}, "*", ['--aptopt=Acquire::http { Proxy 
"http://127.0.0.1:3142";; }', '--skip=cleanup/apt/lists'];
push @{$unshare_mmdebstrap_extra_args}, 
qr/^(trusty|xenial|bionic|focal|jammy|noble|questing|resolute|stonking)/, 
['http://de.archive.ubuntu.com/ubuntu'];
push @{$unshare_mmdebstrap_extra_args}, 
qr/^(trusty|xenial|bionic|focal|jammy|noble|questing|resolute|stonking)/, 
['--components=main,universe'];
$unshare_mmdebstrap_max_age = 86400;
$autopkgtest_virt_server = 'unshare';
$autopkgtest_virt_server_options = ['-b', '/dev/kvm', '/dev/kvm'];
1;

--
Benjamin Drung
Debian & Ubuntu Developer

--- End Message ---
--- Begin Message ---
On Fri, 26 Jun 2026 13:46:59 +0200 Benjamin Drung <[email protected]>
wrote:
> Package: sbuild
> Version: 0.91.2
> Severity: normal
> X-Debbugs-Cc: [email protected]
> 
> Dear Maintainer,
> 
> --autopkgtest-virt-server is ignored:
> 
> ```
> $ sbuild --run-autopkgtest --no-run-lintian --autopkgtest-virt-
server=schroot
> [...]
> autopkgtest [13:37:38]: [...]; command line: /usr/bin/autopkgtest
[...]/tzdata_2026b-1_amd64.changes -- unshare --release unstable --arch
amd64
> ```
> 
> Maybe this is caused by setting autopkgtest_virt_server in the config?
> 
> -- Configuration Files:
> /etc/sbuild/sbuild.conf changed:
> $build_arch_all = 1;
> $build_source = 1;
> $clean_source = 0;
> $lintian_opts = ['--display-info', '--pedantic', '--display-
experimental'];
> $apt_update = 0;
> $apt_distupgrade = 0;
> $unshare_mmdebstrap_keep_tarball = 1;
> push @{$unshare_mmdebstrap_extra_args}, "*", ['--aptopt=Acquire::http
{ Proxy "http://127.0.0.1:3142";; }', '--skip=cleanup/apt/lists'];
> push @{$unshare_mmdebstrap_extra_args},
qr/^(trusty|xenial|bionic|focal|jammy|noble|questing|resolute|stonking)/
, ['http://de.archive.ubuntu.com/ubuntu'];
> push @{$unshare_mmdebstrap_extra_args},
qr/^(trusty|xenial|bionic|focal|jammy|noble|questing|resolute|stonking)/
, ['--components=main,universe'];
> $unshare_mmdebstrap_max_age = 86400;
> $autopkgtest_virt_server = 'unshare';
> $autopkgtest_virt_server_options = ['-b', '/dev/kvm', '/dev/kvm'];
> 1;

--autopkgtest-virt-server is only taken into account when using
--chroot-mode=autopkgtest.

-- 
Benjamin Drung
Debian & Ubuntu Developer

--- End Message ---

Reply via email to