Sebastian Nowak
2010-Nov-05 10:21 UTC
[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
Nick.Adamson at generaldynamics.uk.com
2010-Nov-05 11:34 UTC
[Cruisecontrolrb-users] CC.rb constantly building one project
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
Sebastian Nowak
2010-Nov-05 12:07 UTC
[Cruisecontrolrb-users] CC.rb constantly building one project
On 5 November 2010 12:34, <Nick.Adamson at generaldynamics.uk.com> 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
Alexey Verkhovsky
2010-Nov-05 17:28 UTC
[Cruisecontrolrb-users] CC.rb constantly building one project
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 <sebastian.nowak at gmail.com>wrote:> On 5 November 2010 12:34, <Nick.Adamson at generaldynamics.uk.com> 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: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20101105/31f45e0d/attachment.html>