initial commit
This commit is contained in:
commit
1af70a3095
8 changed files with 105 additions and 0 deletions
13
config.sh
Normal file
13
config.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue