public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
@ 2020-04-30 14:10 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-04-30 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7cbf711c31f66e482d9aab37652e9969b25f3915
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 11:09:56 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 14:10:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbf711c

app-metrics/collectd: add buddyinfo plugin

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-metrics/collectd/collectd-5.11.0.ebuild | 4 ++--
 profiles/desc/collectd_plugins.desc         | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
index 6fe02c08bd3..8473b1fe104 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -48,8 +48,8 @@ COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors amqp1 aquaero barometer
 
 # Plugins that have been (compile) tested and can be enabled via COLLECTD_PLUGINS
 COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
-	ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
-	csv curl curl_json curl_xml dbi df disk dns drbd email
+	buddyinfo ceph cgroups chrony conntrack contextswitch cpu cpufreq
+	cpusleep csv curl curl_json curl_xml dbi df disk dns drbd email
 	entropy ethstat exec fhcount filecount fscache gmond gps hddtemp
 	hugepages interface ipc ipmi iptables ipvs irq java lua
 	load logfile log_logstash madwifi match_empty_counter

diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
index e5c732bdcf4..d770fec321c 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -11,6 +11,7 @@ apcups - Build the apcups input plugin (reads various statistics about a connect
 ascent - Build the ascent input plugin (reads and parses the statistics page of Ascent)
 battery - Build the battery input plugin (collects the battery's charge, the drawn current and the battery's voltage)
 bind - Build the bind input plugin (collects statistics from bind instances)
+buddyinfo - Build the buddyinfo input plugin (collects statistics from /proc/buddyinfo)
 ceph - Build the Ceph input plugin (collects statistics from the Ceph distributed storage system)
 cgroups - Build the cgroups input plugin (collects CPU accounting information for processes in a cgroup)
 chrony - Build the chrony input plugin (collects statistics from a chrony NTP server)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
@ 2020-04-30 14:10 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-04-30 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d97b7d4c83599d2637427151f43e7612c014ee80
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 11:40:44 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 14:10:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97b7d4c

app-metrics/collectd: add logparser plugin

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-metrics/collectd/collectd-5.11.0.ebuild | 2 +-
 profiles/desc/collectd_plugins.desc         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
index 1ffe1fb868c..9b6e85c0ec7 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -52,7 +52,7 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
 	cpu cpufreq cpusleep csv curl curl_json curl_xml dbi df disk dns
 	drbd email entropy ethstat exec fhcount filecount fscache gmond gps
 	hddtemp hugepages interface ipc ipmi iptables ipvs irq java lua
-	load logfile log_logstash madwifi match_empty_counter
+	load logfile logparser log_logstash madwifi match_empty_counter
 	match_hashed match_regex match_timediff match_value mbmon mcelog md
 	memcachec memcached memory modbus mqtt multimeter mysql netlink
 	network network nfs nginx notify_desktop notify_email notify_nagios

diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
index 58e5e58a454..e997f46d1aa 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -50,6 +50,7 @@ irq - Build the irq input plugin (collects the number of times each interrupt ha
 java - Build the java input plugin (embeds a JVM into collectd for writing plugins)
 load - Build the load input plugin (collects the system load)
 logfile - Build the logfile output plugin (receives log messages from collectd and writes them to a text file)
+logparser - Build the logparser plugin (allows for filtering and parsing log messages)
 log_logstash - Build the Logstash output plugin (writes collectd logs and events as Logstash JSON formatted events)
 lua - Build the LUA language binding plugin (uses dev-lang/lua) for writing plugins
 lvm - Build the LVM input plugin (collects the size of logical volumes (LV) and free space inside a volume group (VG) from Linux' Logical Volume Manager (LVM))


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
@ 2020-04-30 14:10 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-04-30 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     745186a9850c67a29dabd8b3cbe0a41e84663afd
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 13:44:00 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 14:10:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745186a9

app-metrics/collectd: add write_stackdriver plugin

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-metrics/collectd/collectd-5.11.0.ebuild | 5 +++--
 profiles/desc/collectd_plugins.desc         | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
index 0a813ac1865..8887f3a114e 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -65,8 +65,8 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
 	tcpconns teamspeak2 ted thermal threshold turbostat ubi unixsock
 	uptime users uuid varnish virt vmem vserver wireless write_graphite
 	write_http write_influxdb_udp write_kafka write_log write_mongodb
-	write_prometheus write_redis write_sensu write_syslog write_tsdb
-	xencpu zfs_arc zookeeper"
+	write_prometheus write_redis write_sensu write_stackdriver
+	write_syslog write_tsdb xencpu zfs_arc zookeeper"
 
 COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
 
@@ -138,6 +138,7 @@ COMMON_DEPEND="
 	collectd_plugins_write_mongodb?		( >=dev-libs/mongo-c-driver-1.8.2:= )
 	collectd_plugins_write_prometheus?	( >=dev-libs/protobuf-c-1.2.1-r1:= net-libs/libmicrohttpd:= )
 	collectd_plugins_write_redis?		( dev-libs/hiredis:= )
+	collectd_plugins_write_stackdriver?	( net-misc/curl:0= dev-libs/yajl:= )
 	collectd_plugins_xencpu?		( app-emulation/xen-tools:= )
 
 	kernel_FreeBSD? (

diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
index 804b186851c..0b8a5e8a0bf 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -143,6 +143,7 @@ write_mongodb - Build the MongoDB output plugin (stores values in MongoDB)
 write_prometheus - Builds the Prometheus output plugin (starts an internal webserver on port 9103 (configurable) and accepts scrape requests from Prometheus)
 write_redis - Build the Redis output plugin (stores values in Redis)
 write_sensu - Build the Sensu output plugin (sends metrics to Sensu Core, an open-source monitoring project)
+write_stackdriver - Build the Stackdriver output plugin (stores metrics in Google Stackdriver)
 write_syslog - Build the Syslog output plugin (sends metrics in CEE-enhanced syslog message format)
 write_tsdb - Build the TSDB output plugin (writes metrics to OpenTSDB, an open-source distributed time-series database based on Apache HBase)
 xencpu - Build the XEN CPU input plugin (collects XEN Hypervisor CPU stats using app-emulation/xen-tools)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
@ 2020-04-30 14:10 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-04-30 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     9196296b2dfe9311120bccc634269c4c225505e0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 12:03:43 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 14:10:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9196296b

app-metrics/collectd: add ubi plugin

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-metrics/collectd/collectd-5.11.0.ebuild | 2 +-
 profiles/desc/collectd_plugins.desc         | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
index 06b81f9ad03..ddb416fedad 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -62,7 +62,7 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
 	python redis routeros rrdcached rrdtool sensors serial sigrok slurm
 	smart snmp snmp_agent statsd swap sysevent syslog table tail tail_csv
 	target_notification target_replace target_scale target_set tcpconns
-	teamspeak2 ted thermal threshold turbostat unixsock
+	teamspeak2 ted thermal threshold turbostat ubi unixsock
 	uptime users uuid varnish virt vmem vserver wireless write_graphite
 	write_http write_kafka write_log write_mongodb write_prometheus
 	write_redis write_sensu write_tsdb xencpu zfs_arc zookeeper"

diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
index 6b779a43a16..8f9c9c90feb 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -126,6 +126,7 @@ turbostat - Build the turbostat input plugin (reads CPU frequency and C-state re
 unixsock - Build the unixsock input/output plugin (opens a UNIX domain socket and accepts connections)
 uptime - Build the uptime input plugin (keeps track of the system uptime)
 users - Build the users input plugin (counts the number of users currently logged into the system)
+ubi - Build the ubi input plugin (collects block state for flash memory devices with UBIFS)
 uuid - Build the uuid plugin (tries hard to determine the UUID of the system it is running on)
 varnish - Build the varnish input plugin (collects information about Varnish)
 virt - Build the (lib)virt input plugin (collects statistics about virtualized guests on a system)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
@ 2020-04-30 14:10 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-04-30 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6ccef5a82c2f5c3197ba0a59358c9bdb78c841d5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 13:57:55 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 14:10:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccef5a8

app-metrics/collectd: add check_uptime plugin

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-metrics/collectd/collectd-5.11.0.ebuild | 37 +++++++++++++++--------------
 profiles/desc/collectd_plugins.desc         |  1 +
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
index 03fa1e33d41..6f5057626b3 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -49,24 +49,25 @@ COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors amqp1 aquaero barometer
 
 # Plugins that have been (compile) tested and can be enabled via COLLECTD_PLUGINS
 COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
-	buddyinfo capabilities ceph cgroups chrony conntrack contextswitch
-	cpu cpufreq cpusleep csv curl curl_json curl_xml dbi df disk dns
-	drbd email entropy ethstat exec fhcount filecount fscache gmond gps
-	hddtemp hugepages interface ipc ipmi iptables ipvs irq java lua
-	load logfile logparser log_logstash madwifi match_empty_counter
-	match_hashed match_regex match_timediff match_value mbmon mcelog md
-	memcachec memcached memory modbus mqtt multimeter mysql netlink
-	network network nfs nginx notify_desktop notify_email notify_nagios
-	ntpd numa nut olsrd onewire openldap openvpn oracle ovs_events
-	ovs_stats pcie_errors perl ping postgresql powerdns procevent
-	processes protocols python python redis routeros rrdcached rrdtool
-	sensors serial sigrok slurm smart snmp snmp_agent statsd swap synproxy
-	sysevent syslog table tail tail_csv target_notification target_replace
-	target_scale target_set tcpconns teamspeak2 ted thermal threshold
-	turbostat ubi unixsock uptime users uuid varnish virt vmem vserver
-	wireless write_graphite write_http write_influxdb_udp write_kafka
-	write_log write_mongodb write_prometheus write_redis write_sensu
-	write_stackdriver write_syslog write_tsdb xencpu zfs_arc zookeeper"
+	buddyinfo capabilities ceph cgroups check_uptime chrony conntrack
+	contextswitch cpu cpufreq cpusleep csv curl curl_json curl_xml
+	dbi df disk dns drbd email entropy ethstat exec fhcount filecount
+	fscache gmond gps hddtemp hugepages interface ipc ipmi iptables
+	ipvs irq java lua load logfile logparser log_logstash madwifi
+	match_empty_counter match_hashed match_regex match_timediff
+	match_value mbmon mcelog md memcachec memcached memory modbus mqtt
+	multimeter mysql netlink network network nfs nginx notify_desktop
+	notify_email notify_nagios ntpd numa nut olsrd onewire openldap
+	openvpn oracle ovs_events ovs_stats pcie_errors perl ping postgresql
+	powerdns procevent processes protocols python python redis routeros
+	rrdcached rrdtool sensors serial sigrok slurm smart snmp snmp_agent
+	statsd swap synproxy sysevent syslog table tail tail_csv
+	target_notification target_replace target_scale target_set tcpconns
+	teamspeak2 ted thermal threshold turbostat ubi unixsock uptime users
+	uuid varnish virt vmem vserver wireless write_graphite write_http
+	write_influxdb_udp write_kafka write_log write_mongodb write_prometheus
+	write_redis write_sensu write_stackdriver write_syslog write_tsdb
+	xencpu zfs_arc zookeeper"
 
 COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
 

diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
index d9a8d76eb80..6bf21031d34 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -15,6 +15,7 @@ buddyinfo - Build the buddyinfo input plugin (collects statistics from /proc/bud
 capabilities - Build the capabilities input plugin (collects platform capabilities decoded from the hardware subsystems)
 ceph - Build the Ceph input plugin (collects statistics from the Ceph distributed storage system)
 cgroups - Build the cgroups input plugin (collects CPU accounting information for processes in a cgroup)
+check_uptime - Build a plugin to notify about uptime reset
 chrony - Build the chrony input plugin (collects statistics from a chrony NTP server)
 conntrack - Build the conntrack input plugin (tracks the number of entries in Linux's connection tracking table)
 contextswitch - Build the contextswitch input plugin (collects the number of context switches done by the operating system)


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

* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/
@ 2020-04-30 14:10 Thomas Deutschmann
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2020-04-30 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3d2b88971382596fbddfcc9e2da1598c79701b67
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 13:53:20 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 14:10:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2b8897

app-metrics/collectd: add pcie_errors plugin

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-metrics/collectd/collectd-5.11.0.ebuild | 16 ++++++++--------
 profiles/desc/collectd_plugins.desc         |  1 +
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-metrics/collectd/collectd-5.11.0.ebuild b/app-metrics/collectd/collectd-5.11.0.ebuild
index dc569035caa..03fa1e33d41 100644
--- a/app-metrics/collectd/collectd-5.11.0.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0.ebuild
@@ -58,14 +58,14 @@ COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
 	memcachec memcached memory modbus mqtt multimeter mysql netlink
 	network network nfs nginx notify_desktop notify_email notify_nagios
 	ntpd numa nut olsrd onewire openldap openvpn oracle ovs_events
-	ovs_stats perl ping postgresql powerdns procevent processes protocols
-	python python redis routeros rrdcached rrdtool sensors serial sigrok
-	slurm smart snmp snmp_agent statsd swap synproxy sysevent syslog
-	table tail tail_csv target_notification target_replace target_scale
-	target_set tcpconns teamspeak2 ted thermal threshold turbostat ubi
-	unixsock uptime users uuid varnish virt vmem vserver wireless
-	write_graphite write_http write_influxdb_udp write_kafka write_log
-	write_mongodb write_prometheus write_redis write_sensu
+	ovs_stats pcie_errors perl ping postgresql powerdns procevent
+	processes protocols python python redis routeros rrdcached rrdtool
+	sensors serial sigrok slurm smart snmp snmp_agent statsd swap synproxy
+	sysevent syslog table tail tail_csv target_notification target_replace
+	target_scale target_set tcpconns teamspeak2 ted thermal threshold
+	turbostat ubi unixsock uptime users uuid varnish virt vmem vserver
+	wireless write_graphite write_http write_influxdb_udp write_kafka
+	write_log write_mongodb write_prometheus write_redis write_sensu
 	write_stackdriver write_syslog write_tsdb xencpu zfs_arc zookeeper"
 
 COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"

diff --git a/profiles/desc/collectd_plugins.desc b/profiles/desc/collectd_plugins.desc
index d5070b1c68c..d9a8d76eb80 100644
--- a/profiles/desc/collectd_plugins.desc
+++ b/profiles/desc/collectd_plugins.desc
@@ -87,6 +87,7 @@ openvpn - Build the openvpn input plugin (reads the status file printed by OpenV
 oracle - Build the oracle input plugin (executes SQL statements against Oracle database systems)
 ovs_events - Build an input plugin which reports link state changes from Open vSwitch (OVS)
 ovs_stats - Build an input plugin which reports bridge and interface statistics from Open vSwitch (OVS)
+pcie_errors - Build an input plugin which reports the PCIe errors
 perl - Build the perl language binding plugin (embeds a Perl interpreter into collectd for writing plugins)
 ping - Build the ping input plugin (measures network latency)
 postgresql - Build the postgresql input plugin (executes SQL statements against a PostgreSQL database)


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

end of thread, other threads:[~2020-04-30 14:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-30 14:10 [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-metrics/collectd/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2020-04-30 14:10 Thomas Deutschmann
2020-04-30 14:10 Thomas Deutschmann
2020-04-30 14:10 Thomas Deutschmann
2020-04-30 14:10 Thomas Deutschmann
2020-04-30 14:10 Thomas Deutschmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox