diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-23 00:52:48 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-23 00:52:48 +0000 |
commit | cde3b5675d47245b4b16dcff5fb0bbdac63b66fc (patch) | |
tree | 2a56dbd870c0e2454b7baf622650fe7d64cbfbb9 /perl-install/standalone/drakbug | |
parent | 5346de50c129843249c33bcaccba173b9982c33e (diff) | |
download | drakx-cde3b5675d47245b4b16dcff5fb0bbdac63b66fc.tar drakx-cde3b5675d47245b4b16dcff5fb0bbdac63b66fc.tar.gz drakx-cde3b5675d47245b4b16dcff5fb0bbdac63b66fc.tar.bz2 drakx-cde3b5675d47245b4b16dcff5fb0bbdac63b66fc.tar.xz drakx-cde3b5675d47245b4b16dcff5fb0bbdac63b66fc.zip |
- Fix the bugzilla url generated by drakbug by changing 'classificaiton=Mageia'
to 'product=Mageia' (mga#831)
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 365be533f..cb9a96a79 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -278,7 +278,7 @@ sub report_bug_to_bugzilla() { ($product || $version ? 'cf_rpmpkg=' . join('-', $product, $version) : ()), 'version=' . ($rel_data->{branch} eq 'Devel' ? 'Cauldron' : $rel_data->{version}), 'component=Core%20Packages', - 'classification=Mageia', + 'product=Mageia', "rep_platform=$arch", if_($incident, join('', "short_desc=$prog%20", |