cvs commit: ports/www Makefile ports/www/hudson Makefile distinfo pkg-descr pkg-message

Herve Quiroz hq at FreeBSD.org
Sun Mar 9 00:26:01 UTC 2008


hq          2008-03-09 00:26:01 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/hudson           Makefile distinfo pkg-descr pkg-message 
  Log:
  Hudson monitors executions of repeated jobs, such as building a software
  project or jobs run by cron. Among those things, current Hudson focuses on the
  following two jobs:
  
    1. Building/testing software projects continuously, just like CruiseControl
    or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called
    continuous integration system, making it easier for developers to integrate
    changes to the project, and making it easier for users to obtain a fresh
    build. The automated, continuous build increases the productivity.
  
    2. Monitoring executions of externally-run jobs, such as cron jobs and
    procmail jobs, even those that are run on a remote machine. For example, with
    cron, all you receive is regular e-mails that capture the output, and it is
    up to you to look at them diligently and notice when it broke. Hudson keeps
    those outputs and makes it easy for you to notice when something is wrong.
  
  WWW:    https://hudson.dev.java.net/
  
  Revision  Changes    Path
  1.1994    +1 -0      ports/www/Makefile
  1.1       +31 -0     ports/www/hudson/Makefile (new)
  1.1       +3 -0      ports/www/hudson/distinfo (new)
  1.1       +17 -0     ports/www/hudson/pkg-descr (new)
  1.1       +7 -0      ports/www/hudson/pkg-message (new)


More information about the cvs-ports mailing list