Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'trac': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'hudson': 0.16; 'quicker': 0.16; '(i.e.': 0.17; 'once,': 0.19; 'setup.': 0.19; 'simpler': 0.19; 'header:In-Reply-To:1': 0.22; 'interface': 0.23; 'received:84': 0.28; 'shell': 0.29; 'stefan': 0.29; 'django': 0.29; 'usually': 0.33; 'to:addr:python-list': 0.34; 'header:X-Complaints-To:1': 0.34; 'header:User-Agent:1': 0.34; 'couple': 0.34; 'test': 0.34; 'options': 0.36; 'interface.': 0.37; 'anything': 0.37; 'but': 0.37; 'using': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'something': 0.38; 'header:Mime-Version:1': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'mark': 0.40; 'your': 0.60; 'full': 0.63; 'miss': 0.64; 'world': 0.65; 'here': 0.66; 'become': 0.72; 'advantages': 0.77; 'gain': 0.79; 'plugins': 0.91; 'adopting': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: CI and BDD with Python Date: Sat, 09 Jul 2011 06:36:36 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-020-013.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1310186214 news.xs4all.nl 21785 [2001:888:2000:d::a6]:37277 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9104 mark curphey, 09.07.2011 01:41: > And for CI having been using Hudson for a while, any real advantages in a Python / Django world for adopting something native like Trac and one of the CI plugins like Bitten? I warmly recommend Jenkins (i.e. Hudson) for anything CI. It gives you tons of plugins and configuration options together with full information awareness about your build status and dependencies through a nice web interface. The only reason to go native here is that it may become simpler to set up Python build and test jobs. But given that it's usually just a couple of shell commands that you write once, you'd miss more from the interface than what you gain from a quicker job setup. Stefan