forked from opf/openproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pkgr.yml
41 lines (41 loc) · 1.03 KB
/
.pkgr.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
user: openproject
group: openproject
targets:
debian-7: &debian
build_dependencies:
- libmagickwand-dev
- libsqlite3-dev
debian-8:
<<: *debian
ubuntu-14.04:
<<: *debian
fedora-20: &redhat
build_dependencies:
- ImageMagick-devel
centos-6:
<<: *redhat
centos-7:
<<: *redhat
dependencies:
- epel-release
sles-11:
env:
- EMBED_IMAGEMAGICK=true
sles-12:
build_dependencies:
- ImageMagick-devel
before_precompile: "packaging/setup"
crons:
- packaging/cron/openproject-clear-old-sessions
services:
- postgres
installer: https://github.com/pkgr/installer.git
wizards:
- https://github.com/pkgr/addon-legacy-installer.git
- https://github.com/pkgr/addon-mysql.git
- https://github.com/pkgr/addon-apache2.git
- https://github.com/finnlabs/addon-repositories.git
- https://github.com/pkgr/addon-smtp.git
- https://github.com/pkgr/addon-memcached.git
- https://github.com/pkgr/addon-openproject.git
buildpack: https://github.com/ddollar/heroku-buildpack-multi.git