Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/radicale: fix permissions for config files | Stefan Wagner | 2016-11-22 | 1 | -3/+3 |
| | | | | | | Radicale is started as user radicale, so the config should be readable by this user. Currently the config files aren't world readable, which makes the application crash on startup. | ||||
* | [various] rename python executable in APKBUILDs to python2 | Jakub Jirutka | 2016-10-26 | 1 | -2/+2 |
| | |||||
* | [various] rename dependency python to python2 | Jakub Jirutka | 2016-10-26 | 1 | -2/+2 |
| | |||||
* | testing/*: change source URL pypi.python.org to files.pythonhosted.org | Jakub Jirutka | 2016-07-08 | 1 | -1/+1 |
| | | | | See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791 | ||||
* | testing/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER | ||||
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -0/+2 |
| | | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved. | ||||
* | Add -g option (GECOS/comment) to adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | testing/radicale: upgrade to 1.1.1 | Sören Tempel | 2016-01-09 | 1 | -4/+4 |
| | |||||
* | testing/radicale: build fix. needs py-setuptools | Natanael Copa | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | testing/radicale: upgrade to 1.0.1 | Sören Tempel | 2015-10-07 | 2 | -14/+15 |
| | |||||
* | testing/radicale: upgrade 0.10 | Francesco Colista | 2015-08-14 | 3 | -34/+39 |
| | |||||
* | testing/radicale: new aport | Natanael Copa | 2014-11-17 | 4 | -0/+135 |
A simple CalDAV (calendar) and CardDAV (contact) server http://radicale.org |