summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-11 07:25:26 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-11 07:25:26 +0000
commita308e6644979aed8a280db1bf391779f108496a6 (patch)
tree771f129e5731292a01f95b8b763a9094f52f8bc8 /perl-install
parent2413ebd6325e8c93340a19a91c48bd6a4aea48f8 (diff)
downloaddrakx-a308e6644979aed8a280db1bf391779f108496a6.tar
drakx-a308e6644979aed8a280db1bf391779f108496a6.tar.gz
drakx-a308e6644979aed8a280db1bf391779f108496a6.tar.bz2
drakx-a308e6644979aed8a280db1bf391779f108496a6.tar.xz
drakx-a308e6644979aed8a280db1bf391779f108496a6.zip
reorganize to use the same upload info message for Anthill and Bugzilla
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakbug10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index b15a1f684..54552a6db 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -27,13 +27,10 @@ use common;
use ugtk2 qw(:all);
use Config;
-my $bugzilla = 'http://qa.mandrakesoft.com/enter_bug.cgi';
-
+my ($bugzilla, $upload_info, $wizard_name);
my $prog;
my ($incident, $stable_release) = (0, 0);
-my $wizard_name = "Bugzilla wizard";
my ($bugdesc, $bugwrite, $table, $comb_app, $button_pkg, $package, $extra_data, $summary, $textview, $kversion, $cpuinfo, $lspci);
-my $upload_info = N("To submit a bug report, click on the button report.\nThis will open a web browser window on %s\n where you'll find a form to fill in. The information displayed above will be \ntransferred to that server.", $bugzilla);
foreach (@ARGV) {
next unless defined $_;
@@ -75,8 +72,11 @@ if ($mandrake_release =~ /(official|community)/i) {
$bugzilla = $anthill . '/drakbug.php?request=1';
$stable_release = 1;
$wizard_name = "Anthill";
- $upload_info = N("To submit a bug report, click the report button, which will open your default browser\nto Anthill where you will be able to upload the above information as a bug report.");
+} else {
+ $bugzilla = 'http://qa.mandrakesoft.com/enter_bug.cgi';
+ $wizard_name = "Bugzilla wizard";
}
+$upload_info = N("To submit a bug report, click on the button report.\nThis will open a web browser window on %s\n where you'll find a form to fill in. The information displayed above will be \ntransferred to that server.", $wizard_name);
if ($stable_release == 0) {
$table = create_packtable({ col_spacings => 5, row_spacings => 10 },