<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.ruby.cruise-control.user">
    <title>gmane.comp.lang.ruby.cruise-control.user</title>
    <link>http://blog.gmane.org/gmane.comp.lang.ruby.cruise-control.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/728"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/725"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/724"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/720"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/712"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/710"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/695"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/694"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/688"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/683"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/678"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/677"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/675"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/669"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/665"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/661"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/659"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/657"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/654"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/653"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/728">
    <title>Long build log files are not displayed</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/728</link>
    <description>&lt;pre&gt;Hi,

I am using CruiseControl which I like very much. One  short defect:

Although I have changed ~/.cruise/config/site_config.rb file to include the
following:

Configuration.max_file_display_length = nil

I keep on getting the following message on project build page:

The size of the file you're viewing now is 145 KB, which is too big to
display in the dashboard; CC.rb is configured to truncate any files longer
than 100 KB. You can override this value in site_config.rb by setting
max_file_display_length to your desired value in bytes (e.g. 50.kilobytes),
or nil to allow files of any length.

Any clue?



&lt;/pre&gt;</description>
    <dc:creator>Panayotis Matsinopoulos</dc:creator>
    <dc:date>2012-02-10T11:16:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/725">
    <title>My continuous integration server is hittinggit too hard</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/725</link>
    <description>&lt;pre&gt;We have been rapidly expanding our use of CruiseControl.rb into new projects
and new test metaphors:

   - 13 Cruise Control projects, against several repositories on unfuddle, a
   commercial git host provider.
   - One of the repositories is hit by 6 of the projects.  I.e., every time
   the repository is updated, 6 cruise control projects simultaneously fetch
   from the repository.

Needless to say, unfuddle was unhappy with the resulting load and has
requested that we "cut it out".

I'd like to continue to run the 6 projects in parallel.  One way to do this
would to be have one of the 6 projects do the unfuddle fetch, then have its
code set copied to the other 5.

My question is: has anyone else encountered this problem (and, even better
yet, solved it)?

Thanks in advance,

Scott Smith - Q/A Software Engineer

&lt;/pre&gt;</description>
    <dc:creator>Scott Smith</dc:creator>
    <dc:date>2011-09-23T21:26:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/724">
    <title>Email a build fail to the checkin culprit</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/724</link>
    <description>&lt;pre&gt;Hi

I would like to ask how to configure the email address that will email to me and to the person who has checked in the files that has broken the build.

//Currently the email is fixed in the configfile with me as the sole address
project.email_notifier.emails = ['me-yDNVTeq1BHXhBLt1un8lj9BPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org']

Does anybody know how to change the email address dynamically following a build fail from the previous SVN commit.

Any help appreciated

Thanks

Rgds

Stuart


Privacy &amp;amp; Confidentiality Notice
-------------------------------------------------
This message and any attachments contain privileged and confidential information that is intended solely for the person(s) to whom it is addressed. If you are not an intended recipient you must not: read; copy; distribute; discuss; take any action in or make any reliance upon the contents of this message; nor open or read any attachment. If you have received this message in error, please notify us as soon as possible on the following telephone number a&lt;/pre&gt;</description>
    <dc:creator>Stuart Morrison</dc:creator>
    <dc:date>2011-07-11T14:59:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/720">
    <title>Overriding the default trigger and addingmore</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/720</link>
    <description>&lt;pre&gt;Hi

I have setup 3 projects all from the same repository but the point to different level of the repository.  I would like to trigger a build of the top level of the repository after the detection of a change to any of the others.  I think this is described in the docs as a quick build triggering a full build.

I have set the following in my cruise_config.rb file

 if(project.name == "myProject")
   project.triggered_by = [SuccessfulBuildTrigger.new(project, "Source")]
   project.triggered_by SuccessfulBuildTrigger.new(project, 'Testbench')
end

I expect the first line to override the default trigger which is any change in myProject.  The second I expect to add an additional trigger.
This code does not change the default or add another trigger.  (The name is correct)

I have remove the condition statement to:

   project.triggered_by = [SuccessfulBuildTrigger.new(project, "Source")]
   project.triggered_by SuccessfulBuildTrigger.new(project, 'Testbench')

but this now shows "error" below the build button in &lt;/pre&gt;</description>
    <dc:creator>Stuart Morrison</dc:creator>
    <dc:date>2011-07-08T11:49:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/712">
    <title>multiple builders,why do they keep stopping.</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/712</link>
    <description>&lt;pre&gt;Hi All.
 
We've been using CCRB, v 1.4.0, on a project for nearly a year now and
have found it pretty stable however recently we've had some issues.
 
