summaryrefslogtreecommitdiff
path: root/pkg/build_bundle_with_venv.sh
AgeCommit message (Collapse)Author
2017-06-06[pkg] build with latest soledad releaseKali Kaneko (leap communications)
2017-05-22[pkg] more precise depsKali Kaneko (leap communications)
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-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-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] prepare rc bundles for 0.9.5Kali Kaneko (leap communications)
2017-03-05[pkg] install pixelated packages in the 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[pkg] pin soledad 0.9.1 on bitmask bundlesKali Kaneko (leap communications)
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.
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.