summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2017-06-21[pkg] improve Packages scriptKali Kaneko
- use relative paths - there's still an absolute path (hardcoded, the REFERENCE FOLDER PATH). This should be changed (sed!) if we want to automate this for CI or for building in different environments: STILL NEEDS SOME MANUAL WORK. - Avoid deleting the build folders by default - Move the plist file to a subfolder
2017-06-20[pkg] add missing steps to produce a functional OSX bundleKali Kaneko
2017-06-19[pkg] fix icon pathKali Kaneko (leap communications)
2017-06-13[pkg] simplify osx/linux targetKali Kaneko (leap communications)
2017-06-13[pkg] add missing importKali Kaneko (leap communications)
2017-06-13[pkg] remove unneeded filesKali Kaneko (leap communications)
2017-06-13[pkg] add icons to osx appKali Kaneko (leap communications)
2017-06-13[pkg] package osx helpers in bundle tooKali Kaneko (leap communications)
2017-06-13[pkg] reorder osx helper filesKali Kaneko (leap communications)
2017-06-12[pkg] make copies osx compatibleKali Kaneko (leap communications)
2017-06-06[pkg] copy sql file from new pathKali Kaneko (leap communications)
2017-06-06[pkg] build with latest soledad releaseKali Kaneko (leap communications)
2017-05-31[bug] fix deprecated import of cryptography multibackendKali Kaneko (leap communications)
- Resolves: #8910
2017-05-31[pkg] copy over osx boilerplate from legacy repoKali Kaneko (leap communications)
2017-05-31[docs] use mailmap to de-duplicate committersvarac
2017-05-30[pkg] bump next versionKali Kaneko (leap communications)
2017-05-22[feat] port the polkit agent launcherKali Kaneko (leap communications)
this commit is porting the polkit launcher from the legacy bitmask client. if no polkit authentication agent is running, it will try to run one that is found in the system. - Resolves: #8836
2017-05-22[pkg] more precise depsKali Kaneko (leap communications)
2017-05-22[pkg] install and use static openvpn from bundleKali Kaneko (leap communications)
2017-05-22[pkg] update openvpn build scriptKali Kaneko (leap communications)
2017-05-09[pkg] stop producing debug bundles for nowKali Kaneko (leap communications)
2017-05-05[bug] add missing libs to make the bundle work on latest ubuntuKali Kaneko (leap communications)
- Resolves: #8876
2017-05-03[bug] include bitmask_helpers into the frozen binaryRuben Pollan
The bundled version of bitmask is unable to find the bitmask_helpers binary. Let's include it as part of the frozen binary generated by pyinstaller. - Resolves: #8862
2017-05-02[pkg] adding appdirs as dependency for manholeRuben Pollan
2017-05-01[pkg] use soledad from master for bundlesKali Kaneko (leap communications)
to workaround a failure that breaks client I should tag soledad 0.9.6 soonish and make everything pip-installable again
2017-04-21[docs] several doc updatesKali Kaneko (leap communications)
2017-04-20[feat] add bonafide authentication eventKali Kaneko (leap communications)
- Resolves: #8844
2017-03-17[pkg] remove non needed stepsKali Kaneko (leap communications)
2017-03-17[pkg] pin latest soledad version (0.9.5)Kali Kaneko (leap communications)
2017-03-13[pkg] use master soledad again until next tagKali Kaneko (leap communications)
2017-03-13[pkg] stop building the bundle if some step failsKali Kaneko (leap communications)
2017-03-06[pkg] pin requests to version that pixelated usesKali Kaneko (leap communications)
2017-03-06[pkg] yet another missing pixelated dependencyKali Kaneko (leap communications)
by the way, it doesn't make sense to depend on requests having treq. should send patch. and I keep commiting directly to the main repo because it's release time :) thanks for reading this.
2017-03-06[pkg] add more pixelated dependenciesKali Kaneko (leap communications)
2017-03-06[pkg] several bundling fixesKali Kaneko (leap communications)
2017-03-05[pkg] find links in leap.se downloads insteadKali Kaneko (leap communications)
workaround for some error that makes devpi upload an empty package.
2017-03-05[pkg] ship pixelated packagesKali Kaneko (leap communications)
2017-03-05[pkg] prepare rc bundles for 0.9.5Kali Kaneko (leap communications)
2017-03-05[pkg] add pixelated packages as hidden importsKali Kaneko (leap communications)
2017-03-05[pkg] install pixelated packages in the bundleKali Kaneko (leap communications)
2017-02-09[bug] soledad now uses master branch instead of developRuben Pollan
2016-12-29[pkg] add docker files to build bundleKali Kaneko (leap communications)
2016-12-29[pkg] undo soledad pinning, lets embrace 0.9.2Kali Kaneko (leap communications)
the pinning doesn't work out of the box, since the Soledad constructor signature has changed (removed syncable parameter).
2016-12-29[docs] improve documentation of the API, add some examplesKali Kaneko (leap communications)
2016-12-29[pkg] next version is 0.9.4 nowKali Kaneko (leap communications)
2016-12-29[pkg] pin soledad 0.9.1 on bitmask bundlesKali Kaneko (leap communications)
2016-12-07[feature] add icon to the windowKali Kaneko (leap communications)
- Resolves: #8676
2016-12-07[feature] add icon to PyInstaller bundleKali Kaneko (leap communications)
seems it's only valid for win and mac tho
2016-11-18[build] use streaming encrypter branch for automatic gitlab bundlesKali Kaneko (leap communications)
this also means that these bundles can only be used against cdev for now, since we need the latest soledad server. i'm using my personal devpi repo because the development mode install breaks the bundles for some reason (namespace probably). latest version uploaded is: leap-soledad-client-0.9.0+58.g0d9e74e which is today's shyba state but rebased on top of the 0.9.0 tag.
2016-11-18[build] add gpg binaryKali Kaneko (leap communications)
just the one shipped with the ubuntu image used by the docker container for now. I have to investigate how to properly use a docker container only for building the gpg binary.