From dev-return-58793-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Fri Apr 02 17:43:44 2004 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 64490 invoked from network); 2 Apr 2004 17:43:43 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 17:43:43 -0000 Received: (qmail 83059 invoked by uid 500); 2 Apr 2004 17:43:31 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 83010 invoked by uid 500); 2 Apr 2004 17:43:31 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 82997 invoked from network); 2 Apr 2004 17:43:31 -0000 Received: from unknown (HELO keow.org) (69.41.247.100) by daedalus.apache.org with SMTP; 2 Apr 2004 17:43:31 -0000 Received: (qmail 1296 invoked by uid 1000); 2 Apr 2004 17:54:13 -0000 Date: Fri, 2 Apr 2004 18:54:13 +0100 From: Tim Larson To: dev@cocoon.apache.org Subject: Re: excluding unstable blocks by default Message-ID: <20040402175413.GM20141@keow.org> References: <200404011300.i31D03O26562@otsrv1.iic.ugent.be> <406C52DC.6080209@gmx.de> <406D425B.9040904@upaya.co.uk> <406D7878.3090407@upaya.co.uk> <406D7F53.8080807@vafer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <406D7F53.8080807@vafer.org> User-Agent: Mutt/1.3.28i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, Apr 02, 2004 at 04:57:23PM +0200, Torsten Curdt wrote: > ...or slightly modified > > build core // core only > build stable // core + stable blocks > build unstable // core + stable + unstable blocks > build full // core + stable + unstable blocks + > // deprecated blocks > > build stable webapp // core + stable blocks + webapp > build unstable webapp // core + stable blocks + unstable + webapp > build full webapp // core + stable blocks + unstable + > // deprecated blocks + webapp > > build webapp // =build stable webapp > build // =build stable webapp > > > Although I won't exspect the inclusions from the > target names. I'd exspect "build unstable" to build > the unstable blocks *only*. We could make it more like a debian APT source list, eg: build core build stable build unstable build deprecated build core stable deprecated build stable unstable build core stable custom=some-file Just list the parts you want to build at the moment. --Tim Larson