summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-29Add needed library.Ivan Alejandro
2015-06-29Add bitmask 0.9.0alpha13 spec fileIvan Alejandro
2015-06-25Add bitmask 0.9.0alpha12 spec fileIvan Alejandro
2015-06-22Add bitmask 0.9.0alpha11 spec fileIvan Alejandro
2015-06-12Add bitmask 0.9.0alpha10 spec fileIvan Alejandro
2015-06-11Add bitmask 0.9.0alpha9 spec fileIvan Alejandro
2015-06-08Update launcher version for new alphaIvan Alejandro
2015-06-08Fixes to get the bundler working with the new jsonschema version.Ivan Alejandro
2015-06-08Add bitmask 0.9.0alpha8 spec fileIvan Alejandro
2015-03-30Add bitmask 0.9.0alpha7 spec fileIvan Alejandro
2015-03-11Add bitmask 0.9.0alpha6 spec fileIvan Alejandro
2015-03-09Add bitmask 0.8.2 spec fileIvan Alejandro
2015-02-27Run the TUF repo updater in a Docker container.Ivan Alejandro
2015-02-25Add bitmask 0.8.1 spec fileIvan Alejandro
2015-02-23Add bitmask 0.9.0alpha5 spec fileIvan Alejandro
2015-02-23Add manually the 'service-identity' dep.Ivan Alejandro
2015-02-23Add bitmask 0.9.0alpha4 spec fileIvan Alejandro
2015-02-04Add bitmask 0.8.0 spec fileIvan Alejandro
2015-01-30Add fabric file to update the TUF repo.Ivan Alejandro
Add support for json config file. This feature looks like it will be included soon in newer versions of fabric, but right now we add it manually. Add the configuration into a json file to avoid data on the python file. Ignore the file fabfile.json since it contains server information that may be sensitive.
2015-01-30Add bitmask 0.9.0alpha3 spec fileIvan Alejandro
2015-01-29Install pysqlcipher with pip.Ivan Alejandro
Using `python setup.py develop` causes a libc version compatibility issue.
2015-01-29Add bitmask 0.8.0rc4 spec fileIvan Alejandro
2015-01-28Add bitmask 0.9.0alpha2 spec fileIvan Alejandro
2015-01-28Unzip installed deps.Ivan Alejandro
If not, the bundler has problem collecting the dependencies.
2015-01-28Add helper to wait between steps.Ivan Alejandro
2015-01-26Don't use pip and add gnupg hack.Ivan Alejandro
2015-01-23bundle 0.9.0alpha1 with keymanager:develop.Ivan Alejandro
2015-01-22add spec file for the 0.9.0alpha1Kali Kaneko
2015-01-22Add the option to build the bundle with no TUF.Ivan Alejandro
Specifying in the spec file an option for 'tuf_repo' different than 'stable' or 'unstable' will build a TUF-less bundle.
2015-01-09Add bitmask 0.8.0rc3 spec fileIvan Alejandro
2015-01-05Add bitmask 0.8.0rc2 spec fileIvan Alejandro
2015-01-05Use newer leap_mail for 0.8.0rc1Ivan Alejandro
2014-12-31Add bitmask 0.8.0rc1 spec fileIvan Alejandro
2014-12-19Some pep8 fixes and code cleanup.Ivan Alejandro
2014-12-19Add 'daemon' as a dependency.Ivan Alejandro
This is used with subprocess and not reached by any import, that's why we need to set it explicitly.
2014-12-12Add bitmask 0.7.0 spec fileIvan 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-12-09Add bitmask 0.7.0rc6 spec fileIvan Alejandro
2014-12-05Copy the *.non-ubuntu files to lib/. Closes #6414.Ivan Alejandro
2014-11-19Fix typosIvan Alejandro
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-30Merge branch 'ivan/feature/get-tuf-into-bundler' into developRuben Pollan
2014-10-30Add code to specify tuf stable/unstable.Ivan Alejandro
2014-10-29Add checks for mandatory files.Ivan Alejandro
Also factor out bundler arguments.
2014-10-27Install manually troublesome deps.Ivan Alejandro
2014-10-27Update readme informationIvan 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-24Include TUF scripts in this repo.Ivan Alejandro
Originally they were in the bitmask_client repo.
2014-10-09Merge branch 'ivan/feature/improve-tufstuff' into developRuben Pollan