Commit e8d76b8dbff0309a348a1b753cb2448fa3bfaeb1
1 parent
6c413fcc
Exists in
master
change stable branch to stable-4.2
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
config.yaml
lib/CoprStatus.pm
@@ -140,7 +140,7 @@ sub info2html { | @@ -140,7 +140,7 @@ sub info2html { | ||
140 | foreach my $package (keys %{$info}) { | 140 | foreach my $package (keys %{$info}) { |
141 | my $fill_v4_row; | 141 | my $fill_v4_row; |
142 | my $fill_v5_row; | 142 | my $fill_v5_row; |
143 | - if($info->{$package}->{'v4_version'} eq $info->{$package}->{'git_version_stable-4.1'}) { | 143 | + if($info->{$package}->{'v4_version'} eq $info->{$package}->{'git_version_stable-4.2'}) { |
144 | $fill_v4_row = "success"; | 144 | $fill_v4_row = "success"; |
145 | } | 145 | } |
146 | else { | 146 | else { |
@@ -156,7 +156,7 @@ sub info2html { | @@ -156,7 +156,7 @@ sub info2html { | ||
156 | 156 | ||
157 | $table_entries .= "<tr> | 157 | $table_entries .= "<tr> |
158 | <td><b>$package</b></td> | 158 | <td><b>$package</b></td> |
159 | - <td>$info->{$package}->{'git_version_stable-4.1'}</td> | 159 | + <td>$info->{$package}->{'git_version_stable-4.2'}</td> |
160 | <td class=\"$fill_v4_row\">$info->{$package}->{'v4_version'}</td> | 160 | <td class=\"$fill_v4_row\">$info->{$package}->{'v4_version'}</td> |
161 | <td>$info->{$package}->{'git_version_master'}</td> | 161 | <td>$info->{$package}->{'git_version_master'}</td> |
162 | <td class=\"$fill_v5_row\">$info->{$package}->{'v5_version'}</td> | 162 | <td class=\"$fill_v5_row\">$info->{$package}->{'v5_version'}</td> |
template.html.tt
@@ -55,7 +55,7 @@ | @@ -55,7 +55,7 @@ | ||
55 | </tr> | 55 | </tr> |
56 | <tr> | 56 | <tr> |
57 | <th>PACKAGE</th> | 57 | <th>PACKAGE</th> |
58 | - <th>git:stable-4.1</th> | 58 | + <th>git:stable-4.2</th> |
59 | <th>softwarepublico/v4</th> | 59 | <th>softwarepublico/v4</th> |
60 | <th>git:master</th> | 60 | <th>git:master</th> |
61 | <th>softwarepublico/v5</th> | 61 | <th>softwarepublico/v5</th> |