2014-07-28 12:52:18 +00:00
|
|
|
user: openproject
|
|
|
|
|
group: openproject
|
|
|
|
|
targets:
|
2016-09-01 12:36:41 +00:00
|
|
|
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
|
2016-07-25 19:07:36 +00:00
|
|
|
ubuntu-16.04:
|
2016-09-01 12:36:41 +00:00
|
|
|
<<: *debian8
|
2018-06-26 17:06:56 +02:00
|
|
|
ubuntu-18.04:
|
|
|
|
|
<<: *debian8
|
2016-09-01 12:36:41 +00:00
|
|
|
centos-7:
|
|
|
|
|
dependencies:
|
2015-06-11 11:26:35 +00:00
|
|
|
- epel-release
|
2014-12-07 20:56:25 +00:00
|
|
|
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"
|
2014-07-28 12:52:18 +00:00
|
|
|
crons:
|
2018-01-31 08:37:52 +01:00
|
|
|
- packaging/cron/openproject-hourly-tasks
|
2014-07-28 12:52:18 +00:00
|
|
|
- packaging/cron/openproject-clear-old-sessions
|
2016-12-12 08:55:37 +01:00
|
|
|
- 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
|