|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 41/49] Debian.pm: Move standard_extradebs to ts-host-install
This makes it effect builds on Debian, too.
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
Osstest/Debian.pm | 1 +
ts-host-install | 2 ++
ts-xen-install | 2 --
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm
index 60393ca9..2d30b3e9 100644
--- a/Osstest/Debian.pm
+++ b/Osstest/Debian.pm
@@ -51,6 +51,7 @@ BEGIN {
di_vg_name
debian_dhcp_rofs_fix
debian_write_random_seed_command
+ some_extradebs standard_extradebs
);
%EXPORT_TAGS = ( );
diff --git a/ts-host-install b/ts-host-install
index 253dbb5d..924c1e06 100755
--- a/ts-host-install
+++ b/ts-host-install
@@ -146,6 +146,8 @@ END
qw(amd64-microcode intel-microcode));
}
+ standard_extradebs($ho);
+
my $ntpserver = get_target_property($ho, 'NtpServer');
if ($ntpserver) {
target_editfile_root($ho, '/etc/ntp.conf', sub {
diff --git a/ts-xen-install b/ts-xen-install
index 965fd519..5d4f8b0d 100755
--- a/ts-xen-install
+++ b/ts-xen-install
@@ -74,8 +74,6 @@ sub packages () {
sub extradebs () {
my $suite = $ho->{Suite};
- standard_extradebs($ho);
-
# $c{ DebianExtraPackages_<firmware>_<arch>_<suite> }
my $firmware = get_host_property($ho, "firmware");
some_extradebs($ho, [ 'DebianExtraPackages', $firmware, $ho->{Arch},
$suite ]);
--
2.20.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |