[tinderbox-cvs] cvs commit: portstools/tinderbox/webui/core TinderboxDS.php

Beat Gaetzi beat at marcuscom.com
Thu Jul 16 11:16:49 EDT 2009


beat        2009-07-16 15:16:49 UTC

  MarcusCom CVS repository

  Modified files:
    tinderbox/webui/core TinderboxDS.php 
  Log:
  Teach webui that domain part of maintainer address is in lowercase now.
  
  To update the existing data (works with mySQL and PostgreSQL):
  
  UPDATE ports
  SET port_maintainer=REPLACE(port_maintainer, '@FreeBSD.org','@freebsd.org');
  
  Revision  Changes    Path
  1.50      +2 -2      portstools/tinderbox/webui/core/TinderboxDS.php


More information about the tinderbox-cvs mailing list