The project is cross platform so there are multiple builders monitoring
the same subversion path.
 
When there are just 2 builders this works fine.
We've recently introduced a new platform so have added another project
which monitors the same subversion path. This has caused some stability
issues.
Every so often, seems like every 2 or 3 builds one of the builders will
die for no apparent reason. The dashboard indicates the builder is
stopped and the log doesn't seem to say anything. It seems random which
builder will die out of the 3 that are running.
 
Has anyone seen anything like this or have any ideas how I can get them
to be stable again.
 
Switching the builds in to serial rather than parallel isn't an option
as each build can take up to half an hour, some times longer.
Any ideas gratefully received.
 
Thanks.
Nick.
 
 

Nick Adamson
Software Engineer

A&lt;/pre&gt;</description>
    <dc:creator>Nick.Adamson-6oxSMu6iaM8iXRBKUn1UN3xNR689x9fd&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2011-04-15T15:47:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/710">
    <title>Using Cruisecontrol for non-rails projects.</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/710</link>
    <description>&lt;pre&gt;I have got couple of issues wrt to setting up cruisecontrol.rb for my
project.
First of all, all the links in http://cruisecontrolrb.thoughtworks.com/ are
broken. Can some one fix it?

Secondly, this is the first time I am using cruise control for a non-rails
project, but it expects to have rake file in the project folder.
How to fix this issue?
&lt;/pre&gt;</description>
    <dc:creator>Ram Kumar Hariharan</dc:creator>
    <dc:date>2011-03-21T20:15:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/695">
    <title>CC running tests twice with Passenger 3</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/695</link>
    <description>&lt;pre&gt;Hi,

Ruby 1.8.7
Cruise Control 1.4.0
Passenger 3.0.2
git

Since upgrading to Passenger 3 we've noticed that our Cruise projects
try to run the test suite twice which is, in itself, causing some of our
tests to fail (on the second run).

Note that our tests pass (and only run once) on our local boxes, so it's
not some hidden fork call. Also, they pass if run manually on the server
hosting CC (and only run once). It's only the automated testing that
exhibits this behavior.

Any ideas?

Regards,

Dan
&lt;/pre&gt;</description>
    <dc:creator>Daniel Berger</dc:creator>
    <dc:date>2011-01-24T16:28:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/694">
    <title>Updating my CC.rb instance?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/694</link>
    <description>&lt;pre&gt;Hi,

According to https://github.com/thoughtworks/cruisecontrol.rb#readme
the last release was 1.5 years ago: v1.4 on 2009-06-30.  What version
of Ruby and Rails should I use with that release?

Should I instead just pull something from github?  If so, what version
of Ruby and Rails do you advise?

Thanks,
--
Bil, http://fun3d.larc.nasa.gov

P.S. I'm currently using some hacked up v1.3 version I forked off github
a long while ago.
&lt;/pre&gt;</description>
    <dc:creator>Kleb, William L. (LARC-D305</dc:creator>
    <dc:date>2011-01-06T01:17:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/688">
    <title>Email configuration for projects</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/688</link>
    <description>&lt;pre&gt;Hi,
I had successfully added a project but i am getting problem in email setup.
I am getting error as"Error in plugin EmailNotifier: wrong number of
arguments (3 for 2)"

This is the log :
error] [2011-01-03 19:45:47] Error sending e-mail - current server settings
are :
  :authentication = :plain
  :password = "test123"
  :port = 587
  :address = "smtp.gmail.com"
  :user_name = "test-LmeKiT3xSvsi8rCdYzckzA&amp;lt; at &amp;gt;public.gmane.org"
  :enable_starttls_auto = true
[error] [2011-01-03 19:45:47] Error sending e-mail - current server settings
are :
  :authentication = :plain
  :password = "test123"
  :port = 587
  :address = "smtp.gmail.com"
  :user_name = "test-LmeKiT3xSvsi8rCdYzckzA&amp;lt; at &amp;gt;public.gmane.org"
  :enable_starttls_auto = true
