public
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/francois/piston.git
Search Repo:
Added ability to run samples using Rake task.
francois (author)
Sun Mar 16 19:59:40 -0700 2008
commit  069817cf32b48101f652568fe713142c56838d33
tree    c0b3ec859a4f3d8976580021370669c7a88eac7b
parent  ef1c9387b669fb5f3e3ee1fa60eedd7a6cf167f9
...
 
 
 
 
 
 
...
1
2
3
4
5
6
0
@@ -1 +1,7 @@
0
+task :samples do
0
+ Dir["samples/*"].each do |sample|
0
+ next if sample =~ /common/
0
+ ruby sample
0
+ end
0
+end

Comments

    No one has commented yet.