Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-09 | [pkg] get latest tags when bundling | Kali Kaneko | |
2017-10-03 | [pkg] pin pyinstaller version | Kali Kaneko | |
Also, allow to pass a different repo to the build-in-docker script. - Resolves: #9089 | |||
2017-09-01 | [pkg] fix brittle way of getting latest wheel | Kali Kaneko | |
2017-08-30 | [tests] prepare to run behave against bundle | Kali Kaneko | |
2017-07-28 | [pkg] do not create venv if it exists already | Kali Kaneko | |
2017-07-28 | [bug] ship leap.pixelated_www in bundles | Kali Kaneko | |
- Resolves: #8993 | |||
2017-06-13 | [pkg] simplify osx/linux target | Kali Kaneko (leap communications) | |
2017-06-13 | [pkg] package osx helpers in bundle too | Kali Kaneko (leap communications) | |
2017-06-06 | [pkg] build with latest soledad release | Kali Kaneko (leap communications) | |
2017-05-22 | [pkg] more precise deps | Kali Kaneko (leap communications) | |
2017-05-03 | [bug] include bitmask_helpers into the frozen binary | Ruben 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 bundles | Kali 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 tag | Kali Kaneko (leap communications) | |
2017-03-13 | [pkg] stop building the bundle if some step fails | Kali Kaneko (leap communications) | |
2017-03-06 | [pkg] pin requests to version that pixelated uses | Kali Kaneko (leap communications) | |
2017-03-06 | [pkg] yet another missing pixelated dependency | Kali 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 dependencies | Kali Kaneko (leap communications) | |
2017-03-06 | [pkg] several bundling fixes | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] find links in leap.se downloads instead | Kali Kaneko (leap communications) | |
workaround for some error that makes devpi upload an empty package. | |||
2017-03-05 | [pkg] prepare rc bundles for 0.9.5 | Kali Kaneko (leap communications) | |
2017-03-05 | [pkg] install pixelated packages in the bundle | Kali Kaneko (leap communications) | |
2016-12-29 | [pkg] undo soledad pinning, lets embrace 0.9.2 | Kali 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 bundles | Kali Kaneko (leap communications) | |
2016-11-18 | [build] use streaming encrypter branch for automatic gitlab bundles | Kali 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 binary | Kali 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 bundle | Kali Kaneko (leap communications) | |
2016-11-09 | [ci] generate bundle from gitlab runner | Kali Kaneko (leap communications) | |
some hacks needed, it seems pyinstaller is choking again on namespace packages for some reason that is beyond my current comprenhension. |