Author: dlester
Date: Tue Mar 31 17:46:22 2015
New Revision: 1670409
URL: http://svn.apache.org/r1670409
Log:
Updates Aurora website Rakefile to pull from relocated repository.
Modified:
aurora/site/Rakefile
Modified: aurora/site/Rakefile
URL:
http://svn.apache.org/viewvc/aurora/site/Rakefile?rev=1670409&r1=1670408&r2=1670409&view=diff
==============================================================================
--- aurora/site/Rakefile (original)
+++ aurora/site/Rakefile Tue Mar 31 17:46:22 2015
@@ -27,7 +27,7 @@ task :update_docs do
puts "Cloning Apache Aurora codebase"
FileUtils.mkdir_p(tmp_dir)
- system("git clone --depth 1
http://git-wip-us.apache.org/repos/asf/incubator-aurora.git #{tmp_dir}/aurora")
+ system("git clone --depth 1
http://git-wip-us.apache.org/repos/asf/aurora.git #{tmp_dir}/aurora")
puts "Updating docs to the latest version"
FileUtils.rm_f(Dir.glob("source/documentation/latest/*.md"))
FileUtils.cp_r(Dir.glob("#{tmp_dir}/aurora/docs/images/"),
File.expand_path("source/documentation/latest/"))