Commit e8d76b8dbff0309a348a1b753cb2448fa3bfaeb1

Authored by Athos
1 parent 6c413fcc
Exists in master

change stable branch to stable-4.2

config.yaml
... ... @@ -4,5 +4,5 @@ Repositories:
4 4 - v4
5 5 - v5
6 6 Branches:
7   - - stable-4.1
  7 + - stable-4.2
8 8 - master
... ...
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>
... ...
template.html.tt
... ... @@ -55,7 +55,7 @@
55 55 </tr>
56 56 <tr>
57 57 <th>PACKAGE</th>
58   - <th>git:stable-4.1</th>
  58 + <th>git:stable-4.2</th>
59 59 <th>softwarepublico/v4</th>
60 60 <th>git:master</th>
61 61 <th>softwarepublico/v5</th>
... ...