icinga2: fix system_accounts; set nocross with a buildbot url.
This commit is contained in:
parent
6c9837640e
commit
bd86e7ae94
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'icinga2'
|
# Template file for 'icinga2'
|
||||||
pkgname=icinga2
|
pkgname=icinga2
|
||||||
version=2.4.10
|
version=2.4.10
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run -DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/"
|
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DICINGA2_RUNDIR=/run -DICINGA2_PLUGINDIR=/usr/lib/monitoring-plugins/"
|
||||||
hostmakedepends="flex git"
|
hostmakedepends="flex git"
|
||||||
|
@ -15,9 +15,11 @@ homepage="https://www.icinga.org/"
|
||||||
distfiles="https://github.com/Icinga/icinga2/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Icinga/icinga2/archive/v${version}.tar.gz"
|
||||||
checksum="c2963430503c382cc4d5083b05731c0b965b5ffa960e900c0827b83789f0425e"
|
checksum="c2963430503c382cc4d5083b05731c0b965b5ffa960e900c0827b83789f0425e"
|
||||||
|
|
||||||
|
nocross="https://build.voidlinux.eu/builders/armv7l_builder/builds/25979/steps/shell_3/logs/stdio"
|
||||||
|
|
||||||
system_accounts="icinga"
|
system_accounts="icinga"
|
||||||
system_groups="icingacmd"
|
system_groups="icingacmd"
|
||||||
icinga_pgroup="icingacmd"
|
icinga_groups="icingacmd"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv icinga2
|
vsv icinga2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue