Error in URLs and complete "update all"

This commit is contained in:
Jorge Enrique Gómez Gómez 2022-10-13 16:18:01 -05:00
parent 95cce5d57c
commit a4d7188400

View File

@ -101,7 +101,7 @@ gt_vendor01 ()
gt_vendor02 ()
{
REPO="Electronic documents by Avancys"
SRC=git@gitlab.com:mgarcia.avancys/v14-electronic-documents-agofer.git
SRC=ssh://git@gitlab.com:mgarcia.avancys/v14-electronic-documents-agofer.git
DEST=./vendor02/
OPTIONS=""
if [ ! -d "$DEST" ]; then
@ -142,10 +142,12 @@ gt_custom ()
gt_all ()
{
gt_core # Download from repo Odoo core
gt_community # Download from repo OCA modules
gt_vendor # Download from repo Avancys modules
gt_custom # Download from repo Custom modules
gt_core # Download from Odoo core repo
gt_community # OCA modules repo, using git submodules
gt_vendor # Avancys main repo
gt_vendor01 # In-house replacement repo for removed Avancys modules
gt_vendor02 # Avancys e-document modules
gt_custom # Custom in-house modules
}
if (($# == 0))