Working version of cloner, basic setup of git and so on
This commit is contained in:
12
checker/cloner-lib-general
Normal file
12
checker/cloner-lib-general
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# configure
|
||||
export BASE=/data
|
||||
export CCLONE_PATH=$BASE/repos
|
||||
export CCLONE_CACHE=$BASE/cache
|
||||
export CONFIG_DIR=$BASE/config
|
||||
|
||||
function die(){
|
||||
echo "$@" 1>&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user