From 83f0b6a52b8ec6a0a2d8709c8cbca1f5646c71b4 Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Wed, 26 Jun 2024 10:00:22 -0400 Subject: [PATCH 1/3] Add missing irssi --- doi.jq | 1 + 1 file changed, 1 insertion(+) diff --git a/doi.jq b/doi.jq index 9bf71eb..8f8ca0f 100644 --- a/doi.jq +++ b/doi.jq @@ -106,6 +106,7 @@ def _sbom_subset: "ibm-semeru-runtimes", "ibmjava", "influxdb", + "irssi", "jruby", "julia", "kapacitor", From b999b5c31e3a5388c60d202c352ebf1153885cdc Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Wed, 26 Jun 2024 10:12:53 -0400 Subject: [PATCH 2/3] Migrate almalinux --- doi.jq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doi.jq b/doi.jq index 8f8ca0f..64c0f5f 100644 --- a/doi.jq +++ b/doi.jq @@ -6,7 +6,6 @@ def repos_anti_subset: # as we remove items from this list, we need to be careful that none of their *children* are still in the list # (which is why this is sorted in rough "build order" -- that means we can ~safely "pop" off the bottom) - "almalinux", # direct children: crate "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 "alt", "amazonlinux", # direct children: amazoncorretto swift @@ -74,6 +73,7 @@ def _sbom_subset: [ # only repositories we have explicitly verified "aerospike", + "almalinux", "arangodb", "archlinux", "backdrop", From d5568a7a4c741c718ca4fb48b5dc1380974a109d Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Wed, 26 Jun 2024 11:21:29 -0400 Subject: [PATCH 3/3] Migrate satosa and python --- doi.jq | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doi.jq b/doi.jq index 64c0f5f..2a5a888 100644 --- a/doi.jq +++ b/doi.jq @@ -53,10 +53,8 @@ def repos_anti_subset: "mediawiki", "monica", "nextcloud", - "python", # direct children: hylang plone satosa unit "rakudo-star", "ros", - "satosa", "silverpeas", "spark", "swift", @@ -144,6 +142,7 @@ def _sbom_subset: "ruby", "rust", "sapmachine", + "satosa", "solr", "sonarqube", "storm",