[error] wrong number of arguments (3 for 2)
[error]
/home/amit/Desktop/cruisecontrol-1.4.0/public/../config/../lib/cruise_control/../../script/../config/../lib/smtp_tls.rb:7:in
`check_auth_args'
[error]
/home/amit/Desktop/cruisecontrol-1.4.0/public/../config/../lib/cruise_control/../../script&lt;/pre&gt;</description>
    <dc:creator>Amit Kulkarni</dc:creator>
    <dc:date>2011-01-03T14:24:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/683">
    <title>CC.rb constantly building one project</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/683</link>
    <description>&lt;pre&gt;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.

&lt;/pre&gt;</description>
    <dc:creator>Sebastian Nowak</dc:creator>
    <dc:date>2010-11-05T10:21:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/678">
    <title>CruiseControl.rb and Database settings</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/678</link>
    <description>&lt;pre&gt;_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
&lt;/pre&gt;</description>
    <dc:creator>Matthew O'Riordan</dc:creator>
    <dc:date>2010-10-15T16:41:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/677">
    <title>CruiseControl.rb with RVM &amp; Bundler</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/677</link>
    <description>&lt;pre&gt;_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
&lt;/pre&gt;</description>
    <dc:creator>Matthew O'Riordan</dc:creator>
    <dc:date>2010-10-15T16:36:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/675">
    <title>Cruise Control, rvm and managing builds.</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/675</link>
    <description>&lt;pre&gt;_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
&lt;/pre&gt;</description>
    <dc:creator>juan leal</dc:creator>
    <dc:date>2010-10-11T17:13:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/669">
    <title>permission problem</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/669</link>
    <description>&lt;pre&gt;Hi!

When I run my build script manually (in a shell) everything works fine. 
But when I try to let CruiseControl.rb run it, I get a permission error.

It seems as though CC has different user permissions when running the 
script from the ones I have when running it manually.

A dirty fix is to start CC with sudo, but I would like to run it as a 
normal user, if possible.

Any ideas would be greatly appreciated! Thanks!

Regards
Chris


&lt;/pre&gt;</description>
    <dc:creator>Christopher Gaudig</dc:creator>
    <dc:date>2010-09-28T14:07:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/665">
    <title>Ruby 1.9 support</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/665</link>
    <description>&lt;pre&gt;
When do you expect to have support for Ruby 1.9 in CruiseControl.rb?

Thanks,
-Will
&lt;/pre&gt;</description>
    <dc:creator>Will Cox</dc:creator>
    <dc:date>2010-09-23T23:54:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/661">
    <title>cc.rb: eMail config</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/661</link>
    <description>&lt;pre&gt;_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
&lt;/pre&gt;</description>
    <dc:creator>Christopher Gaudig</dc:creator>
    <dc:date>2010-09-17T10:24:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/659">
    <title>cc.rb: Set up a multi-repo project</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/659</link>
    <description>&lt;pre&gt;Hi!

I would like to find out how to set up a cc.rb project that listens to 
multiple git repositories for changes and then starts an incremental 
build. Has anyone done that and could help me? Any suggestions would be 
greatly appreciated! Thanks!

Regards from Bremen, Germany
Chris
&lt;/pre&gt;</description>
    <dc:creator>Christopher Gaudig</dc:creator>
    <dc:date>2010-09-16T14:15:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/657">
    <title>How do we rub builds in parallel</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/657</link>
    <description>&lt;pre&gt;_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
&lt;/pre&gt;</description>
    <dc:creator>Satya Gautham</dc:creator>
    <dc:date>2010-08-04T14:36:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/654">
    <title>DARCS-Support</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/654</link>
    <description>&lt;pre&gt;_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
&lt;/pre&gt;</description>
    <dc:creator>Stefan Klöckner</dc:creator>
    <dc:date>2010-08-02T12:36:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/653">
    <title>DARCS-Support</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/653</link>
    <description>&lt;pre&gt;_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users-GrnCvJ7WPxnNLxjTenLetw&amp;lt; at &amp;gt;public.gmane.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
&lt;/pre&gt;</description>
    <dc:creator>Stefan Klöckner</dc:creator>
    <dc:date>2010-08-02T14:32:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/649">
    <title>Adding Deploy Button to GUI</title>
    <link>http://comments.gmane.org/gmane.comp.lang.ruby.cruise-control.user/649</link>
    <description>&lt;pre&gt;Hello, has anyone tried to add a "deploy" button. This would look like  
the "build now" but be positioned for every successful build (on the  
main projects page where it displays the status of the last 5 builds  
per project). It would then run capistrano with that tag.

Something we've been thinking about so I thought I would check and see  
if someone has done this already.

Also, I was going to put a new action into one of the controllers but  
maybe the "plugins" is some way of extending CruiseControl in a more  
modular way? Any insight on this?

Mike
&lt;/pre&gt;</description>
    <dc:creator>Mike Papper</dc:creator>
    <dc:date>2010-07-27T02:08:03</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.cruise-control.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.ruby.cruise-control.user</link>
  </textinput>
</rdf:RDF>

