@@ -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
]
@@ -81,6 +76,7 @@ def _sbom_subset:
81
76
"gradle" ,
82
77
"groovy" ,
83
78
"haproxy" ,
79
+ "haskell" ,
84
80
"hitch" ,
85
81
"httpd" ,
86
82
"hylang" ,
@@ -94,6 +90,7 @@ def _sbom_subset:
94
90
"kapacitor" ,
95
91
"kibana" ,
96
92
"kong" ,
93
+ "liquibase" ,
97
94
"logstash" ,
98
95
"mageia" ,
99
96
"mariadb" ,
@@ -121,6 +118,7 @@ def _sbom_subset:
121
118
"python" ,
122
119
"r-base" ,
123
120
"rabbitmq" ,
121
+ "rakudo-star" ,
124
122
"redis" ,
125
123
"registry" ,
126
124
"rethinkdb" ,
@@ -130,6 +128,7 @@ def _sbom_subset:
130
128
"rust" ,
131
129
"sapmachine" ,
132
130
"satosa" ,
131
+ "silverpeas" ,
133
132
"solr" ,
134
133
"sonarqube" ,
135
134
"spark" ,
@@ -141,6 +140,7 @@ def _sbom_subset:
141
140
"tomcat" ,
142
141
"tomee" ,
143
142
"traefik" ,
143
+ "ubuntu" ,
144
144
"websphere-liberty" ,
145
145
"wordpress" ,
146
146
"xwiki" ,
0 commit comments