cvs commit: ports/Tools/portbuild/scripts processlogs

Mark Linimon linimon at FreeBSD.org
Fri Jun 25 23:37:19 UTC 2010


linimon     2010-06-25 23:37:19 UTC

  FreeBSD ports repository

  Modified files:
    Tools/portbuild/scripts processlogs 
  Log:
  Generalize the packge building scripts to be able to be run on more than
  one 'head' node, rather than just pointyhat itself.
  
  Constants are factored out into installation-specific files known as
  portbuild/conf/server.conf and portbuild/conf/client.conf.  There is
  only one server.conf file.  Individual <arch> directories may have
  their own client.conf files, or may symlink to ../conf/client.conf.
  
  Several bugs are fixed and improvements are made:
  
   - suppress error message if there are no logs yet.
   - change the misnomer filename 'cvsdone' to '.updated'.
   - fix a bug by un-escaping '_' in the timestamp.
  
  Feature safe:   yes
  
  Revision  Changes    Path
  1.27      +22 -19    ports/Tools/portbuild/scripts/processlogs


More information about the cvs-all mailing list