[Cruisecontrolrb-users] CC.rb constantly building one project

2 views
Skip to first unread message

Sebastian Nowak

unread,
Nov 5, 2010, 6:21:31 AM11/5/10
to cruisecont...@rubyforge.org
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: i...@sebastiannowak.net
_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecont...@rubyforge.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Nick.A...@generaldynamics.uk.com

unread,
Nov 5, 2010, 7:34:05 AM11/5/10
to cruisecont...@rubyforge.org
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.

Sebastian Nowak

unread,
Nov 5, 2010, 8:07:06 AM11/5/10
to cruisecont...@rubyforge.org
On 5 November 2010 12:34, <Nick.A...@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.

Alexey Verkhovsky

unread,
Nov 5, 2010, 1:28:14 PM11/5/10
to cruisecont...@rubyforge.org
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
Reply all
Reply to author
Forward
0 new messages