public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] pvereport: also add .sources files
@ 2021-01-27 10:43 Fabian Ebner
  2021-01-28 15:44 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Ebner @ 2021-01-27 10:43 UTC (permalink / raw)
  To: pve-devel

while this format is probably not much in use currently, the plan is to make it
the default format in Debian, see 'man 5 sources.list'.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---

Follow-up for Stoiko's patch yesterday:
https://lists.proxmox.com/pipermail/pve-devel/2021-January/046785.html

 PVE/Report.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/Report.pm b/PVE/Report.pm
index d2ede5fa..10758c4d 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -22,6 +22,7 @@ my $init_report_cmds = sub {
 		'pvesubscription get',
 		'cat /etc/apt/sources.list',
 		sub { dir2text('/etc/apt/sources.list.d/', '.*list') },
+		sub { dir2text('/etc/apt/sources.list.d/', '.*sources') },
 		'lscpu',
 		'pvesh get /cluster/resources --type node --output-format=yaml',
 	    ],
-- 
2.20.1





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-28 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 10:43 [pve-devel] [PATCH manager] pvereport: also add .sources files Fabian Ebner
2021-01-28 15:44 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal