Files
openproject/.pkgr.yml
T

39 lines
1.0 KiB
YAML
Raw Normal View History

user: openproject
group: openproject
targets:
debian-8: &debian8
build_dependencies:
- libsqlite3-dev
2017-10-25 12:26:19 +02:00
debian-9:
2017-12-04 09:30:55 +01:00
<<: *debian8
2014-10-14 16:09:22 +00:00
ubuntu-14.04:
2017-12-04 09:30:55 +01:00
<<: *debian8
ubuntu-16.04:
<<: *debian8
2018-06-26 17:06:56 +02:00
ubuntu-18.04:
<<: *debian8
centos-7:
dependencies:
2015-06-11 11:26:35 +00:00
- epel-release
sles-12:
build_dependencies:
2017-11-08 08:24:55 +01:00
- sqlite3-devel
2014-07-28 14:44:38 +00:00
before_precompile: "packaging/setup"
crons:
- packaging/cron/openproject-hourly-tasks
- packaging/cron/openproject-clear-old-sessions
- packaging/cron/openproject-clear-uploaded-files
2018-07-19 15:46:50 +02:00
- packaging/cron/openproject-clear-tmp-cache
2014-10-08 08:32:55 +00:00
services:
- postgres
2015-05-04 19:22:17 +00:00
installer: https://github.com/pkgr/installer.git
2014-10-08 08:32:55 +00:00
wizards:
2014-12-10 13:28:57 +01:00
- https://github.com/pkgr/addon-legacy-installer.git
2018-12-10 14:58:23 +01:00
- https://github.com/pkgr/addon-postgres
2015-05-04 19:22:17 +00:00
- https://github.com/pkgr/addon-apache2.git
2015-09-24 11:56:17 +02:00
- https://github.com/finnlabs/addon-repositories.git
2015-05-04 19:22:17 +00:00
- https://github.com/pkgr/addon-smtp.git
- https://github.com/pkgr/addon-memcached.git
- https://github.com/pkgr/addon-openproject.git
2017-01-20 10:17:48 +01:00
buildpack: https://github.com/opf/heroku-buildpack-multi.git