summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2016-11-18[build] include dbschema in bundleKali Kaneko (leap communications)
2016-11-09[ci] generate bundle from gitlab runnerKali Kaneko (leap communications)
some hacks needed, it seems pyinstaller is choking again on namespace packages for some reason that is beyond my current comprenhension.
2016-11-03[style] pep8 fixesKali Kaneko (leap communications)
2016-10-21[pkg] native pyinstaller packagingKali Kaneko (leap communications)
2016-10-19[pkg] re-add scripts to build openvpn and gnupg binariesKali Kaneko (leap communications)
2016-10-19[pkg] change uploadKali Kaneko (leap communications)
2016-10-19[pkg] bump bundle versionKali Kaneko (leap communications)
2016-10-19[pkg] disable openvpn for windows bundle for nowKali Kaneko (leap communications)
Also, add a variant to keep the docker builds around, bandwidth is expensive in some parts of the world.
2016-10-19[style] some minor naming changes; lintingKali Kaneko (leap communications)
2016-10-19[pkg] reproducible windows installer for bitmask_clientPaixu Aabuizia
Port of paixu's original commit 0a5d24d64b5f637038a15b01bbe1b3d4bf4108f2 in the legacy bitmask_client repo. Refs: 0.9.1-85-g0a5d24d - provide a environment that allows automated builds of windows installers - prepare dockerized environment with wine, python, openssl, zlib and mingw to build windows binaries from python sourcecode - prepare dockerized environment with nullsoft installer to build installers from binaries - configure pyinstaller to build binaries - configure nsis to build distributable executables for bitmask - configure make all in pkg/windows that results in installers - add documentation - ico conversion from data/images - avoid polluting / in docker image - install dirspec and copy to wine env - remove obsolete comments - fix python path - figure out that pip install leap.a and pyinstalling a leap.b does not work - so the build script fixes that - rename dependencies to pyinstaller and move nsis code to installer - build openvpn, export the binaries for further processing - correct openvpn dependencies, fetch tap installer compatible with openvpn just built - install tap-driver with nsis - pyinstaller-build: fix mixed mkdir / show errors if there are some - installer-build: prepare rw-copy, do not expose nsh files - add openvpn_leap.exe to install directory so it gets picked up by nsis - use setup.py to install bitmask to site-packages to have a version - separate build directories for granular make - copy all openvpn dlls to installer - die to signal failure to parent makefile - cache installDependencies for quick turn-arround times - share openssl version between openvpn and pysqlcipher/other pip builds - collect files during prepare for installer - default to eip:false, mail:true - configuration in pyinstaller-build.sh - win64 tap drivers need special care getting removed from 32bit nsis - correct registry key that identifies if we installed TAP - extract version from git-tree, expose to wine python - create nsh with version for build installer - allow clean/dirty version with patches - cleanup / indent / remove comments - die when pysqlchipher patch failed - add psutil in mingw compatible version
2016-10-03[docs] revamp bitmask dev docsKali Kaneko (leap communications)
2016-09-27[pkg] make bundle from main makefileKali Kaneko (leap communications)
2016-09-27[pkg] re-add binary launcher to bundle processKali Kaneko (leap communications)
2016-09-27[pkg] some bundling hacksKali Kaneko (leap communications)
2016-09-21[tests] add editable externals to git repoKali Kaneko (leap communications)
2016-09-20[bug] revert usage of twisted whichKali Kaneko (leap communications)
the test environment isn't finding the path properly, due to pytest internals. so: - add path extension - fix the order in which we're happy with a gpg option (to avoid symlinks)
2016-09-20[tests] add script to checkout common/soledadKali Kaneko (leap communications)
2016-09-11[pkg] add gnupg to pip requirementsKali Kaneko (leap communications)
2016-09-06[feature] first pyinstaller recipe for the qt5 launcherKali Kaneko (leap communications)
2016-09-06[pkg] typoKali Kaneko (leap communications)
2016-09-01[pkg] add requirements-devKali Kaneko (leap communications)
2016-09-01[pkg] add Makefile for bitmask-wwwKali Kaneko (leap communications)
2016-09-01[pkg] handle dependencies as extrasKali Kaneko (leap communications)
2016-08-30[pkg] add setupKali Kaneko (leap communications)
2016-08-30[pkg] add some relevant docsKali Kaneko (leap communications)