Various changes to get makebuildserver to work with a 64 bit base box

Note that the apt packages are split into two halves, because it takes
too long (on 64 bit!) to install them all. The sensible fix would be
to simply up the timeout on the package installation section, but this
is completely broken in chef.
This commit is contained in:
Ciaran Gultnieks 2016-07-01 12:00:38 +00:00
parent 8691bd9cf9
commit 1da89dc1f1
2 changed files with 22 additions and 3 deletions

View file

@ -271,7 +271,7 @@ def build_server(app, build, vcs, build_dir, output_dir, force):
# Get an SFTP connection...
ftp = sshs.open_sftp()
ftp.get_channel().settimeout(15)
ftp.get_channel().settimeout(60)
# Put all the necessary files in place...
ftp.chdir(homedir)