summaryrefslogtreecommitdiffstats
path: root/urpm/README.dudf
diff options
context:
space:
mode:
authorOlivier Rosello <orosello@mandriva.com>2009-11-20 10:24:50 +0000
committerOlivier Rosello <orosello@mandriva.com>2009-11-20 10:24:50 +0000
commiteeab557690c1f22d9fb57b9129318afcfef5df6a (patch)
tree3f91a924128e1baa1ad3e60c31fba21bf30a8c59 /urpm/README.dudf
parent3f734bd6f138a016e986c8ccb589c1576caf77bf (diff)
downloadurpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.tar
urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.tar.gz
urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.tar.bz2
urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.tar.xz
urpmi-eeab557690c1f22d9fb57b9129318afcfef5df6a.zip
documentation files for urpmi-dudf added
Diffstat (limited to 'urpm/README.dudf')
-rw-r--r--urpm/README.dudf28
1 files changed, 28 insertions, 0 deletions
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