From: Michael Friedrich Date: Fri, 12 Apr 2019 07:34:34 +0000 (+0200) Subject: Docs: Fix RPM snapshot repo name X-Git-Tag: v2.11.0-rc1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e3df67ab3a59b1f5853c431d003814eecbf6fd4;p=icinga2 Docs: Fix RPM snapshot repo name --- diff --git a/doc/21-development.md b/doc/21-development.md index a986a65c5..0053106b4 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -427,7 +427,7 @@ on GitHub and mention that you're testing the snapshot packages. 2.11+ requires the [EPEL repository](02-getting-started.md#package-repositories-rhel-epel) for Boost 1.66+. -In addition to that, the `icinga-rpm-release` package already provides the `icinga-snapshot-build` +In addition to that, the `icinga-rpm-release` package already provides the `icinga-snapshot-builds` repository but it is disabled by default. ``` @@ -435,7 +435,7 @@ yum -y install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noar yum -y install epel-release yum makecache -yum install --enablerepo=icinga-snapshot-build icinga2 +yum install --enablerepo=icinga-snapshot-builds icinga2 ``` #### Debian