Re: Jenkins: request for additional packages on Ubuntu slaves?

2011-03-03 Thread Niklas Gustavsson
On Thu, Mar 3, 2011 at 11:40 PM, Roger Meier wrote: > We would like to build ruby libraries for Apache Thrift and need the > following packages: > libdaemons-ruby > libgemplugin-ruby > mongrel Done. /niklas

Jenkins: request for additional packages on Ubuntu slaves?

2011-03-03 Thread Roger Meier
Hi all Could someone add additional packages on Ubuntu slaves? We would like to build ruby libraries for Apache Thrift and need the following packages: libdaemons-ruby libgemplugin-ruby mongrel see https://issues.apache.org/jira/browse/THRIFT-987 https://hudson.apache.org/hudson/job/Thrift/ Tha

hudkins (hudson/jenkins) for apache .net projects setup?

2011-03-03 Thread Michael Herndon
All, Lucene.Net (which is back in incubation) would like to setup CI for the project for both .net and mono binaries. With that goal in mind, what are the steps towards working towards getting this set up? Also does anyone know of the existing tools that maybe available on the windows slave such

Re: rsync daemon on hudson slave?

2011-03-03 Thread Joe Schaefer
- Original Message > From: Daniel Kulp > To: builds@apache.org > Cc: Joe Schaefer > Sent: Thu, March 3, 2011 10:36:14 AM > Subject: Re: rsync daemon on hudson slave? > > On Thursday 03 March 2011 10:20:37 AM Joe Schaefer wrote: > > Why doesn't someone roll up their sleeves and teach

Re: rsync daemon on hudson slave?

2011-03-03 Thread Daniel Kulp
On Thursday 03 March 2011 10:20:37 AM Joe Schaefer wrote: > Why doesn't someone roll up their sleeves and teach maven to > build things in a way that's compatible with the CMS builds? Why doesn't someone roll up their sleeves and teach the CMS to build things in a way that's compatible with the w

Re: rsync daemon on hudson slave?

2011-03-03 Thread Joe Schaefer
Well then just write the corresponding perl glue (in view.pm), tell me what ports you need installing on the cms, and bingo you get maven integration with the cms. No building .pdf next to .html files, but that's the only restriction I see from http://www.apache.org/dev/cms.html - Origina

Re: rsync daemon on hudson slave?

2011-03-03 Thread Scott O'Bryan
It is.. On Mar 3, 2011, at 8:30 AM, Joe Schaefer wrote: > It needs to be capable of building individual files. > That's it. > > > > - Original Message >> From: Niklas Gustavsson >> To: builds@apache.org >> Cc: Joe Schaefer >> Sent: Thu, March 3, 2011 10:27:22 AM >> Subject: Re: rsync

Re: rsync daemon on hudson slave?

2011-03-03 Thread Joe Schaefer
It needs to be capable of building individual files. That's it. - Original Message > From: Niklas Gustavsson > To: builds@apache.org > Cc: Joe Schaefer > Sent: Thu, March 3, 2011 10:27:22 AM > Subject: Re: rsync daemon on hudson slave? > > On Thu, Mar 3, 2011 at 4:20 PM, Joe Schaefer

Re: rsync daemon on hudson slave?

2011-03-03 Thread Niklas Gustavsson
On Thu, Mar 3, 2011 at 4:20 PM, Joe Schaefer wrote: > Why doesn't someone roll up their sleeves and teach maven to > build things in a way that's compatible with the CMS builds? What would be needed? /niklas

Re: rsync daemon on hudson slave?

2011-03-03 Thread Joe Schaefer
Why doesn't someone roll up their sleeves and teach maven to build things in a way that's compatible with the CMS builds? - Original Message > From: Ulrich Stärk > To: builds@apache.org > Sent: Thu, March 3, 2011 10:15:13 AM > Subject: Re: rsync daemon on hudson slave? > > Yet another

Re: rsync daemon on hudson slave?

2011-03-03 Thread Ulrich Stärk
Yet another tool just for some special aspect of our builds... Uli On 03.03.2011 16:00, Jukka Zitting wrote: > Hi, > > 2011/3/3 Niklas Gustavsson : >> Not sure how we would restrict anyone with access to Jenkins from >> running any job on such a slave. We would need to find a way for only >> Jen

Re: rsync daemon on hudson slave?

2011-03-03 Thread Jukka Zitting
Hi, 2011/3/3 Niklas Gustavsson : > Not sure how we would restrict anyone with access to Jenkins from > running any job on such a slave. We would need to find a way for only > Jenkins admins to tie jobs to that slave. One alternative would be to run such site build jobs only on Buildbot, as there

