14 lines
261 B
Bash
14 lines
261 B
Bash
CHROOT_DIR=/home/chroot
|
|
REMOTE_IP=fw.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
|