Skip to content

Commit

Permalink
branding: Add casp reporting links (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz authored and coolo committed Feb 8, 2017
1 parent bb33f7c commit 30fde28
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion templates/branding/openSUSE/external_reporting.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
<% my %distri_to_product_url_new = (
sle => 'https://bugzilla.suse.com/enter_bug.cgi',
opensuse => 'https://bugzilla.opensuse.org/enter_bug.cgi',
casp => 'https://bugzilla.suse.com/enter_bug.cgi',
);%>
<% my %distri_to_prod = (
sle => 'SUSE Linux Enterprise',
opensuse => 'openSUSE',
# sic!
casp => 'SUSE Containers as a Service Platform',
); %>
<% my %flavor_to_prod_sle = (
Server => 'Server',
Expand All @@ -35,9 +38,13 @@
% $product = join(' ', $flavor_to_prod_sle{$subproduct}, $version);
% }
% }
% else {
% elsif ($job->DISTRI eq 'opensuse') {
% $product = $job->VERSION eq 'Tumbleweed' ? 'Tumbleweed' : 'Distribution';
% }
% elsif ($job->DISTRI eq 'casp') {
% # sic!
% $product = "1 .0\x{00A0}(CASP/MicroOS)";
% }
% $product_details{product} = "$distri $product";
% $product_details{bug_file_loc} = $step_url;
% sub build_link {
Expand Down

0 comments on commit 30fde28

Please sign in to comment.