We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Rubygem
Fork of francois/piston
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/jeremylightsmith/piston.git
New integration tests.

Only svn/svn import at the moment.
francois (author)
Sat Mar 22 19:27:55 -0700 2008
commit  c81aa59f7c99f22b181a27899af6a9eb7944bb91
tree    12f45dc2727824bfbcc42847814522978fee46c3
parent  5974519381b76cb2e8ad4334f4d9f8682ae6f3fd
...
7
8
9
 
 
 
 
 
 
 
10
...
7
8
9
10
11
12
13
14
15
16
17
0
@@ -7,4 +7,11 @@ namespace :test do
0
     t.verbose = true
0
     t.warning = true
0
   end
0
+
0
+ Rake::TestTask.new("integration") do |t|
0
+ t.libs << "test"
0
+ t.test_files = FileList['test/integration/**/test_*.rb']
0
+ t.verbose = true
0
+ t.warning = true
0
+ end
0
 end

Comments

    No one has commented yet.