[ARVADOS] updated: 1.1.4-78-g5af6a8e
Git user
git at public.curoverse.com
Fri Apr 20 09:45:27 EDT 2018
Summary of changes:
doc/Rakefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 5af6a8e3ec14e3331edf609b40bdc770e8892e38 (commit)
from f98e0188777b3e2d229c968824b3e64307dae4e6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5af6a8e3ec14e3331edf609b40bdc770e8892e38
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Fri Apr 20 09:44:59 2018 -0400
Fix R SDK online doc generation refs #13076
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/doc/Rakefile b/doc/Rakefile
index 4ba2f1a..855b829 100644
--- a/doc/Rakefile
+++ b/doc/Rakefile
@@ -29,6 +29,7 @@ file "sdk/R/arvados/index.html" do |t|
`which R`
if $? == 0
tgt = Dir.pwd
+ Dir.mkdir("sdk/R")
Dir.mkdir("sdk/R/arvados")
docfiles = []
Dir.chdir("../sdk/R/") do
@@ -99,8 +100,7 @@ end
task :clean do
rm_rf "sdk/python/arvados"
- rm_rf "sdk/R/arvados"
- rm_rf "../sdk/R/docs"
+ rm_rf "sdk/R"
end
require "zenweb/tasks"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list