From 4493a1d238ff0bda81a8daabaa98de1d298c6981 Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Sun, 7 Dec 2014 20:56:25 +0000 Subject: [PATCH] Add configuration for SLES-12 packaging on packager.io --- .pkgr.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.pkgr.yml b/.pkgr.yml index 5eb8185aa24..f8270558685 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -12,19 +12,22 @@ targets: - ImageMagick-devel centos-6: <<: *redhat + sles-12: + build_dependencies: + - ImageMagick-devel before_precompile: "packaging/setup" crons: - packaging/cron/openproject-clear-old-sessions - packaging/cron/openproject-create-svn-repositories services: - postgres -installer: https://github.com/pkgr/installer.git#master +installer: https://github.com/pkgr/installer.git#suse 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/pkgr/addon-svn-dav.git - - https://github.com/pkgr/addon-smtp.git - - https://github.com/pkgr/addon-memcached.git - - https://github.com/pkgr/addon-openproject.git + - https://github.com/pkgr/addon-mysql.git#suse + - https://github.com/pkgr/addon-apache2.git#suse + - https://github.com/pkgr/addon-svn-dav.git#suse + - https://github.com/pkgr/addon-smtp.git#suse + - https://github.com/pkgr/addon-memcached.git#suse + - https://github.com/pkgr/addon-openproject.git#suse buildpack: https://github.com/ddollar/heroku-buildpack-multi.git