diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-27 09:35:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-27 09:35:18 +0000 |
commit | debdc29f6d1c5a206f31bcc7cf9d909e5c6eaa85 (patch) | |
tree | 854275df26fda2221b5ad8c34400ac1e54ccc29d /Rpmdrake | |
parent | bc18f534d33052650bc991c8310a5f10509c45bc (diff) | |
download | rpmdrake-debdc29f6d1c5a206f31bcc7cf9d909e5c6eaa85.tar rpmdrake-debdc29f6d1c5a206f31bcc7cf9d909e5c6eaa85.tar.gz rpmdrake-debdc29f6d1c5a206f31bcc7cf9d909e5c6eaa85.tar.bz2 rpmdrake-debdc29f6d1c5a206f31bcc7cf9d909e5c6eaa85.tar.xz rpmdrake-debdc29f6d1c5a206f31bcc7cf9d909e5c6eaa85.zip |
MandrivaUpdate doesn't handle --parallel
Diffstat (limited to 'Rpmdrake')
-rwxr-xr-x | Rpmdrake/init.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/init.pm b/Rpmdrake/init.pm index 63ba6ab6..6c68613a 100755 --- a/Rpmdrake/init.pm +++ b/Rpmdrake/init.pm @@ -46,7 +46,7 @@ N(" --justdb update the database, but do not modify the filesyste N(" --no-confirmation don't ask first confirmation question in update mode"), N(" --no-media-update don't update media at startup"), N(" --no-verify-rpm don't verify packages signatures"), -N(" --parallel=alias,host be in parallel mode, use \"alias\" group, use \"host\" machine to show needed deps"), +if_($0 !~ /MandrivaUpdate/, N(" --parallel=alias,host be in parallel mode, use \"alias\" group, use \"host\" machine to show needed deps")), N(" --pkg-nosel=pkg1,.. show only these packages"), N(" --pkg-sel=pkg1,.. preselect these packages"), N(" --rpm-root=path use another root for rpm installation"), |