blob: cb465893b579edd1c45a5fbf4466b0ed34f40051 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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$
|