CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 13:55:06 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100411023603
location: https://web.archive.org/web/20100411023603/https://github.com/edavis10/cruisecontrolrb
server-timing: captures_list;dur=0.862952, exclusion.robots;dur=0.027733, exclusion.robots.policy;dur=0.012809, esindex;dur=0.014978, cdx.remote;dur=337.632691, LoadShardBlock;dur=235.294912, PetaboxLoader3.datanode;dur=82.682023, PetaboxLoader3.resolve;dur=114.688018
x-app-server: wwwb-app225
x-ts: 302
x-tr: 631
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 05 Aug 2025 13:55:07 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 11 Apr 2010 02:36:03 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e17695c0b0d40566e76b3e5f3e8c80c3"
x-archive-orig-x-runtime: 179ms
x-archive-orig-content-length: 37696
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 11 Apr 2010 02:36:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 11 Apr 2010 02:36:03 GMT", ; rel="memento"; datetime="Sun, 11 Apr 2010 02:36:03 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 00:29:26 GMT", ; rel="last memento"; datetime="Thu, 26 Nov 2020 23:47:20 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100411023527_crawl102-c/52_15_20100411023552_crawl101.arc.gz
server-timing: captures_list;dur=0.533305, exclusion.robots;dur=0.020113, exclusion.robots.policy;dur=0.009494, esindex;dur=0.010384, cdx.remote;dur=145.211166, LoadShardBlock;dur=314.624244, PetaboxLoader3.datanode;dur=371.022020, load_resource;dur=434.576696, PetaboxLoader3.resolve;dur=138.664914
x-app-server: wwwb-app225
x-ts: 200
x-tr: 1011
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
edavis10's cruisecontrolrb at master - GitHub
edavis10 / cruisecontrolrb forked from benburkert/cruisecontrolrb
- Source
- Commits
- Network (19)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Switch Branches (2)
- master ✓
- svn
- Switch Tags (0)
- Branch List
Sending Request…
CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack. — Read more

Scott Steadman (author)
Wed Jul 23 09:05:30 -0700 2008
README
== CruiseControl.rb This is a fork of CruiseControl.rb that supports the git SCM. You'll need git installed to download this fork. === github URL * git://github.com/benburkert/cruisecontrolrb.git === Download from github Type the following command to download the source git clone git://github.com/benburkert/cruisecontrolrb.git === What's this? CruiseControl.rb is a continuous integration tool. Its basic purpose in life is to alert members of a software project when one of them checks into a source control system something that breaks the build. CC.rb is easy to install, pleasant to use and simple to hack. It's written in Ruby. ===Download the latest release from: * https://rubyforge.org/frs/?group_id=2918 === Project web site * https://cruisecontrolrb.thoughtworks.com ===Project RubyForge site (for developers) * https://rubyforge.org/projects/cruisecontrolrb/ ===License: * Apache Software License 2.0 (C) ThoughtWorks 2007