diff options
author | Emma Foley <efoley@redhat.com> | 2021-07-07 17:45:26 +0100 |
---|---|---|
committer | Emma Foley <efoley@redhat.com> | 2021-07-07 17:48:15 +0100 |
commit | 9a9a470cd1033dbbf8adb1dcc93bc881e131a1ab (patch) | |
tree | 8f3a0c349de50f41074fafe8fe03d49bdfa310a3 /ci/utility | |
parent | e9ac34b1e04a90208b4c7e3fb707bce870256b32 (diff) |
[ci] Remove disabled packages from the RPMs list.
The following packages are no longer built when creating the RPMs for collectd:
* collectd-gps - not buildable on RHEL8
* collectd-lvm - lvmlvapp was deprecated upstream
* collectd-modbus - not buildable on RHEL8
* collectd-mqtt - not buildable on RHEL8
* collectd-nut - dependencies deprecated upstream
* collectd-ping - not buildable on RHEL 8
* collectd-smart - only buildable on RHEL 7
* collectd-varnish - dependencies deprecated upstream
Change-Id: I3d3179b369ebc67d1bd7d16498b5e3131453f57e
Signed-off-by: Emma Foley <efoley@redhat.com>
Diffstat (limited to 'ci/utility')
-rw-r--r-- | ci/utility/rpms_list | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ci/utility/rpms_list b/ci/utility/rpms_list index 6a7a74d6..eda3f435 100644 --- a/ci/utility/rpms_list +++ b/ci/utility/rpms_list @@ -15,7 +15,6 @@ collectd-debuginfo collectd-disk collectd-dns collectd-email -collectd-gps collectd-hddtemp collectd-intel_rdt collectd-ipmi @@ -23,34 +22,27 @@ collectd-iptables collectd-java collectd-log_logstash collectd-lua -collectd-lvm collectd-memcachec -collectd-modbus -collectd-mqtt collectd-mysql collectd-netlink collectd-nginx collectd-notify_desktop collectd-notify_email -collectd-nut collectd-openldap collectd-ovs_events collectd-ovs_stats collectd-perl collectd-php-collection collectd-pinba -collectd-ping collectd-postgresql collectd-python collectd-redis collectd-rrdcached collectd-rrdtool collectd-sensors -collectd-smart collectd-snmp collectd-snmp_agent collectd-utils -collectd-varnish collectd-virt collectd-write_http collectd-write_prometheus |