mirror of
https://github.com/outbackdingo/debos.git
synced 2026-01-27 10:18:47 +00:00
test: mmdebstrap: Add test for dpkg-opts and apt-opts
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
This commit is contained in:
committed by
Sjoerd Simons
parent
dc4ce466a5
commit
ddd1c63de7
@@ -9,6 +9,12 @@ actions:
|
||||
suite: {{ $suite }}
|
||||
variant: minbase
|
||||
merged-usr: true
|
||||
{{- if eq $tool "mmdebstrap" }}
|
||||
dpkg-opts:
|
||||
- path-exclude=/usr/share/man/*
|
||||
apt-opts:
|
||||
- Apt::Install-Recommends "true"
|
||||
{{- end }}
|
||||
|
||||
- action: apt
|
||||
description: Install some base packages
|
||||
|
||||
Reference in New Issue
Block a user