summaryrefslogtreecommitdiff
path: root/createbundle.sh
AgeCommit message (Collapse)Author
2015-10-28Update boost/openvpn, replace relnotes fileIvan Alejandro
2015-06-29Add needed library.Ivan Alejandro
2015-06-08Fixes to get the bundler working with the new jsonschema version.Ivan Alejandro
2015-01-29Install pysqlcipher with pip.Ivan Alejandro
Using `python setup.py develop` causes a libc version compatibility issue.
2015-01-28Add helper to wait between steps.Ivan Alejandro
2015-01-26Don't use pip and add gnupg hack.Ivan Alejandro
2014-12-12Use newer Boost version and verify hash.Ivan Alejandro
Use a specific OpenVPN version (2.3.5) so the build is normalized. This closes #6296 and #6297.
2014-11-19Use the right files for the version being built.Ivan Alejandro
Use the correct root.json file to get TUF working. Install pycrypto and others into the bundle so TUF can verify the data correctly. Move json version specifications to pkg/ Closes #6385, #6378, #6376.
2014-10-29Add checks for mandatory files.Ivan Alejandro
Also factor out bundler arguments.
2014-10-27Install manually troublesome deps.Ivan Alejandro
2014-10-27Use json file to define versions to be bundled.Ivan Alejandro
Also improve logging support to print each component's name.
2014-10-24Add REUSE_BINARIES capability.Ivan Alejandro
Using this new feature we can reduce the bundling time significatively since we don't need to spend much time compiling stuff that shouldn't change. Move dependencies to the requirements file. Use helper variable to shorten the bundler command call.
2014-10-07Update the paths to use the leapcode repo.Ivan Alejandro
2014-09-29Add automagic bundling scripts.Ivan Alejandro