[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 50/62] dm restrict audit: actually install fishdescriptor in host
In dm restrict audit: install newer chiark-scripts for fishdescriptor arrangements were made to install a backport of chiark-scripts but the code was mistakenly placed in preseed_create_guest but of course it's needed in the host. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/Debian.pm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 25bf8e88..8d53bbe1 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -1022,6 +1022,12 @@ END # security.d.o CDN seems unreliable right now # and jessie-updates is no more + if (grep { m/_dmrestrict$/ && $r{$_} } keys %r and + $suite =~ m/stretch/) { + preseed_backports_packages($ho, $sfx, \%xopts, $suite, + qw(chiark-scripts)); + } + $preseed .= <<"END"; ### END OF DEBIAN PRESEED BASE @@ -1057,11 +1063,6 @@ sub preseed_create_guest ($$$;@) { $extra_packages = "pv-grub-menu"; } } - if (grep { m/_dmrestrict$/ && $r{$_} } keys %r and - $suite =~ m/stretch/) { - preseed_backports_packages($ho, $sfx, \%xopts, $suite, - qw(chiark-scripts)); - } my $preseed_file= preseed_base($ho, $sfx, $extra_packages, %xopts); $preseed_file.= (<<END); -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |