Re: continuous integration for solrb

2007-01-22 Thread Chris Hostetter

: While we are on the subject of continuous integration, does anyone think that
: we should also do so for Lucene and Solr?  Doing so we give us a heads-up if
: changes in Lucene breaks Solr.

the current nightly solr builds may not be continuous but they are
rgular, and they will fail and complain if there are any build/test
failures in Solr.  rigging up a seperate recuring build that allways uses
the latest lucene nightly build is an interesting idea ... but if Lucene
starts doing more frequently releases and treats the trunk as more
unstable (which is the direction it seems to be heading) this may not be
that useful.

Of course: if/when that happens, Solr will probably want to stop using
nightly builds of lucene anyway, and only rev when their official point
releases.

:
: Bill
:
: On 1/22/07, Bertrand Delacretaz [EMAIL PROTECTED] wrote:
:  On 1/22/07, Erik Hatcher [EMAIL PROTECTED] wrote:
: 
:   ...I don't know much about our Solaris zone, so could someone fill me in
:   on it a bit?...
: 
:  I haven't seen Solr's zone yet, but basically zones are Solaris
:  (virtual) machines where some of us can get root access, so we can
:  install anything there as long as it plays nice with other zones in
:  terms of CPU and memory usage. Currently all of the ASF's zones are
:  sharing a - fairly powerful - physical machine.
: 
:  For example, the Cocoon zone at http://cocoon.zones.apache.org/ runs
:  live demos of Cocoon pulled automatically out of SVN every few hours
:  by crontab scripts, the Continuum continuous integration server, and
:  the Daisy CMS for editing docs.
: 
:  There's more info at http://www.apache.org/dev/solaris-zones.html
: 
:  HTH,
:  -Bertrand
: 
:



-Hoss



Re: continuous integration for solrb

2007-01-22 Thread Yonik Seeley

On 1/22/07, Chris Hostetter [EMAIL PROTECTED] wrote:

Of course: if/when that happens, Solr will probably want to stop using
nightly builds of lucene anyway, and only rev when their official point
releases.


I'd rather play that one by ear... I haven't rev'd the lucene version
recently because of all the file format changes going on.  At this
point, I would feel a little more comfortable with waiting until the
next release, or near to it.

-Yonik


Re: continuous integration for solrb

2007-01-22 Thread Erik Hatcher


On Jan 22, 2007, at 1:44 AM, Bertrand Delacretaz wrote:

There's more info at http://www.apache.org/dev/solaris-zones.html


Anyone here capable of giving me an account on the Lucene zone to let  
me tinker a bit?


Or is Doug the right person to set me up?

Thanks,
Erik



Re: continuous integration for solrb

2007-01-21 Thread Bertrand Delacretaz

On 1/22/07, Erik Hatcher [EMAIL PROTECTED] wrote:


...I don't know much about our Solaris zone, so could someone fill me in
on it a bit?...


I haven't seen Solr's zone yet, but basically zones are Solaris
(virtual) machines where some of us can get root access, so we can
install anything there as long as it plays nice with other zones in
terms of CPU and memory usage. Currently all of the ASF's zones are
sharing a - fairly powerful - physical machine.

For example, the Cocoon zone at http://cocoon.zones.apache.org/ runs
live demos of Cocoon pulled automatically out of SVN every few hours
by crontab scripts, the Continuum continuous integration server, and
the Daisy CMS for editing docs.

There's more info at http://www.apache.org/dev/solaris-zones.html

HTH,
-Bertrand