]>
Git — Sourcephile - gargantext.git/blob - devops/install-deps
6 function clone_or_update
() {
8 echo "Checking repo ${REPO}"
9 # strip only dir name from URL
11 # strip the remaining '.git' suffix
13 if [ -d "${RAW_DIR}" ]; then
22 if [ ! -d "${DEPS_DIR}" ]; then
28 clone_or_update https
://gitlab.iscpif.fr
/gargantext
/clustering
-louvain.git
29 clone_or_update https
://github.com
/np
/servant
-job.git
30 clone_or_update https
://github.com
/np
/patches
-map
31 clone_or_update https
://gitlab.com
/npouillard
/patches
-class.git
32 clone_or_update https
://github.com
/delanoe
/haskell
-opaleye
33 clone_or_update https
://github.com
/delanoe
/hsparql
-b next
--single-branch