Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 100:08:00 |
Calls: | 290 |
Files: | 905 |
Messages: | 76,507 |
If i set $apt_update=0 ... then --run-autopkgtest doesnt work,
If i add --skip=cleanup/apt/lists to mmdebstrap it all works again
This seems to all work as expected, can you describe how you think it should work and where the issue is?
ok if that's the intent then maybe this is just a lack of documentation.
I do not yet understand what there is to document. What were you trying to do?
I would've thought it's common knowledge that apt cannot install packages without having run "apt update" first?
If you always want to pass --skip=cleanup/apt/lists then maybe putting this into your ~/.sbuildrc can help:
$unshare_mmdebstrap_extra_args = $conf->_get('UNSHARE_MMDEBSTRAP_EXTRA_ARGS');
push @$unshare_mmdebstrap_extra_args, "*", ['--skip=cleanup/apt/lists'];