[tinderbox-cvs] cvs commit: portstools/tinderbox Makefile README tinderbox-mysql.schema tinderbox-pgsql.schema portstools/tinderbox/lib tc_command.pl tinderlib.pl portstools/tinderbox/lib/Tinderbox BuildPortsQueue.pm Config.pm Host.pm TinderboxDS.pm ...

Ade Lovett ade at marcuscom.com
Fri Oct 12 22:28:48 EDT 2007


ade         2007-10-13 02:28:48 UTC

  MarcusCom CVS repository

  Modified files:
    tinderbox            Makefile README tinderbox-mysql.schema 
                         tinderbox-pgsql.schema 
    tinderbox/lib        tc_command.pl tinderlib.pl 
    tinderbox/lib/Tinderbox BuildPortsQueue.pm Config.pm 
                            TinderboxDS.pm 
    tinderbox/man/man1   tc-configCcache.1 tc-configDistfile.1 
                         tc-configGet.1 tc-configJail.1 
                         tc-configTinderd.1 
    tinderbox/webui      index.php 
    tinderbox/webui/core BuildPortsQueue.php Config.php 
                         TinderboxDS.php 
    tinderbox/webui/module moduleConfig.php moduleTinderd.php 
                           moduleUsers.php 
    tinderbox/webui/templates/default config.tpl 
                                      current_buildports.tpl 
                                      list_tinderd_queue.tpl 
                                      messages.inc 
                                      user_permissions.tpl 
  Removed files:
    tinderbox/lib/Tinderbox Host.pm 
    tinderbox/webui/core Host.php 
    tinderbox/webui/module moduleHosts.php 
  Log:
  Remove the Hosts table as it would appear that no-one actually uses it,
  and the current tinderbox code is ill-suited to multi-host operation
  anyway.
  
  Revision  Changes    Path
  1.43      +5 -5      portstools/tinderbox/Makefile
  1.66      +10 -18    portstools/tinderbox/README
  1.11      +1 -2      portstools/tinderbox/lib/Tinderbox/BuildPortsQueue.pm
  1.6       +1 -15     portstools/tinderbox/lib/Tinderbox/Config.pm
  1.6       +0 -73     portstools/tinderbox/lib/Tinderbox/Host.pm (dead)
  1.77      +21 -117   portstools/tinderbox/lib/Tinderbox/TinderboxDS.pm
  1.125     +47 -257   portstools/tinderbox/lib/tc_command.pl
  1.20      +1 -7      portstools/tinderbox/lib/tinderlib.pl
  1.3       +2 -19     portstools/tinderbox/man/man1/tc-configCcache.1
  1.2       +2 -19     portstools/tinderbox/man/man1/tc-configDistfile.1
  1.2       +2 -17     portstools/tinderbox/man/man1/tc-configGet.1
  1.2       +2 -19     portstools/tinderbox/man/man1/tc-configJail.1
  1.2       +2 -19     portstools/tinderbox/man/man1/tc-configTinderd.1
  1.61      +16 -31    portstools/tinderbox/tinderbox-mysql.schema
  1.38      +15 -30    portstools/tinderbox/tinderbox-pgsql.schema
  1.10      +1 -16     portstools/tinderbox/webui/core/BuildPortsQueue.php
  1.2       +2 -7      portstools/tinderbox/webui/core/Config.php
  1.4       +0 -52     portstools/tinderbox/webui/core/Host.php (dead)
  1.36      +19 -53    portstools/tinderbox/webui/core/TinderboxDS.php
  1.22      +7 -12     portstools/tinderbox/webui/index.php
  1.4       +2 -10     portstools/tinderbox/webui/module/moduleConfig.php
  1.3       +0 -48     portstools/tinderbox/webui/module/moduleHosts.php (dead)
  1.9       +14 -37    portstools/tinderbox/webui/module/moduleTinderd.php
  1.18      +22 -25    portstools/tinderbox/webui/module/moduleUsers.php
  1.5       +1 -22     portstools/tinderbox/webui/templates/default/config.tpl
  1.5       +2 -2      portstools/tinderbox/webui/templates/default/current_buildports.tpl
  1.10      +1 -38     portstools/tinderbox/webui/templates/default/list_tinderd_queue.tpl
  1.8       +2 -2      portstools/tinderbox/webui/templates/default/messages.inc
  1.5       +13 -18    portstools/tinderbox/webui/templates/default/user_permissions.tpl


More information about the tinderbox-cvs mailing list