Author: assaf
Date: Fri Apr 25 00:59:49 2008
New Revision: 651525
URL: http://svn.apache.org/viewvc?rev=651525&view=rev
Log:
Changed staging directory on remote server to be /<ver> instead of <name>-<ver>
Modified:
incubator/buildr/trunk/Rakefile
Modified: incubator/buildr/trunk/Rakefile
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/Rakefile?rev=651525&r1=651524&r2=651525&view=diff
==============================================================================
--- incubator/buildr/trunk/Rakefile (original)
+++ incubator/buildr/trunk/Rakefile Fri Apr 25 00:59:49 2008
@@ -79,7 +79,7 @@
end
-ENV['staging'] = "people.apache.org:~/public_html/#{spec.name}-#{spec.version}"
+ENV['staging'] = "people.apache.org:~/public_html/#{spec.name}/#{spec.version}"
task 'apache:license'=>spec.files
# TODO: Switch fully to our own coloring scheme.