aboutsummaryrefslogtreecommitdiff
path: root/www/hudson
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.221Herve Quiroz2008-06-072-6/+5
| | | | Notes: svn path=/head/; revision=214449
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 1.218Herve Quiroz2008-05-232-5/+5
| | | | Notes: svn path=/head/; revision=213557
* Update to 1.211Herve Quiroz2008-05-012-5/+5
| | | | | | | | PR: 123192 Submitted by: Greg Larkin <glarkin@sourcehosting.net> Notes: svn path=/head/; revision=212440
* Fix build by changing the file the port depends onHerve Quiroz2008-03-251-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=209823
* Hudson monitors executions of repeated jobs, such as building a softwareHerve Quiroz2008-03-094-0/+58
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/ Notes: svn path=/head/; revision=208659