[ARVADOS] updated: 1.3.0-1245-gf73b7d2ff
Git user
git at public.curoverse.com
Mon Jul 8 18:05:14 UTC 2019
Summary of changes:
tools/arvbox/bin/arvbox | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
via f73b7d2ffa5c8ba815597be2eecc6c95ccd1ca1b (commit)
from 88af3b04a254dbf32224c5fd90b7abe9be693501 (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 f73b7d2ffa5c8ba815597be2eecc6c95ccd1ca1b
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon Jul 8 14:04:49 2019 -0400
"arvbox clone" doesn't clone data, just dependencies. no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/tools/arvbox/bin/arvbox b/tools/arvbox/bin/arvbox
index efcad7f44..0a0d82e71 100755
--- a/tools/arvbox/bin/arvbox
+++ b/tools/arvbox/bin/arvbox
@@ -560,7 +560,18 @@ case "$subcmd" in
clone)
if test -n "$2" ; then
- cp -r "$ARVBOX_BASE/$1" "$ARVBOX_BASE/$2"
+ mkdir -p "$ARVBOX_BASE/$2"
+ cp -a "$ARVBOX_BASE/$1/passenger" \
+ "$ARVBOX_BASE/$1/gems" \
+ "$ARVBOX_BASE/$1/pip" \
+ "$ARVBOX_BASE/$1/npm" \
+ "$ARVBOX_BASE/$1/gopath" \
+ "$ARVBOX_BASE/$1/Rlibs" \
+ "$ARVBOX_BASE/$1/arvados" \
+ "$ARVBOX_BASE/$1/sso-devise-omniauth-provider" \
+ "$ARVBOX_BASE/$1/composer" \
+ "$ARVBOX_BASE/$1/workbench2" \
+ "$ARVBOX_BASE/$2"
echo "Created new arvbox $2"
echo "export ARVBOX_CONTAINER=$2"
else
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list