Skip to content

Commit a32081e

Browse files
committed
Add flink, gradle, jruby, mongo-express, rethinkdb, and zookeeper
Both to the new build system *and* to the SBOM-including list. Generated `subset.txt` changes: ```diff diff --git a/subset.txt b/subset.txt index f14f569..e861bed 100644 --- a/subset.txt +++ b/subset.txt @@ -10,16 +10,19 @@ drupal elasticsearch elixir fedora +flink fluentd gcc ghost golang +gradle haproxy hello-world httpd hylang influxdb irssi +jruby julia kapacitor kibana @@ -27,6 +30,7 @@ logstash mariadb memcached mongo +mongo-express mysql neo4j nginx @@ -39,6 +43,7 @@ rabbitmq redis redmine registry +rethinkdb ruby rust solr @@ -48,3 +53,4 @@ telegraf unit wordpress xwiki +zookeeper ```
1 parent b790bec commit a32081e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doi.jq

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def repos_anti_subset:
3838
"phpmyadmin",
3939
"postfixadmin",
4040
"r-base",
41-
"rethinkdb",
4241
"rocket.chat",
4342
"rockylinux",
4443
"sl",
@@ -60,18 +59,15 @@ def repos_anti_subset:
6059
"dart",
6160
"eclipse-temurin", # direct children: cassandra clojure flink gradle groovy jetty jruby lightstreamer liquibase maven neo4j orientdb solr sonarqube spark storm tomcat tomee unit zookeeper
6261
"erlang", # direct children: elixir
63-
"flink",
6462
"friendica",
6563
"gazebo",
66-
"gradle",
6764
"groovy",
6865
"haskell",
6966
"haxe",
7067
"ibm-semeru-runtimes", # direct children: maven open-liberty tomee websphere-liberty
7168
"ibmjava", # direct children: maven websphere-liberty
7269
"jetty", # direct children: geonetwork
7370
"joomla",
74-
"jruby",
7571
"kong",
7672
"lightstreamer",
7773
"liquibase",
@@ -96,12 +92,10 @@ def repos_anti_subset:
9692
"tomcat", # direct children: convertigo geonetwork xwiki
9793
"tomee",
9894
"websphere-liberty",
99-
"zookeeper",
10095
"clojure",
10196
"convertigo",
10297
"geonetwork",
10398
"maven",
104-
"mongo-express",
10599
"plone",
106100

107101
empty
@@ -122,20 +116,24 @@ def _sbom_subset:
122116
"drupal",
123117
"eclipse-temurin",
124118
"elasticsearch",
119+
"flink",
125120
"fluentd",
126121
"gcc",
127122
"ghost",
123+
"gradle",
128124
"haproxy",
129125
"httpd",
130126
"hylang",
131127
"influxdb",
128+
"jruby",
132129
"julia",
133130
"kapacitor",
134131
"kibana",
135132
"logstash",
136133
"mariadb",
137134
"memcached",
138135
"mongo",
136+
"mongo-express",
139137
"mysql",
140138
"neo4j",
141139
"nginx",
@@ -148,6 +146,7 @@ def _sbom_subset:
148146
"rabbitmq",
149147
"redis",
150148
"registry",
149+
"rethinkdb",
151150
"ruby",
152151
"rust",
153152
"solr",
@@ -156,6 +155,7 @@ def _sbom_subset:
156155
"tomcat",
157156
"wordpress",
158157
"xwiki",
158+
"zookeeper",
159159
empty
160160
]
161161
;

0 commit comments

Comments
 (0)