From 471334709138c106db2b29746268c876f2f309f0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 6 Sep 2015 23:51:32 +0200 Subject: add basic POD for urpmi::parallel --- urpm/parallel.pm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/urpm/parallel.pm b/urpm/parallel.pm index f2f0cce2..f67e2989 100644 --- a/urpm/parallel.pm +++ b/urpm/parallel.pm @@ -5,6 +5,22 @@ use urpm; use urpm::util qw(any basename cat_); use urpm::msg; +=head1 NAME + +urpm::parallel - Run an urpmi command in parallel on a number of hosts + +=head1 SYNOPSIS + +This enables to run urpmi command on several computers at once. + +Two backends are available: L and L + +=head1 DESCRIPTION + +=over + +=cut + sub configure { my ($urpm, $alias) = @_; @@ -306,3 +322,13 @@ sub parallel_install { } 1; + +=back + +=head1 COPYRIGHT + +Copyright (C) 2005 MandrakeSoft SA + +Copyright (C) 2005-2010 Mandriva SA + +Copyright (C) 2010-2015 Mageia -- cgit v1.2.1