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 215E9138239 for ; Sun, 12 Apr 2020 14:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DAACE094A; Sun, 12 Apr 2020 14:52:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 450ABE094A for ; Sun, 12 Apr 2020 14:52:56 +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 77BB634F0E4 for ; Sun, 12 Apr 2020 14:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFF04103 for ; Sun, 12 Apr 2020 14:52:52 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1586701206.180d9655c6aa40148c230b5976dfe88d791a19da.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portage-lostfiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/portage-lostfiles/metadata.xml X-VCS-Directories: app-portage/portage-lostfiles/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: 180d9655c6aa40148c230b5976dfe88d791a19da X-VCS-Branch: dev Date: Sun, 12 Apr 2020 14:52:52 +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: a740b8ad-4e8f-4ada-a2d7-b5a491653368 X-Archives-Hash: ed3a9a3749472f7be616752fd06e6271 commit: 180d9655c6aa40148c230b5976dfe88d791a19da Author: Denis Reva gmail com> AuthorDate: Sun Apr 12 14:20:06 2020 +0000 Commit: Denis Reva gmail com> CommitDate: Sun Apr 12 14:20:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=180d9655 app-portage/portage-lostfiles: Fixed manifest.xml have too short description Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Denis Reva gmail.com> app-portage/portage-lostfiles/metadata.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app-portage/portage-lostfiles/metadata.xml b/app-portage/portage-lostfiles/metadata.xml index 4bebf85..45a6e42 100644 --- a/app-portage/portage-lostfiles/metadata.xml +++ b/app-portage/portage-lostfiles/metadata.xml @@ -7,6 +7,13 @@ A simple script to identify files not tracked by Portage package manager. + Notes: + Symlinks are not reported as lost as long as the link target exists and is tracked. + Some common paths are not reported (e.g.: /etc/group, /etc/machine-id, ...). The full whitelist is defined by WHITELIST in lostfiles.py. + Usage + git clone https://github.com/gcarq/portage-lostfiles.git + cd portage-lostfiles + $ ./lostfiles.py https://github.com/gcarq/portage-lostfiles/issues