summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-10-09Add parameters to use different keys and repos.Ivan Alejandro
Now, from the command line you can set the key to use as well as the repository. Show at start the value of the parameters to be sure that we set the options as we needed. Add the option to use a repo file instead of downloading the latest one, this is useful for the first time release.
2014-10-08Merge branch 'ivan/feature/update-paths-for-leapcode-repo' into developRuben Pollan
2014-10-08Merge branch 'ivan/feature/tuf-integration' into developRuben Pollan
2014-10-07Update the paths to use the leapcode repo.Ivan Alejandro
2014-10-07Merge remote-tracking branch 'kwadronaut/develop' into developIvan Alejandro
2014-10-07Add a helper script to automate the TUF updates.Ivan Alejandro
2014-10-03sudo is installed on most Debian systems, with the desktop, but not all:kwadronaut
it's priority is 'optional'
2014-09-29Merge remote-tracking branch 'refs/remotes/ivan/feature/bundling-automation' ↵Tomás Touceda
into develop
2014-09-29Add automagic bundling scripts.Ivan Alejandro
2014-09-29Update README file with up to date docs.Ivan Alejandro
2014-09-26Merge remote-tracking branch 'refs/remotes/ivan/feature/cleanup' into developTomás Touceda
2014-09-26Use textwrap to have nicer multiple-line strings.Ivan Alejandro
2014-09-26Remove --upgrade for pip since causes problems.Ivan Alejandro
The latest bundling scripts breaks if --upgrade is there, I don't know the reason but since we clone the repo each time and install in a clean virtualenv this option shouldn't be necessary. Do some code styling and code refactoring.
2014-09-24Merge remote-tracking branch 'refs/remotes/ivan/bug/remove-unused-import' ↵Tomás Touceda
into develop
2014-09-24Remove Crypto since we no longer use this import.Ivan Alejandro
2014-09-15Upgrade pip dependencies as wellTomás Touceda
2014-09-02Add root.json to the bundleTomas Touceda
2014-09-02Remove Thandy for TUFleap
2014-09-02Add strippingTomas Touceda
2014-09-02Remove unused codeTomas Touceda
2014-06-20Update hashes for bitmask-root and openvpnTomás Touceda
2014-06-19Make signing work on OSXTomás Touceda
2014-05-13Do not copy openvpn on Linux directlyTomás Touceda
2014-03-07Add code sign on OSXTomás Touceda
2013-12-29Add bitmask Thunderbird addon + pep8Tomás Touceda
2013-12-19Use Bitmask icon instead of LEAP'sTomás Touceda
2013-11-28Minor fix for OSXTomás Touceda
2013-11-28Merge branch 'feature/windows_support' into developTomás Touceda
2013-11-28Add Windows supportfeature/windows_supportTomas Touceda
2013-11-27Merge branch 'feature/linux_bundle' into developTomás Touceda