]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Use HTTP instead of FTP to transfer the xulrunner package when building staff client user/mrpeters/http_over_ftp_for_xulrunner_runtime_download
authorMichael Peters <mpeters@emeralddata.net>
Wed, 10 Jun 2015 15:17:09 +0000 (11:17 -0400)
committerMichael Peters <mpeters@emeralddata.net>
Wed, 10 Jun 2015 15:17:09 +0000 (11:17 -0400)
commit620637889be20dd619a438d21fe2c7b5c7dcbfd5
tree940d0131d90bff70f42a1ffe6f4529cf4c6076b8
parent57bd96b6d8a03a3a718579a34ae80fab891a599a
Use HTTP instead of FTP to transfer the xulrunner package when building staff client

When building staff clients, using FTP seems to result in the xulrunner
packages not being found.

Connecting to ftp.mozilla.org (ftp.mozilla.org)|63.245.215.46|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/mozilla.org/xulrunner/releases/14.0.1/runtimes ... done.
==> SIZE xulrunner-14.0.1.en-US.win32.zip ... 17646249
==> PASV ... done.    ==> RETR xulrunner-14.0.1.en-US.win32.zip ...
No such file ‘xulrunner-14.0.1.en-US.win32.zip’.

This patch makes the staff client build scripts use http to grab the file, instead.

Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Open-ILS/xul/staff_client/Makefile.am