public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
More release task changes.

git-svn-id: svn://hamptoncatlin.com/haml/tags/rel_1-8-0@717 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Sun Jan 06 19:14:23 -0800 2008
commit  8f2af28102bc5e7df23f5dd8ff26892554edc50f
tree    8e13da9725498a9db0bb13234c8477fe328622b3
parent  16636fc33b6a31e34a3ba235a4c07eafa6c454df
...
101
102
103
104
105
106
107
 
 
 
 
108
109
110
...
101
102
103
 
 
 
 
104
105
106
107
108
109
110
0
@@ -101,10 +101,10 @@ unless ARGV[0] == 'benchmark'
0
     name, version = ENV['NAME'], ENV['VERSION']
0
     raise "Must supply NAME and VERSION for release task." unless name && version
0
     sh %{rubyforge login}
0
- sh %{rubyforge add_release haml "#{name}" "#{version}" pkg/haml-#{version}.gem}
0
- sh %{rubyforge add_file haml "#{name}" "#{version}" pkg/haml-#{version}.tar.gz}
0
- sh %{rubyforge add_file haml "#{name}" "#{version}" pkg/haml-#{version}.tar.bz2}
0
- sh %{rubyforge add_file haml "#{name}" "#{version}" pkg/haml-#{version}.zip}
0
+ sh %{rubyforge add_release haml haml "#{name} (#{version})" pkg/haml-#{version}.gem}
0
+ sh %{rubyforge add_file haml haml "#{name} (#{version})" pkg/haml-#{version}.tar.gz}
0
+ sh %{rubyforge add_file haml haml "#{name} (#{version})" pkg/haml-#{version}.tar.bz2}
0
+ sh %{rubyforge add_file haml haml "#{name} (#{version})" pkg/haml-#{version}.zip}
0
   end
0
 
0
   # ----- Documentation -----

Comments

    No one has commented yet.