Re: thoughts on CI

2009-01-17 Thread Musachy Barroso
It sounds good, thanks for setting this up Wes. musachy On Sat, Jan 17, 2009 at 12:51 PM, Wes Wannemacher wrote: > On Thursday 15 January 2009 13:57:39 Piero Sartini wrote: >> > But, the problem with this was that wget honors >> > the new robots.txt file which means wget refuses to pull it down.

Re: thoughts on CI

2009-01-17 Thread Wes Wannemacher
On Thursday 15 January 2009 13:57:39 Piero Sartini wrote: > > But, the problem with this was that wget honors > > the new robots.txt file which means wget refuses to pull it down. > > wget should ignore the robots.txt with the option > -erobots=off > Thanks Piero, using this argument, I was able t

Re: thoughts on CI

2009-01-17 Thread Wes Wannemacher
On Thursday 15 January 2009 13:57:39 Piero Sartini wrote: > > But, the problem with this was that wget honors > > the new robots.txt file which means wget refuses to pull it down. > > wget should ignore the robots.txt with the option > -erobots=off > > (or add the line robots=off in .wgetrc) > Oh,

Re: thoughts on CI

2009-01-15 Thread Wes Wannemacher
On Thu, 2009-01-15 at 12:02 -0700, Wendy Smoak wrote: > On Thu, Jan 15, 2009 at 11:37 AM, Wes Wannemacher wrote: > > > Okay, so I've got my account setup on the Apache Hudson instance. > ... > > assembly is a great way for me to generate nightlies, and it is sort of > > a matter of eating our own

Re: thoughts on CI

2009-01-15 Thread Wendy Smoak
On Thu, Jan 15, 2009 at 11:37 AM, Wes Wannemacher wrote: > Okay, so I've got my account setup on the Apache Hudson instance. ... > assembly is a great way for me to generate nightlies, and it is sort of > a matter of eating our own dogfood. If the assembly doesn't do what we > want, we should mak

Re: thoughts on CI

2009-01-15 Thread Piero Sartini
> But, the problem with this was that wget honors > the new robots.txt file which means wget refuses to pull it down. wget should ignore the robots.txt with the option -erobots=off (or add the line robots=off in .wgetrc) Piero ---

Re: thoughts on CI

2009-01-15 Thread Musachy Barroso
> Now, my first question is more general. Hudson allows a few different > triggers for launching builds. Right now, I'm telling it to check SVN > once a day for changes. To me, this is sufficient, but not quite as > comprehensive as Bamboo. I'm thinking that since this is a shared > resource (and w