Author: wfarner
Date: Tue Dec 15 01:10:10 2015
New Revision: 1720058
URL: http://svn.apache.org/viewvc?rev=1720058&view=rev
Log:
Only extract the docs subdirectory of the git archive.
Modified:
aurora/site/Rakefile
Modified: aurora/site/Rakefile
URL:
http://svn.apache.org/viewvc/aurora/site/Rakefile?rev=1720058&r1=1720057&r2=1720058&view=diff
==============================================================================
--- aurora/site/Rakefile (original)
+++ aurora/site/Rakefile Tue Dec 15 01:10:10 2015
@@ -79,7 +79,7 @@ task :generate_docs, [:title, :git_tag]
if File.exist?(archive_root)
puts 'Skipping extraction'
else
- system("unzip #{zip_name}")
+ system("unzip #{zip_name} '#{archive_root}/docs/*'")
end
}