[arvados] updated: 2.6.0-527-g47246f669
git repository hosting
git at public.arvados.org
Mon Aug 21 16:08:36 UTC 2023
Summary of changes:
tools/arvbox/lib/arvbox/docker/service/doc/run-service | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
via 47246f6697f70f6151d4aba75bdb29064499d6c8 (commit)
from 6de571a660401585bc96dd92fd2563e9b64c58c6 (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 47246f6697f70f6151d4aba75bdb29064499d6c8
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Aug 18 16:41:19 2023 -0400
Add pdoc to arvbox, refs #20853
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/tools/arvbox/lib/arvbox/docker/service/doc/run-service b/tools/arvbox/lib/arvbox/docker/service/doc/run-service
index e9092f370..c40e1175e 100755
--- a/tools/arvbox/lib/arvbox/docker/service/doc/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/doc/run-service
@@ -17,11 +17,14 @@ fi
cd /usr/src/arvados/doc
run_bundler --without=development
-# Generating the R docs is expensive, so for development if the file
-# "no-sdk" exists then skip the R stuff.
+# Generating the Python and R docs is expensive, so for development if the file
+# "no-sdk" exists then skip the Python and R stuff.
if [[ ! -f /usr/src/arvados/doc/no-sdk ]] ; then
cd /usr/src/arvados/sdk/R
R --quiet --vanilla --file=install_deps.R
+
+ export PYCMD=python3
+ pip_install pdoc
fi
if test "$1" = "--only-deps" ; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list