/[soft]/build_system/web/autobuild/results.php
ViewVC logotype

Diff of /build_system/web/autobuild/results.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7079 by pterjan, Mon Jan 14 00:52:36 2013 UTC revision 7080 by pterjan, Mon Jan 14 00:59:25 2013 UTC
# Line 79  while (!feof($status_file)) { Line 79  while (!feof($status_file)) {
79                          preg_match("/(.*)-([^-]*-[^-]*mga)[1-9].src.rpm/", $rpm, $matches);                          preg_match("/(.*)-([^-]*-[^-]*mga)[1-9].src.rpm/", $rpm, $matches);
80                          if(!$packages[$matches[1]]) {                          if(!$packages[$matches[1]]) {
81                                  $removed[$rpm] = 1;                                  $removed[$rpm] = 1;
82                          } elseif ($packages[$matches[1]] != $matches[2]) {                          } elseif ($packages[$matches[1]] > $matches[2]) {
83                                  $fixed[$rpm] = 1;                                  $fixed[$rpm] = 1;
84                          }                          }
85                  }                  }

Legend:
Removed from v.7079  
changed lines
  Added in v.7080

  ViewVC Help
Powered by ViewVC 1.1.30