public
Fork of eventualbuddha/sake-git
Description: A set of Sake tasks to make developing with Git easier.
Clone URL: git://github.com/granth/sake-git.git
Search Repo:
use sake -Tv to include hidden tasks
granth (author)
Thu May 01 09:15:29 -0700 2008
commit  756b1090fd45102f0390b08c7dc5bc751f666313
tree    e77f74b8247d07c34a6d0bacb58f287a46324a11
parent  42d194ee6561c864146b4cf8a3891705d4cc6a08
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 desc "Install the sake-git tasks (use FORCE=yes to overwrite)"
0
 task :install do
0
   if ENV['FORCE'] == 'yes'
0
- tasks = `rake -f #{Dir.pwd}/git.rake -T`.to_a.grep(/^rake/).map {|l| l[/^rake (\S+)/, 1]}
0
+ tasks = `sake -Tv #{Dir.pwd}/git.rake`.to_a.grep(/^sake/).map {|l| l[/^sake (\S+)/, 1]}
0
     `sake -u #{tasks.join(' ')} 2>/dev/null`
0
   end
0
   

Comments

    No one has commented yet.