Re: rsync daemon on hudson slave?

2011-03-03 Thread Niklas Gustavsson
On Thu, Mar 3, 2011 at 3:42 PM, Daniel Kulp wrote: > Basically, buildbot is setup like this, I'm just asking what it would take to > get a Jenkins slave to be setup as well. Not sure how we would restrict anyone with access to Jenkins from running any job on such a slave. We would need to find a

Re: rsync daemon on hudson slave?

2011-03-03 Thread Daniel Kulp
On Thursday 03 March 2011 9:35:00 AM Ulrich Stärk wrote: > I always had the impression that stored credentials, be it cached SVN > credentials or private keys in people's home dirs, was strongly > discouraged. I didn't say in the home dirs on p.a.o. I'm talking about a fairly locked down build

Re: rsync daemon on hudson slave?

2011-03-03 Thread Ulrich Stärk
I always had the impression that stored credentials, be it cached SVN credentials or private keys in people's home dirs, was strongly discouraged. Otherwise I could just have requested an account on vesta and copied the stuff over to people with a private key stored in my home dir on people (see

Re: rsync daemon on hudson slave?

2011-03-03 Thread Daniel Kulp
On Thursday 03 March 2011 8:33:21 AM Jukka Zitting wrote: > Hi, > > On Thu, Mar 3, 2011 at 2:30 PM, Ulrich Stärk wrote: > > The only thing that seems reasonable apart from having an rsync daemon is > > doing a recursive wget on the generated site every hour or so. This will > > however fetch all

Re: rsync daemon on hudson slave?

2011-03-03 Thread Scott O'Bryan
Sorry, to be clear it uses post-build targets to create the archive. On Mar 3, 2011, at 6:41 AM, Scott O'Bryan wrote: > Well, mine isn't completely done yet (the tar.gz is not correct and > some other things) but the myfaces-trinidad-site job has a working > principal for downloading as a cron j

Re: rsync daemon on hudson slave?

2011-03-03 Thread Scott O'Bryan
Well, mine isn't completely done yet (the tar.gz is not correct and some other things) but the myfaces-trinidad-site job has a working principal for downloading as a cron job. It pulls the sites source into a staging directory and packages it up during the build. It then stores the tar.gz as an a

Re: rsync daemon on hudson slave?

2011-03-03 Thread Ulrich Stärk
How would that work? Have Jenkins commit the generated site to SVN and have the webservers pick it up with svnpubsub from there? Is there support for committing the site back to SVN in Jenkins? Uli On 03.03.2011 14:33, Jukka Zitting wrote: > Hi, > > On Thu, Mar 3, 2011 at 2:30 PM, Ulrich Stärk

Re: rsync daemon on hudson slave?

2011-03-03 Thread Jukka Zitting
Hi, On Thu, Mar 3, 2011 at 2:30 PM, Ulrich Stärk wrote: > The only thing that seems reasonable apart from having an rsync daemon is > doing a recursive wget on > the generated site every hour or so. This will however fetch all 4000 files > and I don't know how > much load it puts on Jenkins. Is

Re: rsync daemon on hudson slave?

2011-03-03 Thread Ulrich Stärk
The only thing that seems reasonable apart from having an rsync daemon is doing a recursive wget on the generated site every hour or so. This will however fetch all 4000 files and I don't know how much load it puts on Jenkins. Is this OK? Uli On 02.02.2011 19:52, Scott O'Bryan wrote: > Yeah. I

Re: View mechanism in Hudson missing a level?

2011-03-03 Thread Niklas Gustavsson
On Wed, Mar 2, 2011 at 11:13 AM, Marshall Schor wrote: > Is this a known issue with Hudson?  Is there a way to get the expected > behavior > to happen? It's a limitation in view plugin we're currently using. That said, there has been significant improvements in other view plugins, so there are l

Re: Hudson being upgraded to Jenkins

2011-03-03 Thread Niklas Gustavsson
On Thu, Mar 3, 2011 at 9:21 AM, Olivier Lamy wrote: > I wonder if we could use a more "neutral" hostname ? (as we did for > sonar.apache.org which redirect to http://analysis.apache.org/ ) This has been discussed and I think the most popular name was builds.a.o. /niklas

Re: Hudson being upgraded to Jenkins

2011-03-03 Thread Olivier Lamy
Hello, GREAT ! I wonder if we could use a more "neutral" hostname ? (as we did for sonar.apache.org which redirect to http://analysis.apache.org/ ) Thanks, -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy 2011/3/2 Niklas Gustavsson : > On Wed, Mar 2, 2011 at 6:46 PM, Ni