[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 4/4] ts-xen-install: Use pkg_manager_install_cmd_line
Rather than target_run_apt, which we are abolishing soon. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-xen-install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts-xen-install b/ts-xen-install index 9913e85..d54b2e4 100755 --- a/ts-xen-install +++ b/ts-xen-install @@ -99,7 +99,9 @@ sub some_extradebs ($) { target_cmd_root($ho, "dpkg --force-confold $dpkgopts $ontarget </dev/null", 300); - target_run_apt($ho, qw(-f install)); + target_cmd_root($ho, + pkg_manager_install_cmd_line($ho,0,1), + 3000); } } -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |