diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-05-15 11:27:28 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-05-15 11:27:28 +0000 |
commit | 53ffb59ba80daf0ea4919e5785a54beb53e63b52 (patch) | |
tree | 9af611e25320d954f332900121bbb3f573c8905f | |
parent | 08edead3e28bcbaf22ccca4d61e1560d9cf1546d (diff) | |
download | urpmi-53ffb59ba80daf0ea4919e5785a54beb53e63b52.tar urpmi-53ffb59ba80daf0ea4919e5785a54beb53e63b52.tar.gz urpmi-53ffb59ba80daf0ea4919e5785a54beb53e63b52.tar.bz2 urpmi-53ffb59ba80daf0ea4919e5785a54beb53e63b52.tar.xz urpmi-53ffb59ba80daf0ea4919e5785a54beb53e63b52.zip |
Improve BUG REPORTS section in urpmi(8) man page.
-rw-r--r-- | pod/urpmi.8.pod | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index f48ebfa7..8d940b42 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -253,7 +253,7 @@ and a password. Create a bug report in I<directory>. You have to send a compressed archive of the directory to the urpmi maintainer for the bug being (probably) -reproduced. +reproduced. See L</"BUG REPORTS"> below. =item B<--env> I<directory> @@ -446,13 +446,15 @@ Some files are missing and all transactions failed. If you find a bug in urpmi please report it using the command : - urpmi --bug bug_name_as_directory ... + urpmi --bug bug_name_as_directory <other arguments> This will automatically create a directory called F<bug_name_as_directory> -containing necessary files to reproduce it if possible. Please test the +containing necessary files to reproduce it if possible. I<< <other +arguments> >> represent the command-line arguments you noticed the bug +with (e.g. C<--auto-select> or a list of rpm names). Please test the report using - urpmi --env bug_name_as_directory ... + urpmi --env bug_name_as_directory <other arguments> to check that the bug is still here. Obviously, only reproducible bugs can be resolved. For sending the report, make a tarball of this directory and |