Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-28 | [pkg] Add ssl-cert to soledad-server deb deps | Varac | |
The soledad user needs to read the ssl certificate private key stored in `/etc/x509/keys/leap.key`, which is accessible by users in the `ssl-cert` group, added by the `ssl-cert` package. On installation, the soledad user is added to that group so the ssl-package needs to be installed by then. - Resolves: #8849 | |||
2017-06-28 | [pkg] Add missing soledad-server.postinst | Varac | |
2017-06-28 | [pkg] Fix soledad-server and -client deb deps | Varac | |
- Resolves: #8900 | |||
2017-06-27 | [pkg] Use pkg/server/soledad-sudoers directly | Varac | |
2017-06-27 | [pkg] Use pkg/server/soledad-sudoers for packaging | Varac | |
2017-06-26 | [pkg] Add python-treq to soledad-common deps | Varac | |
2017-06-26 | [pkg] copy also the _version file from soledad-commondebian_package | Kali Kaneko | |
2017-06-26 | [pkg] Add systemd service file to debian package | Varac | |
Also, remove old init file | |||
2017-06-26 | [pkg] install init file | Kali Kaneko | |
2017-06-26 | [pkg] Install soledad-server service unit file | Varac | |
2017-06-26 | [pkg] Add Build-depends on dh-systemd | Varac | |
2017-06-26 | [pkg] add a symlink to soledad-create-userdb for backwards compatibility | Kali Kaneko | |
We have changed the name of the script, to qualify it with the 'soledad' preffix. Here I am creating a symlink with the name of the previous script, for backwards-compatibility reasons - basically to avoid breaking unattended upgrades. (Note that the path is hardcoded in the config file deployed by the platform, so it needs to be changed in the platform accordingly too). This symlink should be deprecated after a couple of release cycles. | |||
2017-06-26 | [pkg] build package with systemd support | Kali Kaneko | |
2017-06-26 | [pkg] cleanup debian rules | Kali Kaneko | |
2017-06-26 | [pkg] split the binary packages | Kali Kaneko | |
2017-06-26 | [pkg] remove unused python packages | Kali Kaneko | |
2017-06-26 | [pkg] remove unneeded file | Kali Kaneko | |
2017-06-26 | [pkg] rename soledad-create-userdb script | Kali Kaneko | |
2017-06-26 | [pkg] Add lsb-base (>= 3.0-6) as Dep to fix lintian error (#8897) | Varac | |
2017-06-26 | [pkg] Add python-wheel to Build-depends | Varac | |
2017-06-26 | [pkg] Add debian folder from debian/experimental-0.9 branch | Varac | |