13 Commits

Author SHA1 Message Date
Stefan Wagner
9144c88c33 testing/radicale: fix permissions for config files
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.
2016-11-22 16:43:37 +01:00
Jakub Jirutka
c18b35140d [various] rename python executable in APKBUILDs to python2 2016-10-26 19:47:58 +02:00
Jakub Jirutka
d6529c8d14 [various] rename dependency python to python2 2016-10-26 19:47:58 +02:00
Jakub Jirutka
bb62c4901b testing/*: change source URL pypi.python.org to files.pythonhosted.org
See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
2016-07-08 17:39:12 +02:00
Przemyslaw Pawelczyk
26abb36b0d testing/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:11:52 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
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.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Sören Tempel
1646165087 testing/radicale: upgrade to 1.1.1 2016-01-09 18:43:37 +01:00
Natanael Copa
7ff77aa000 testing/radicale: build fix. needs py-setuptools 2015-10-07 07:50:38 +00:00
Sören Tempel
2f231eae98 testing/radicale: upgrade to 1.0.1 2015-10-07 02:42:42 +02:00
Francesco Colista
2104d8f8a4 testing/radicale: upgrade 0.10 2015-08-14 12:46:41 +00:00
Natanael Copa
fe8a40d64b testing/radicale: new aport
A simple CalDAV (calendar) and CardDAV (contact) server
http://radicale.org
2014-11-17 15:11:03 +00:00