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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E14F158041 for ; Mon, 25 Mar 2024 02:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64D86E29EA; Mon, 25 Mar 2024 02:54:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DBC3E29EA for ; Mon, 25 Mar 2024 02:54:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D102343051 for ; Mon, 25 Mar 2024 02:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A92B6F for ; Mon, 25 Mar 2024 02:54:46 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1711335279.93b6d4d786d44bb144e4b766181a46a28f0c8e19.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/node_exporter/, app-metrics/node_exporter/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-metrics/node_exporter/files/node_exporter.confd app-metrics/node_exporter/node_exporter-1.7.0-r1.ebuild app-metrics/node_exporter/node_exporter-1.7.0-r2.ebuild X-VCS-Directories: app-metrics/node_exporter/ app-metrics/node_exporter/files/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 93b6d4d786d44bb144e4b766181a46a28f0c8e19 X-VCS-Branch: master Date: Mon, 25 Mar 2024 02:54:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a1dbced-c773-4f37-af4f-b242f98c48a5 X-Archives-Hash: 7b8f07da0a613558a3766705ddd7d2a0 commit: 93b6d4d786d44bb144e4b766181a46a28f0c8e19 Author: Rahil Bhimjiani rahil rocks> AuthorDate: Mon Mar 18 20:01:35 2024 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Mar 25 02:54:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b6d4d7 app-metrics/node_exporter: fix 1.7.0-r1 and rev-bump to r2 I can't remember how did this happen. Maybe I blindly just added args to .service unit and confd without checking if it was needed. Closes: https://bugs.gentoo.org/927237 Signed-off-by: Rahil Bhimjiani rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35822 Signed-off-by: Zac Medico gentoo.org> app-metrics/node_exporter/files/node_exporter.confd | 2 +- .../{node_exporter-1.7.0-r1.ebuild => node_exporter-1.7.0-r2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-metrics/node_exporter/files/node_exporter.confd b/app-metrics/node_exporter/files/node_exporter.confd index 2feccf6346e4..b65652001308 100644 --- a/app-metrics/node_exporter/files/node_exporter.confd +++ b/app-metrics/node_exporter/files/node_exporter.confd @@ -1,2 +1,2 @@ # arguments for prometheus node exporter -command_args="--collector.textfile.directory=/var/lib/node_exporter/ --collector.textfile.directory=/var/lib/node_exporter" +command_args="--collector.textfile.directory=/var/lib/node_exporter/" diff --git a/app-metrics/node_exporter/node_exporter-1.7.0-r1.ebuild b/app-metrics/node_exporter/node_exporter-1.7.0-r2.ebuild similarity index 100% rename from app-metrics/node_exporter/node_exporter-1.7.0-r1.ebuild rename to app-metrics/node_exporter/node_exporter-1.7.0-r2.ebuild