public
Description: CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack.
Homepage: http://cruisecontrolrb.thoughtworks.com/
Clone URL: git://github.com/benburkert/cruisecontrolrb.git
100644 101 lines (93 sloc) 1.503 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
DELTA 14 0 331
SVN8ytdesc 'Purge database'
    namespace :test do
  task :purge do
   puts "db-test-purge"
  end
    end
 
    desc 'Apply migrations to database'
    task :migrate do
       puts "db-migrate"
    end
end
 
desc 'Default: do nothing'
task :default do
end
ENDREP
id: 2w.0.r21/302
type: file
pred: 2w.0.r14/344
count: 1
text: 21 0 280 505 e241972e8f16319ce1d9c44bc81b68a1
cpath: /project_with_db_test_purge_and_migrate/Rakefile
copyroot: 0 /
 
PLAIN
K 8
Rakefile
V 17
file 2w.0.r21/302
K 6
config
V 16
dir 32.0.r15/455
K 2
db
V 17
dir 34.0.r15/1078
END
ENDREP
id: 2v.0.r21/597
type: dir
pred: 2v.0.r15/1349
count: 2
text: 21 481 103 103 13e74ab6cdbf2df075c4047dc3aa1470
cpath: /project_with_db_test_purge_and_migrate
copyroot: 0 /
 
PLAIN
K 15
failing_project
V 14
dir 1.1.r7/379
K 3
foo
V 18
dir 9.0.r11/104870
K 15
passing_project
V 14
dir 1.0.r7/832
K 27
project_with_central_config
V 16
dir 3d.0.r20/338
K 37
project_with_cruise_and_default_tasks
V 15
dir 7.0.r10/386
K 29
project_with_custom_rake_task
V 16
dir 2t.0.r13/364
K 23
project_with_db_migrate
V 16
dir 5.0.r15/3826
K 38
project_with_db_test_purge_and_migrate
V 16
dir 2v.0.r21/597
K 57
project_with_no_migration_scripts_but_database_yml_exists
V 17
dir 37.0.r15/2601
END
ENDREP
id: 0.0.r21/1279
type: dir
pred: 0.0.r20/1007
count: 21
text: 21 769 497 497 f738525862fd6a956ef3af113ebb6197
cpath: /
copyroot: 0 /
 
2w.0.t20-1 modify true false /project_with_db_test_purge_and_migrate/Rakefile
 
 
1279 1413