From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E56E138334 for ; Sat, 4 Aug 2018 20:47:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EEA5E080E; Sat, 4 Aug 2018 20:47:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F25BEE080E for ; Sat, 4 Aug 2018 20:47:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F32CC335CA3 for ; Sat, 4 Aug 2018 20:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B90B8380 for ; Sat, 4 Aug 2018 20:47:04 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1533415610.c8b9ce70c75adceaa292a175b7b092121933947a.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/icinga2/icinga2-2.9.1.ebuild net-analyzer/icinga2/icinga2-9999.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c8b9ce70c75adceaa292a175b7b092121933947a X-VCS-Branch: master Date: Sat, 4 Aug 2018 20:47:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18f2aff2-a804-47ca-9b0a-ce25642d67c4 X-Archives-Hash: 7cbe4287c46b25e4bb49f4b8c4e08834 commit: c8b9ce70c75adceaa292a175b7b092121933947a Author: Matthew Thode gentoo org> AuthorDate: Sat Aug 4 20:46:34 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Aug 4 20:46:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b9ce70 net-analyzer/icinga2: fix postinst link Fixed in place as no on disk data changed. Closes: https://bugs.gentoo.org/661850 Package-Manager: Portage-2.3.43, Repoman-2.3.10 net-analyzer/icinga2/icinga2-2.9.1.ebuild | 2 +- net-analyzer/icinga2/icinga2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/icinga2/icinga2-2.9.1.ebuild b/net-analyzer/icinga2/icinga2-2.9.1.ebuild index 5911a041405..cedd09e7dce 100644 --- a/net-analyzer/icinga2/icinga2-2.9.1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.9.1.ebuild @@ -158,6 +158,6 @@ src_install() { pkg_postinst() { if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} && ${REPLACING_VERSIONS} != ${PV} ]]; then elog "DB IDO schema upgrade may be required required. - http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2" + https://www.icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/" fi } diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index 5911a041405..cedd09e7dce 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -158,6 +158,6 @@ src_install() { pkg_postinst() { if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} && ${REPLACING_VERSIONS} != ${PV} ]]; then elog "DB IDO schema upgrade may be required required. - http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/upgrading-icinga-2" + https://www.icinga.com/docs/icinga2/latest/doc/16-upgrading-icinga-2/" fi }