internal/rosa/package: rename buildcatrust
All checks were successful
Test / Create distribution (push) Successful in 1m8s
Test / Sandbox (push) Successful in 2m54s
Test / Hakurei (push) Successful in 3m52s
Test / ShareFS (push) Successful in 3m50s
Test / Sandbox (race detector) (push) Successful in 5m29s
Test / Hakurei (race detector) (push) Successful in 6m36s
Test / Flake checks (push) Successful in 1m22s

This causes a single rebuild due to substitution.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-19 01:50:03 +09:00
parent dc3810b530
commit 2f376d4813
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ func (t Toolchain) newNSSCACert() (pkg.Artifact, string) {
Bash, Bash,
NSS, NSS,
H("python-buildcatrust"), H("buildcatrust"),
), nil, nil, ` ), nil, nil, `
mkdir -p /work/system/etc/ssl/{certs/unbundled,certs/hashed,trust-source} mkdir -p /work/system/etc/ssl/{certs/unbundled,certs/hashed,trust-source}
buildcatrust \ buildcatrust \

View File

@@ -1,4 +1,4 @@
package python-buildcatrust { package buildcatrust {
description = "transform certificate stores between formats"; description = "transform certificate stores between formats";
website = "https://github.com/nix-community/buildcatrust"; website = "https://github.com/nix-community/buildcatrust";
anitya = 233988; anitya = 233988;