From owner-cvs-ports@FreeBSD.ORG Sun Mar 9 00:26:01 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A70611065674; Sun, 9 Mar 2008 00:26:01 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9606B8FC17; Sun, 9 Mar 2008 00:26:01 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m290Q1h2078849; Sun, 9 Mar 2008 00:26:01 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m290Q1NJ078848; Sun, 9 Mar 2008 00:26:01 GMT (envelope-from hq) Message-Id: <200803090026.m290Q1NJ078848@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 9 Mar 2008 00:26:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/hudson Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2008 00:26:01 -0000 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)