public
Fork of chris/cruisecontrolrb_perforce
Description: Perforce support for CruiseControl.rb
Homepage: http://cobaltedge.com/2008/06/perforce-support-for-cruise-co.html
Clone URL: git://github.com/bcurren/cruisecontrolrb_perforce.git
Updated the README to reflect my updates.
bcurren (author)
Tue Jun 17 21:23:57 -0700 2008
commit  0e36ef595795141f2d20c87058783d0d00bb7698
tree    f6829285582c1d0719c591aafcd365e3e772d9d4
parent  d3f764c1e6fc92075b7c77f1eb96decb129fd300
0
...
1
2
3
 
4
5
6
7
8
9
 
10
11
12
13
 
 
14
15
 
16
17
18
...
 
 
 
1
2
 
 
 
 
 
3
4
 
 
 
5
6
7
 
8
9
10
11
0
@@ -1,18 +1,11 @@
0
-While I haven't had a chance to clean up the code, folks have asked for it,
0
-so I'm making my Perforce implementation for CruiseControl available.
0
-There are some important notes:
0
+Licensed under the MIT license.
0
 
0
-* You need to set up your project manually, you can't do an "add" via CruiseControl.
0
-* Some work needs to be done on the text retrieval for checkin messages, and how
0
-that's displayed on the CC.rb results pages.
0
-* I haven't used this since August 2007, so cannot vouch for whether it works with
0
-current versions of Cruisecontrol.rb.
0
+* This code has been tested on CruiseControl.rb 1.3.
0
 
0
-Licensed under the MIT license. I have not yet submitted it to the CC.rb folks,
0
-as I hadn't had time to clean it up yet. So, if you dial it in better, please do
0
-submit it to them, or send me a pull request, and I'll submit it, etc.
0
+There are some important notes:
0
+* You need to set up your project manually, you can't do an "add" via CruiseControl.
0
 
0
-To install/use it, ut the perforce.rb file into your cruisecontrol/app/models directory.
0
+To install/use it, put the perforce.rb file into your cruisecontrol/app/models directory.
0
 
0
 Manually setup your project:
0
 * Create a directory under the cruisecontrol/projects directory.

Comments

    No one has commented yet.