DefaultClonerConfig added, removed obsolette bash file

Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
2022-06-26 02:16:51 +02:00
parent 525c27795c
commit 9feca35311
4 changed files with 65 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
#!/bin/bash
# configure
export CCLONE_PATH=$BASE/repos
export CCLONE_CACHE=$BASE/cache
export CONFIG_DIR=$BASE/config
function die(){
echo "$@" 1>&2
exit 1
}

View File

@@ -4,7 +4,6 @@ IFS=$'\n\t'
# source libs
mydir=$(dirname $(realpath $0))
source $mydir/cloner-lib-general
source $mydir/cloner-lib-cfg
source $mydir/detector-lib-cfg