diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-05-15 14:43:47 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-05-15 14:43:47 +0000 |
commit | 864c2f00105057f694d84af17a4ec21ede85aee0 (patch) | |
tree | 97c8f3607cfc5160b71e9a175780661609242b8c /perl-install/standalone/drakbug | |
parent | 7665d971b7b052d0059256a0247cedd7b7e84c22 (diff) | |
download | drakx-864c2f00105057f694d84af17a4ec21ede85aee0.tar drakx-864c2f00105057f694d84af17a4ec21ede85aee0.tar.gz drakx-864c2f00105057f694d84af17a4ec21ede85aee0.tar.bz2 drakx-864c2f00105057f694d84af17a4ec21ede85aee0.tar.xz drakx-864c2f00105057f694d84af17a4ec21ede85aee0.zip |
(report_bug_to_bugzilla) prefill the platform field
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-x | perl-install/standalone/drakbug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index c3b1ef7ac..5b32631c2 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -238,11 +238,14 @@ sub report_bug_to_bugzilla() { } my $rel_data = mandrake_release_info(); my $rel = standalone::real_version(); + my $arch = arch(); + $arch = 'i586' if arch =~ /^i.86/; my $options = join('&', ($product || $version ? 'cf_rpmpkg=' . join('-', $product, $version) : ()), 'version=' . ($rel_data->{branch} eq 'Devel' ? 'Cooker' : $rel_data->{version}), 'component=Core%20Packages', 'classification=Mandriva%20Linux', + "rep_platform=$arch", if_($incident, "short_desc=$prog%20" . ($segfaulted ? 'segfaulted' : 'crashed'), 'comment=' . uri_escape(qq(The "$prog" program crashed. Drakbug-$rel caught it. |