From pschless at mdlogix.com Thu Jun 5 12:11:00 2008 From: pschless at mdlogix.com (Patrick Schless) Date: Thu, 5 Jun 2008 11:11:00 -0500 Subject: [Cruisecontrolrb-users] Build count limit == 5 ? Message-ID: <14d766500806050911g7491eb74sb6b57cff6430a552@mail.gmail.com> I have been running 4 builds on my CC server for a while now without a problem. Now I've added a 5th, and the dashboard is acting very strangely. Before I started the builder for the new project (while I was editing the config files, etc), it showed up on the dashboard as expected, with 'builder down'. However, at the top of the list of project rows was a white gap, about the height of a project (so instead of 6 project sections on the dashboard, there were 7, with the top one being blank). After I started the new builder, the gap at the top was gone, but now instead of 6 project sections, I have 11! I have the first 6 as expected, then all the projects are repeated, except for the first one (alphabetically). Very strange. Anyone ever heard of behavior like this? I'm running CC.rb 1.2.1.. could that be the problem? Any thoughts/commiseration would be appreciated. Patrick -------------- next part -------------- An HTML attachment was scrubbed... URL: From CWathing at thoughtworks.com Thu Jun 5 14:36:31 2008 From: CWathing at thoughtworks.com (Chad Wathington) Date: Thu, 5 Jun 2008 13:36:31 -0500 Subject: [Cruisecontrolrb-users] Chad Wathington is out of the office. Message-ID: I will be out of the office starting 06/05/2008 and will not return until 06/12/2008. I will check e-mail and voicemail throughout the day. From will.sargent at gmail.com Fri Jun 6 00:38:43 2008 From: will.sargent at gmail.com (Will Sargent) Date: Thu, 5 Jun 2008 21:38:43 -0700 Subject: [Cruisecontrolrb-users] IRC bot for cc.rb? In-Reply-To: References: Message-ID: On Tue, May 20, 2008 at 9:30 AM, Will Sargent wrote: >> On Mon, May 19, 2008 at 9:45 PM, Will Sargent wrote: >>> Hi all, >>> >>> Don't suppose there's an IRC bot I can use (or repurpose) for cc.rb >>> notifications? > >> you could google for ones that generically proxy rss feeds... Okay, so... note that you have to use the MacPorts version of Ruby for rbot to work if you're on a Mac. Assuming that: sudo port install ruby sudo port install rb-bdb curl -O http://ruby-rbot.org/gitweb/?p=rbot.git;a=snapshot;h=HEAD tar xzvf *.tar.gz cd rbot /opt/local/bin/ruby ./launch_here.rb And set the owner password as foobarbaz Then from IRC: /msg rbot login owner foobarbaz /msg rbot rss add ccrb http://192.168.1.20:3333/projects.rss /msg rbot rss watch ccrb in #mychan And that's it! Well, except for a problem with UnrealIRCD, but that was fixed by resetting the system time and bouncing the server. From lcantey at gmail.com Fri Jun 6 15:35:34 2008 From: lcantey at gmail.com (Lee Cantey) Date: Fri, 6 Jun 2008 12:35:34 -0700 Subject: [Cruisecontrolrb-users] Build count limit == 5 ? In-Reply-To: <14d766500806050911g7491eb74sb6b57cff6430a552@mail.gmail.com> References: <14d766500806050911g7491eb74sb6b57cff6430a552@mail.gmail.com> Message-ID: On Jun 5, 2008, at 9:11 AM, Patrick Schless wrote: > I have been running 4 builds on my CC server for a while now without > a problem. Now I've added a 5th, and the dashboard is acting very > strangely. I ran into the same problem. The issue is in app/views/projects/ index.rhtml about line 5. Just change the @projects.length test to something greater than five or remove the entire test. Regards, Lee From pschless at mdlogix.com Fri Jun 6 15:59:47 2008 From: pschless at mdlogix.com (Patrick Schless) Date: Fri, 6 Jun 2008 14:59:47 -0500 Subject: [Cruisecontrolrb-users] Build count limit == 5 ? In-Reply-To: References: <14d766500806050911g7491eb74sb6b57cff6430a552@mail.gmail.com> Message-ID: <14d766500806061259r2c463ca9l49049d88d3b7f7cb@mail.gmail.com> awesome, that's got it. Thanks! Patrick On Fri, Jun 6, 2008 at 2:35 PM, Lee Cantey wrote: > On Jun 5, 2008, at 9:11 AM, Patrick Schless wrote: > > I have been running 4 builds on my CC server for a while now without a >> problem. Now I've added a 5th, and the dashboard is acting very strangely. >> > > I ran into the same problem. The issue is in > app/views/projects/index.rhtml about line 5. Just change the > @projects.length test to something greater than five or remove the entire > test. > > Regards, > Lee > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From keith at keithsterling.com Mon Jun 9 10:53:39 2008 From: keith at keithsterling.com (Keith Sterling) Date: Mon, 9 Jun 2008 15:53:39 +0100 Subject: [Cruisecontrolrb-users] Configuration Settings Message-ID: <57C31ECA-37E6-44BA-820B-95969D57D896@keithsterling.com> I am trying to configure CC.rb as an NT service, and have it installed using SRVANY.exe, and can access the dashboard via http://localhost:3333 Now have a few questions about config 1) Used "cruise add" to add the project, but the dashboard still the dhasboard says "There are no projects in the project directory" 2) This question may answer 1), how do I configure the server. I have set the --port setting and no that is being picked up as the service, and have configured CRUISE_DATA_ROOT and when I add the project it creates the project in %CRUISE_DATA_ROOT%\projects\MyProjectName. Is CRUISE_DATA_ROOT the only way to specify a folder ? Keith Keith Sterling Bsc(Hons) CEng MBCS CITP Development Management, Technical Architecture Agile Coaching & Mentoring Keith Sterling Consulting Services Ltd Tel: +44 (0) 560 113 0920 Fax: +44 (0) 560 113 0919 Mob: +44 (0) 7771 597630 Email: keith at keithsterling.com MSN: keiff at hotmail.com Skype: keiffster http://www.keithsterling.com Company Number : 04959190 VAT Number : 832-3382-42 -------------- next part -------------- An HTML attachment was scrubbed... URL: From joe.swatosh at gmail.com Mon Jun 9 11:50:40 2008 From: joe.swatosh at gmail.com (Joe Swatosh) Date: Mon, 9 Jun 2008 08:50:40 -0700 Subject: [Cruisecontrolrb-users] Configuration Settings In-Reply-To: <57C31ECA-37E6-44BA-820B-95969D57D896@keithsterling.com> References: <57C31ECA-37E6-44BA-820B-95969D57D896@keithsterling.com> Message-ID: Hi Keith, On Mon, Jun 9, 2008 at 7:53 AM, Keith Sterling wrote: > I am trying to configure CC.rb as an NT service, and have it installed using > SRVANY.exe, and can access the dashboard via http://localhost:3333 > Now have a few questions about config > 1) Used "cruise add" to add the project, but the dashboard still the > dhasboard says "There are no projects in the project directory" > 2) This question may answer 1), how do I configure the server. I have set > the --port setting and no that is being picked up as the service, and have > configured CRUISE_DATA_ROOT and when I add the project it creates the > project in %CRUISE_DATA_ROOT%\projects\MyProjectName. Is CRUISE_DATA_ROOT > the only way to specify a folder ? > Keith > We had a few probelms getting 1.3.0 working on Windows 2003, you may find the fixes I mentioned in http://rubyforge.org/pipermail/cruisecontrolrb-users/2008-May/000511.html helpful with problem number 1. Actually since question 2 is about paths, it may help there also. Good Luck, -- Joe Swatosh From steve at riverocktech.com Mon Jun 9 16:42:47 2008 From: steve at riverocktech.com (Steve Kickert) Date: Mon, 9 Jun 2008 15:42:47 -0500 Subject: [Cruisecontrolrb-users] SVN credentials Message-ID: <9b8e0b810806091342m7a05b5abl99b51e50f2d7ddd5@mail.gmail.com> Hello All, Where are the username and password for your SVN repo stored for a cruisecontrol.rb project? I can see where you specify it when you add a project but I have been unable to find it to change it. Thanks -- Steve Kickert CEO Riverock Technologies www.riverocktech.com 952-232-5280 (direct) 612-965-1909 (mobile) -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremystellsmith at gmail.com Mon Jun 9 17:22:27 2008 From: jeremystellsmith at gmail.com (Jeremy Stell-Smith) Date: Mon, 9 Jun 2008 14:22:27 -0700 Subject: [Cruisecontrolrb-users] SVN credentials In-Reply-To: <9b8e0b810806091342m7a05b5abl99b51e50f2d7ddd5@mail.gmail.com> References: <9b8e0b810806091342m7a05b5abl99b51e50f2d7ddd5@mail.gmail.com> Message-ID: it isn't. in general, svn itself stores it and caches it so you don't have to type it in again, and you need to change svn's version of it. to make sure this works, just do svn up in the ~/.cruise/projects//work directory On Mon, Jun 9, 2008 at 1:42 PM, Steve Kickert wrote: > Hello All, > > Where are the username and password for your SVN repo stored for a > cruisecontrol.rb project? I can see where you specify it when you add a > project but I have been unable to find it to change it. > > Thanks > > -- > Steve Kickert > CEO > Riverock Technologies > www.riverocktech.com > 952-232-5280 (direct) > 612-965-1909 (mobile) > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From thewoolleyman at gmail.com Fri Jun 13 03:31:14 2008 From: thewoolleyman at gmail.com (Chad Woolley) Date: Fri, 13 Jun 2008 00:31:14 -0700 Subject: [Cruisecontrolrb-users] Move to GitHub? Message-ID: I think ccrb should have picked github to host instead of rubyforge, because of graphs like these [1], other slick interface features, and the general momentum behind the community there. Also, there are multiple [2] outdated forks there already, including mine, and AFAIK there is no easy automated way to sync. I'd have to cron a "sync" job with a local repo pulling from rubyforge and pushing to github. I also don't know of (or see why they would provide) options to do this automatically from either rubyforge or github. [1] http://github.com/thewoolleyman/cruisecontrolrb/network [2] http://github.com/benburkert/cruisecontrolrb/network From steve at finagle.org Mon Jun 23 16:39:21 2008 From: steve at finagle.org (Steve Sloan) Date: Mon, 23 Jun 2008 13:39:21 -0700 Subject: [Cruisecontrolrb-users] Git Branches Message-ID: <486009F9.1020309@finagle.org> Should I expect the CCrb Git support to work on branches? Specifying a branch when I create the project appears to do exactly nothing (i.e. it still pulls/builds "master"). I tried to hack around this by forcing the branch name in cruise_config.rb, but that doesn't seem to have any effect: Project.configure do |project| # Force Git branch project.source_control = Git.new :branch => '5.1' ... end Any suggestions? Should I just dive into the CCrb code and start debugging? -- Steve From averkhov at thoughtworks.com Mon Jun 23 17:25:12 2008 From: averkhov at thoughtworks.com (Alexey Verkhovsky) Date: Mon, 23 Jun 2008 16:25:12 -0500 Subject: [Cruisecontrolrb-users] Git Branches Message-ID: > Should I expect the CCrb Git support to work on branches? In future - yes. Especially if someone sends me a patch for it. :) We had a quick look at it last Wednesday, and it didn't seem too hard - IIRC, it came down to adding an extra command to the initial "git clone". Alas, we were bogged down in the Windows land for the entire evening, so no branch support on the trunk yet. -- Alex From michael.kintzer at synapticmash.com Wed Jun 25 01:10:23 2008 From: michael.kintzer at synapticmash.com (Michael Kintzer) Date: Tue, 24 Jun 2008 22:10:23 -0700 Subject: [Cruisecontrolrb-users] svn credentials Message-ID: <0160A198-555E-4B5F-A919-748D949895BC@synapticmash.com> I was able to successfully add my project to cruisecontrol.rb using: ./cruise add --url --username --password and my project's source was correctly checked-out to the [cruise data] directory. However, attempting to run ./cruise start fails with error: Build loop failed BuilderError: svn: PROPFIND request failed on '/svn/ ' It seems like cruise is not sending the proper SVN credentials to update the source in the main build loop. Per this other post: http://rubyforge.org/pipermail/cruisecontrolrb-users/2008-June/000539.html , it seems like adding --username and --password are not needed in the project config, so long as you do an 'svn up' from the work directory of that project. So I executed 'svn up' in the work directory (successfully), and retried './cruise start' again, but it still did not fix the error. I also tried defining a new Subversion instance inside of cruise_config.rb and defining the username, password, url as arguments, but that also had no positive effect. How do I resolve this? Thanks, -Michael