initial commit

This commit is contained in:
Dominik Polakovics Polakovics 2023-07-12 15:25:07 +02:00
commit 1af70a3095
8 changed files with 105 additions and 0 deletions

13
config.sh Normal file
View file

@ -0,0 +1,13 @@
CHROOT_DIR=/home/chroot
REMOTE_IP=git.cloonar.com
# Optional
# maxium time waiting for the SFTP connection to connect
# default value is 20
#TIMEOUT=20
# port to connect to the remote server
# default is 22
#REMOTE_PORT=22
# don't build locally
#NOLOCALBUILD=1