[PATCH] ubuntu_zfs_xfs_generic: remove texinfo and texlive pkg
Colin Ian King
colin.king at canonical.com
Fri Jun 23 07:30:58 UTC 2017
On 23/06/17 08:12, Po-Hsu Lin wrote:
> These two packages were added in commit ec287dc035727300e5a34a3b6a474d3a13ab5582
> However the texlive dependency issue is now hindering the test, and should be
> removed to keep the test running. Tested with Artful amd64 system, all 64 test
> cases passed.
>
> texlive dependency bug: http://pad.lv/1699781
>
> Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
> ---
> ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py b/ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py
> index 38d969a..0e4657c 100644
> --- a/ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py
> +++ b/ubuntu_zfs_xfs_generic/ubuntu_zfs_xfs_generic.py
> @@ -34,8 +34,6 @@ class ubuntu_zfs_xfs_generic(test.test):
> 'libtool-bin',
> 'pax',
> 'pkg-config',
> - 'texinfo',
> - 'texlive',
> 'quota'
> ]
> gcc = 'gcc' if arch in ['ppc64le', 'aarch64', 's390x'] else 'gcc-multilib'
>
Thanks, looks good.
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the kernel-team
mailing list