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 | 140 | foreach my $package (keys %{$info}) { |
| 141 | 141 | my $fill_v4_row; |
| 142 | 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 | 144 | $fill_v4_row = "success"; |
| 145 | 145 | } |
| 146 | 146 | else { |
| ... | ... | @@ -156,7 +156,7 @@ sub info2html { |
| 156 | 156 | |
| 157 | 157 | $table_entries .= "<tr> |
| 158 | 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 | 160 | <td class=\"$fill_v4_row\">$info->{$package}->{'v4_version'}</td> |
| 161 | 161 | <td>$info->{$package}->{'git_version_master'}</td> |
| 162 | 162 | <td class=\"$fill_v5_row\">$info->{$package}->{'v5_version'}</td> | ... | ... |