Tweak comments

This commit is contained in:
Stéphane Bidoul 2021-11-25 10:13:59 +01:00
parent 71469d2a3c
commit 3ee55d8737
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -17,16 +17,13 @@ DEBIAN_FRONTEND=noninteractive apt-get -yqq install rsync
# failed installation. # failed installation.
rm -fr $ADDONS_DIR rm -fr $ADDONS_DIR
# # Clone the repository at git reference into $ADDONS_DIR.
# Clone an addons repository at git reference in $ADDONS_DIR.
# Run oca_install_addons on it.
#
git clone --quiet --filter=blob:none $RUNBOAT_GIT_REPO $ADDONS_DIR git clone --quiet --filter=blob:none $RUNBOAT_GIT_REPO $ADDONS_DIR
cd $ADDONS_DIR cd $ADDONS_DIR
git fetch origin $RUNBOAT_GIT_REF:build git fetch origin $RUNBOAT_GIT_REF:build
git checkout build git checkout build
# Install.
oca_install_addons oca_install_addons
# Keep a copy of the venv that we can re-use for shorter startup time. # Keep a copy of the venv that we can re-use for shorter startup time.