diff options
author | Olivier Rosello <orosello@mandriva.com> | 2009-11-20 10:24:50 +0000 |
---|---|---|
committer | Olivier Rosello <orosello@mandriva.com> | 2009-11-20 10:24:50 +0000 |
commit | eeab557690c1f22d9fb57b9129318afcfef5df6a (patch) | |
tree | 3f91a924128e1baa1ad3e60c31fba21bf30a8c59 | |
parent | 3f734bd6f138a016e986c8ccb589c1576caf77bf (diff) | |
download | urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.tar urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.tar.gz urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.tar.bz2 urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.tar.xz urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.zip |
documentation files for urpmi-dudf added
-rw-r--r-- | pod/urpmi-dudf.8.pod | 63 | ||||
-rw-r--r-- | urpm/README.dudf | 28 |
2 files changed, 91 insertions, 0 deletions
diff --git a/pod/urpmi-dudf.8.pod b/pod/urpmi-dudf.8.pod new file mode 100644 index 00000000..cb465893 --- /dev/null +++ b/pod/urpmi-dudf.8.pod @@ -0,0 +1,63 @@ +=head1 NAME + +urpmi-dudf - the dudf plugin for urpmi + +=head1 SYNOPSIS + + urpmi [options] [package_names | rpm_files...] + urpmi [options] --auto-select + urpmi [options] --force-dudf [package_names | rpm_files...] + urpmi [options] --force-dudf --auto-select + +=head1 DESCRIPTION + +This man page describes only the added functionalities to urpmi installed by +the package urpmi-dudf. +For general urpmi usage and options, see the man page of L<urpmi|urpmi>. + +If an installation or upgrade goes wrong, and urpmi-dudf is installed +urpmi will ask the user to generate and upload an error report. + +This is a part of the Europeen Mancoosi project, +a project to enhance Linux Package Management. + +See L<http://www.mancoosi.org/> for more details. + +=head1 OPTIONS + +=over + +=item B<--force-dudf> + +Will generate and upload a dudf report even if the installation or upgrade went well. + +=back + +=head1 FILES + +=over + +=item B</var/cache/urpmi/dudf/dudf_uploads.log> + +This file contains the log of dudf uploads. + +The format of each line of this log is : + +=over + +<date time of generation> <uid> + +=back + +The user can access to uploaded report by entering the <uid> into the appropriate field +of http://www.mancoosi.org/ + +=back + +=head1 EXIT CODES + +See the man page of urpmi. + +=cut + +$Id$ diff --git a/urpm/README.dudf b/urpm/README.dudf new file mode 100644 index 00000000..3136f420 --- /dev/null +++ b/urpm/README.dudf @@ -0,0 +1,28 @@ +urpmi-dudf is an extension module to urpmi to allow urpmi to generate +and upload dudf error files. + +This is a part of the Europeen Mancoosi project, +a project to enhance Linux Package Management. + +See http://www.mancoosi.org/ for more details. + +Once the package urpmi-dudf installed, when a problem occurs during +an installation using urpmi, urpmi will ask the user the authorization +to generate and upload a dudf report to mancoosi's servers. + +If the user wants to generate and upload a dudf report event is the installation +has no problem, it can use the urpmi option --force-dudf + +Example : +# urpmi --force-dudf powertop + + +A log of dudf uploads is stored in /var/cache/urpmi/dudf/dudf_uploads.log + +The format of each line of this log is : + <date time of generation> <uid> + + The user can access to uploaded report by entering the <uid> into the appropriate field + of http://www.mancoosi.org/ + +A man page in section 8 exists : urpmi-dudf |