/[soft]/build_system/web/index.php
ViewVC logotype

Diff of /build_system/web/index.php

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

revision 1115 by pterjan, Thu May 5 15:15:59 2011 UTC revision 1253 by misc, Mon May 9 18:36:23 2011 UTC
# Line 7  Line 7 
7   * @author Olivier Blin   * @author Olivier Blin
8   * @author Pascal Terjan   * @author Pascal Terjan
9   * @author Romain d'Alverny   * @author Romain d'Alverny
10     * @author Michael Scherer
11   *   *
12   * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2   * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2
13   *   *
# Line 292  if (!is_null($g_user)) Line 293  if (!is_null($g_user))
293    
294  # Temporary until initial mirror is ready  # Temporary until initial mirror is ready
295  echo sprintf(  echo sprintf(
296      '<p><a href="%s">%d broken dependencies</a>. <strong><a href="%s">You can help!</a></strong></p>',      '<p><a href="%s">%s broken dependencies</a>. <strong><a href="%s">You can help!</a></strong></p>',
297      'data/missing-deps.i586.txt', count($missing_deps),      'data/missing-deps.i586.txt', count($missing_deps) == 0 ? 'no' : count($missing_deps),
298      'http://www.mageia.org/wiki/doku.php?id=packaging#starting_package_import'      'http://www.mageia.org/wiki/doku.php?id=packaging#starting_package_import'
299  );  );
300    

Legend:
Removed from v.1115  
changed lines
  Added in v.1253

  ViewVC Help
Powered by ViewVC 1.1.30