OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-web                      Date:   29-Jan-2003 14:09:47
  Branch: HEAD                             Handle: 2003012913094600

  Modified files:
    openpkg-web             status.cgi status.wml

  Log:
    update for latest CURRENT building

  Summary:
    Revision    Changes     Path
    1.5         +4  -4      openpkg-web/status.cgi
    1.6         +19 -10     openpkg-web/status.wml
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-web/status.cgi
  ============================================================================
  $ cvs diff -u -r1.4 -r1.5 status.cgi
  --- openpkg-web/status.cgi    22 Jan 2003 13:12:54 -0000      1.4
  +++ openpkg-web/status.cgi    29 Jan 2003 13:09:46 -0000      1.5
  @@ -96,7 +96,7 @@
               $log =~ s|^status.log/||s;
               if ($host eq "--") {
                   if (defined($doing{$hostlist[$n]}) and $doing{$hostlist[$n]} eq 
"$name-$version-$release") {
  -                    $O .= "<td bgcolor=\"#".($n < 3 ? "f0f099" : "999933")."\" 
align=center>";
  +                    $O .= "<td bgcolor=\"#".($n < 6 ? "f0f099" : "999933")."\" 
align=center>";
                       $O .= "<a href=\"status-log.cgi/".$log."\">";
                       $mtime_srpm = 
(stat("/e/openpkg/ftp/current/SRC/$name-$version-$release.src.rpm"))[9];
                       $mtime_logf = (stat($log[0]))[9];
  @@ -104,7 +104,7 @@
                       $O .= "<img src=\"status.img/$img\" width=9 height=9 alt=\"--\" 
border=0>";
                   }
                   elsif ($#log >= 0) {
  -                    $O .= "<td bgcolor=\"#".($n < 3 ? "ff9999" : "993333")."\" 
align=center>";
  +                    $O .= "<td bgcolor=\"#".($n < 6 ? "ff9999" : "993333")."\" 
align=center>";
                       $O .= "<a href=\"status-log.cgi/".$log."\">";
                       $mtime_srpm = 
(stat("/e/openpkg/ftp/current/SRC/$name-$version-$release.src.rpm"))[9];
                       $mtime_logf = (stat($log[0]))[9];
  @@ -113,12 +113,12 @@
                       $O .= "<img src=\"status.img/$img\" width=9 height=9 alt=\"--\" 
border=0>";
                   }
                   else {
  -                    $O .= "<td bgcolor=\"#".($n < 3 ? "9999ff" : "000066")."\" 
align=center>";
  +                    $O .= "<td bgcolor=\"#".($n < 6 ? "9999ff" : "000066")."\" 
align=center>";
                       $O .= "<img src=\"status.img/icon-dot.gif\" width=9 height=9 
alt=\"??\" border=0>";
                   }
               }
               else {
  -                $O .= "<td bgcolor=\"#".($n < 3 ? "99cc99" : "336633")."\" 
align=center>";
  +                $O .= "<td bgcolor=\"#".($n < 6 ? "99cc99" : "336633")."\" 
align=center>";
                   if ($#log >= 0) {
                       $O .= "<a href=\"status-log.cgi/".$log."\">";
                   }
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/status.wml
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 status.wml
  --- openpkg-web/status.wml    22 Jan 2003 13:12:54 -0000      1.5
  +++ openpkg-web/status.wml    29 Jan 2003 13:09:46 -0000      1.6
  @@ -14,22 +14,31 @@
   the latest package building status.
   
   <p>
  -The following hosts are currently part of the build procedure:
  +The following hosts are currently part of the build procedure
  +and considered primary platforms on which we focus:
   <p>
   <ul>
      <li><b>dv1: ix86-freebsd4.7</b><br>
  -       (FreeBSD 4.7-STABLE; primary platform)
  -   <li><b>dv6: ix86-linux2.4</b><br>
  -       (Debian GNU/Linux 3.0; primary platform)
  -   <li><b>dv9: sparc64-solaris2.9</b><br>
  -       (Sun Solaris 9; primary platform)
  -   <p>
  +       (FreeBSD 4.7-STABLE)
      <li><b>dv2: ix86-freebsd5.0</b><br>
  -       (FreeBSD 5.0-CURRENT; secondary platform because forthcoming)
  +       (FreeBSD 5.0-CURRENT)
  +   <li><b>dv6: ix86-linux2.4</b><br>
  +       (Debian GNU/Linux 3.0)
      <li><b>dv5: ix86-linux2.2</b><br>
  -       (Debian GNU/Linux 2.2; secondary platform because previous)
  +       (Debian GNU/Linux 2.2)
  +   <li><b>dv9: sparc64-solaris2.9</b><br>
  +       (Sun Solaris 9)
      <li><b>dv8: sparc64-solaris2.8</b><br>
  -       (Sun Solaris 8; secondary platform because previous)
  +       (Sun Solaris 8)
  +</ul>
  +<p>
  +The following hosts are currently part of the build procedure
  +and considered secondary platforms on which don't focus:
  +<ul>
  +   <li><b>dv4: ix86-linux2.4</b><br>
  +       (RedHat Linux 8.0)
  +   <li><b>dv13: sparc64-solaris2.6</b><br>
  +       (Sun Solaris 2.6)
   </ul>
   
   <p>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to