public
Rubygem
Description: Ramaze is a simple, light and modular open-source web application framework written in Ruby.
Homepage: http://ramaze.net
Clone URL: git://github.com/manveru/ramaze.git
Search Repo:
Click here to lend your support to: ramaze and make a donation at www.pledgie.com !
Fix rake release:nightly
tmm1 (author)
Thu Jul 10 16:24:33 -0700 2008
commit  a3cc3396c03e11905624b3fc72b262bdc2f0ddd9
tree    8359007d68a401baf56ea8882e03b36b0cbd7657
parent  1a9031d4a13eff8573b18eecfd38808a96924d22
...
37
38
39
40
 
41
42
43
 
 
44
45
 
46
47
48
...
37
38
39
 
40
41
 
 
42
43
44
 
45
46
47
48
0
@@ -37,12 +37,12 @@ namespace :release do
0
   task 'nightly' do
0
     prepare_package(version_today)
0
 
0
- location = '/srv/www/gems/gems'
0
+ location = 'web/gems/'
0
 
0
- sh "scp pkg/*.{gem,tgz,zip} ramaze.net:#{location}"
0
- sh "ssh ramaze.net '
0
+ sh "scp pkg/*.{gem,tgz,zip} ramaze@ramaze.net:#{location}"
0
+ sh "ssh ramaze@ramaze.net '
0
 source ~/.zsh/export.sh
0
-cd #{location}/../
0
+cd #{location}
0
 gem generate_index'"
0
   end
0
 

Comments

    No one has commented yet.