@@ -5,34 +5,29 @@ def repos_anti_subset:
5
5
[
6
6
# as we remove items from this list, we need to be careful that none of their *children* are still in the list
7
7
# (which is why this is sorted in rough "build order" -- that means we can ~safely "pop" off the bottom)
8
+ "clearlinux" ,
9
+ "couchbase" ,
8
10
9
11
"alpine" , # direct children: amazoncorretto amazonlinux api-firewall arangodb archlinux bash bonita caddy chronograf docker eclipse-mosquitto eclipse-temurin eggdrop erlang fluentd golang haproxy haxe httpd influxdb irssi julia kapacitor kong liquibase memcached nats nats-streaming nginx node notary php postgres python rabbitmq rakudo-star redis registry ruby rust spiped teamspeak telegraf traefik varnish znc
10
12
"api-firewall" ,
11
- "clearlinux" ,
12
- "debian" , # direct children: aerospike buildpack-deps chronograf clojure couchdb dart emqx erlang haproxy haskell hitch httpd influxdb irssi julia maven memcached mono mysql neo4j neurodebian nginx node odoo openjdk perl php postgres pypy python r-base redis rethinkdb rocket.chat ruby rust spiped swipl unit varnish
13
13
"nats" ,
14
- "php" , # direct children: backdrop composer drupal friendica joomla matomo mediawiki monica nextcloud phpmyadmin postfixadmin unit wordpress yourls
15
- "phpmyadmin" ,
16
- "postfixadmin" ,
17
- "rocket.chat" ,
18
14
"teamspeak" ,
19
- "ubuntu" , # direct children: buildpack-deps couchbase eclipse-temurin elasticsearch gazebo gradle ibmjava ibm-semeru-runtimes kibana kong logstash mariadb mongo neurodebian odoo rabbitmq ros sapmachine silverpeas swift
20
- "varnish" ,
21
- "yourls" ,
22
- "buildpack-deps" , # direct children: erlang gcc golang haskell haxe influxdb kapacitor node openjdk perl pypy python rakudo-star ruby rust telegraf
23
- "couchbase" ,
15
+
16
+ "debian" , # direct children: aerospike buildpack-deps chronograf clojure couchdb dart emqx erlang haproxy haskell hitch httpd influxdb irssi julia maven memcached mono mysql neo4j neurodebian nginx node odoo openjdk perl php postgres pypy python r-base redis rethinkdb rocket.chat ruby rust spiped swipl unit varnish
24
17
"dart" ,
25
- "eclipse-temurin" , # direct children: cassandra clojure flink gradle groovy jetty jruby lightstreamer liquibase maven neo4j orientdb solr sonarqube spark storm tomcat tomee unit zookeeper
18
+ "rocket.chat" ,
19
+ "varnish" ,
20
+
21
+ "php" , # direct children: backdrop composer drupal friendica joomla matomo mediawiki monica nextcloud phpmyadmin postfixadmin unit wordpress yourls
26
22
"friendica" ,
27
- "haskell" ,
28
23
"joomla" ,
29
- "liquibase" ,
30
24
"matomo" ,
31
25
"mediawiki" ,
32
26
"monica" ,
33
27
"nextcloud" ,
34
- "rakudo-star" ,
35
- "silverpeas" ,
28
+ "phpmyadmin" ,
29
+ "postfixadmin" ,
30
+ "yourls" ,
36
31
37
32
empty
38
33
]
@@ -82,6 +77,7 @@ def _sbom_subset:
82
77
"gradle" ,
83
78
"groovy" ,
84
79
"haproxy" ,
80
+ "haskell" ,
85
81
"hitch" ,
86
82
"httpd" ,
87
83
"hylang" ,
@@ -95,6 +91,7 @@ def _sbom_subset:
95
91
"kapacitor" ,
96
92
"kibana" ,
97
93
"kong" ,
94
+ "liquibase" ,
98
95
"logstash" ,
99
96
"mageia" ,
100
97
"mariadb" ,
@@ -122,6 +119,7 @@ def _sbom_subset:
122
119
"python" ,
123
120
"r-base" ,
124
121
"rabbitmq" ,
122
+ "rakudo-star" ,
125
123
"redis" ,
126
124
"registry" ,
127
125
"rethinkdb" ,
@@ -131,6 +129,7 @@ def _sbom_subset:
131
129
"rust" ,
132
130
"sapmachine" ,
133
131
"satosa" ,
132
+ "silverpeas" ,
134
133
"solr" ,
135
134
"sonarqube" ,
136
135
"spark" ,
@@ -142,6 +141,7 @@ def _sbom_subset:
142
141
"tomcat" ,
143
142
"tomee" ,
144
143
"traefik" ,
144
+ "ubuntu" ,
145
145
"websphere-liberty" ,
146
146
"wordpress" ,
147
147
"xwiki" ,
0 commit comments