Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rasdaemon/
Date: Thu, 29 Dec 2022 17:26:40
Message-Id: 1672334789.f833faa3b87e6d68157e4c42909cdb4f0912633b.sam@gentoo
1 commit: f833faa3b87e6d68157e4c42909cdb4f0912633b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 17:18:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 17:26:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f833faa3
7
8 app-admin/rasdaemon: add github upstream metadata
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-admin/rasdaemon/metadata.xml | 17 ++++++++++-------
13 1 file changed, 10 insertions(+), 7 deletions(-)
14
15 diff --git a/app-admin/rasdaemon/metadata.xml b/app-admin/rasdaemon/metadata.xml
16 index ae831ed56223..05af691e4081 100644
17 --- a/app-admin/rasdaemon/metadata.xml
18 +++ b/app-admin/rasdaemon/metadata.xml
19 @@ -7,12 +7,15 @@
20 </maintainer>
21 <longdescription lang="en">
22 Rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool.
23 -It currently records memory errors, using the EDAC tracing events.
24 -EDAC is drivers in the Linux kernel that handle detection of ECC errors
25 -from memory controllers for most chipsets on i386 and x86_64 architectures.
26 -EDAC drivers for other architectures like arm also exists.
27 -This userspace component consists of an init script which makes sure
28 -EDAC drivers and DIMM labels are loaded at system startup, as well as
29 -an utility for reporting current error counts from the EDAC sysfs files.
30 + It currently records memory errors, using the EDAC tracing events.
31 + EDAC is drivers in the Linux kernel that handle detection of ECC errors
32 + from memory controllers for most chipsets on i386 and x86_64 architectures.
33 + EDAC drivers for other architectures like arm also exists.
34 + This userspace component consists of an init script which makes sure
35 + EDAC drivers and DIMM labels are loaded at system startup, as well as
36 + an utility for reporting current error counts from the EDAC sysfs files.
37 </longdescription>
38 + <upstream>
39 + <remote-id type="github">mchehab/rasdaemon</remote-id>
40 + </upstream>
41 </pkgmetadata>