From todd.sedano at sv.cmu.edu Fri Nov 5 00:11:40 2010 From: todd.sedano at sv.cmu.edu (Todd Sedano) Date: Thu, 4 Nov 2010 21:11:40 -0700 Subject: [Cruisecontrolrb-users] CruiseControl.rb with RVM & Bundler In-Reply-To: References: Message-ID: Matthew, I was curious what your final experience was like with CruiseControl, rvm, and bundler and if you found any good solutions to the questions you were asking? Todd -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastian.nowak at gmail.com Fri Nov 5 06:21:31 2010 From: sebastian.nowak at gmail.com (Sebastian Nowak) Date: Fri, 5 Nov 2010 11:21:31 +0100 Subject: [Cruisecontrolrb-users] CC.rb constantly building one project Message-ID: Hi, I use CC.rb for CI in my company. I have problem with one of my projects. It builds constontly, there are builds: 176.1, 176.2 .... 176.56 I suppose it has no end at all. How can I fix it? I tried to remove and add it again but it doesn't work. -- Pozdrawiam, Sebastian Nowak http://blog.sebastiannowak.net XMPP: im at sebastiannowak.net From Nick.Adamson at generaldynamics.uk.com Fri Nov 5 07:34:05 2010 From: Nick.Adamson at generaldynamics.uk.com (Nick.Adamson at generaldynamics.uk.com) Date: Fri, 5 Nov 2010 11:34:05 -0000 Subject: [Cruisecontrolrb-users] CC.rb constantly building one project In-Reply-To: References: Message-ID: <634C6DD300F1EE46879A1A84896F3614032BC044@GDUKADH850.uk1.r-org.net> Hi Sebastian. I've seen this on a windows based build box before, It was because something in the code assumes your cruise data folder is on the C drive. If your on windows and your data isn't on the c drive you could try and move it. HTH. Nick. -----Original Message----- From: cruisecontrolrb-users-bounces at rubyforge.org [mailto:cruisecontrolrb-users-bounces at rubyforge.org] On Behalf Of Sebastian Nowak Sent: 05 November 2010 10:22 To: cruisecontrolrb-users at rubyforge.org Subject: [Cruisecontrolrb-users] CC.rb constantly building one project Hi, I use CC.rb for CI in my company. I have problem with one of my projects. It builds constontly, there are builds: 176.1, 176.2 .... 176.56 I suppose it has no end at all. How can I fix it? I tried to remove and add it again but it doesn't work. -- Pozdrawiam, Sebastian Nowak http://blog.sebastiannowak.net XMPP: im at sebastiannowak.net _______________________________________________ Cruisecontrolrb-users mailing list Cruisecontrolrb-users at rubyforge.org http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users From matthew.oriordan at gmail.com Fri Nov 5 07:40:39 2010 From: matthew.oriordan at gmail.com (Matthew O'Riordan) Date: Fri, 5 Nov 2010 11:40:39 +0000 Subject: [Cruisecontrolrb-users] CruiseControl.rb with RVM & Bundler In-Reply-To: References: Message-ID: I didn't get a response from anyone unfortunately so didn't get very far... On 5 Nov 2010, at 04:11, Todd Sedano wrote: > Matthew, > > I was curious what your final experience was like with CruiseControl, rvm, and bundler and if you found any good solutions to the questions you were asking? > > Todd From sebastian.nowak at gmail.com Fri Nov 5 08:07:06 2010 From: sebastian.nowak at gmail.com (Sebastian Nowak) Date: Fri, 5 Nov 2010 13:07:06 +0100 Subject: [Cruisecontrolrb-users] CC.rb constantly building one project In-Reply-To: <634C6DD300F1EE46879A1A84896F3614032BC044@GDUKADH850.uk1.r-org.net> References: <634C6DD300F1EE46879A1A84896F3614032BC044@GDUKADH850.uk1.r-org.net> Message-ID: On 5 November 2010 12:34, wrote: > Hi Sebastian. > I've seen this on a windows based build box before, It was because > something in the code assumes your cruise data folder is on the C drive. > If your on windows and your data isn't on the c drive you could try and > move it. > My CI is on Linux. Other projects build fine. -- Pozdrawiam, Sebastian Nowak http://blog.sebastiannowak.net XMPP: im at sebastiannowak.net From alexey.verkhovsky at gmail.com Fri Nov 5 13:28:14 2010 From: alexey.verkhovsky at gmail.com (Alexey Verkhovsky) Date: Fri, 5 Nov 2010 11:28:14 -0600 Subject: [Cruisecontrolrb-users] CC.rb constantly building one project In-Reply-To: References: <634C6DD300F1EE46879A1A84896F3614032BC044@GDUKADH850.uk1.r-org.net> Message-ID: What triggers a rebuild of the same revision is presence of build_requested file in #{CRUISE_DATA_ROOT}/projects/#{project.name} directory. If you would like to debug it, start from Project#build_necessary? and see why does it keep returning true. This file s supposed to be deleted in the beginning of Project#build_if_necessary, and the implementation is using rm_f. So, I suspect that this file is not removable on your computer. > something in the code assumes your cruise data folder is on the C drive. Could you give some more specific details? This sounds like something worth fixing. --Alex On Fri, Nov 5, 2010 at 6:07 AM, Sebastian Nowak wrote: > On 5 November 2010 12:34, wrote: > > Hi Sebastian. > > I've seen this on a windows based build box before, It was because > > something in the code assumes your cruise data folder is on the C drive. > > If your on windows and your data isn't on the c drive you could try and > > move it. > > > My CI is on Linux. Other projects build fine. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: