Error in URLs and complete "update all"
This commit is contained in:
parent
95cce5d57c
commit
a4d7188400
@ -101,7 +101,7 @@ gt_vendor01 ()
|
|||||||
gt_vendor02 ()
|
gt_vendor02 ()
|
||||||
{
|
{
|
||||||
REPO="Electronic documents by Avancys"
|
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/
|
DEST=./vendor02/
|
||||||
OPTIONS=""
|
OPTIONS=""
|
||||||
if [ ! -d "$DEST" ]; then
|
if [ ! -d "$DEST" ]; then
|
||||||
@ -142,10 +142,12 @@ gt_custom ()
|
|||||||
|
|
||||||
gt_all ()
|
gt_all ()
|
||||||
{
|
{
|
||||||
gt_core # Download from repo Odoo core
|
gt_core # Download from Odoo core repo
|
||||||
gt_community # Download from repo OCA modules
|
gt_community # OCA modules repo, using git submodules
|
||||||
gt_vendor # Download from repo Avancys modules
|
gt_vendor # Avancys main repo
|
||||||
gt_custom # Download from repo Custom modules
|
gt_vendor01 # In-house replacement repo for removed Avancys modules
|
||||||
|
gt_vendor02 # Avancys e-document modules
|
||||||
|
gt_custom # Custom in-house modules
|
||||||
}
|
}
|
||||||
|
|
||||||
if (($# == 0))
|
if (($# == 0))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user