24 lines
534 B
Bash
24 lines
534 B
Bash
#####################################
|
|
# Repository generator
|
|
|
|
# Centos Version
|
|
CentOsVersion=7.9.2009
|
|
# Sync repo script
|
|
Run=/bin/sync.sh
|
|
# Sync arg script
|
|
# * del : delete all local repo
|
|
# * debug : only start docker instance
|
|
# * empty : sync whithout delete
|
|
RunArg=del
|
|
|
|
#####################################
|
|
# Esl compilator
|
|
|
|
# Programme local directory
|
|
ProgrammeDir=/data/GIT/ESL_PRODUIT
|
|
# Repositories Directory
|
|
RepoDir=./data/repo
|
|
# If auto gen script esl Else leave empty and only start docker instance
|
|
GenScript=/data/gen.sh
|
|
|