From 3ee55d873754037caf0e8c9cc82e45fbebacb75a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Thu, 25 Nov 2021 10:13:59 +0100 Subject: [PATCH] Tweak comments --- src/runboat/kubefiles/runboat-clone-and-install.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/runboat/kubefiles/runboat-clone-and-install.sh b/src/runboat/kubefiles/runboat-clone-and-install.sh index 80f1911..d6af904 100755 --- a/src/runboat/kubefiles/runboat-clone-and-install.sh +++ b/src/runboat/kubefiles/runboat-clone-and-install.sh @@ -17,16 +17,13 @@ DEBIAN_FRONTEND=noninteractive apt-get -yqq install rsync # failed installation. rm -fr $ADDONS_DIR -# -# Clone an addons repository at git reference in $ADDONS_DIR. -# Run oca_install_addons on it. -# - +# Clone the repository at git reference into $ADDONS_DIR. git clone --quiet --filter=blob:none $RUNBOAT_GIT_REPO $ADDONS_DIR cd $ADDONS_DIR git fetch origin $RUNBOAT_GIT_REF:build git checkout build +# Install. oca_install_addons # Keep a copy of the venv that we can re-use for shorter startup time.