From 2aeac7f582f1f03f9cca5251ec4bc275437ae64c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Feb 2026 01:20:31 +0900 Subject: internal/rosa: fakeroot artifact XSLT is untamable and extremely unpleasant to work with. This patches out the broken docs for now in the interest of getting some work done. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 19f49869..6ffbad40 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -26,6 +26,7 @@ const ( DTC Diffutils Elfutils + Fakeroot Findutils Flex Fuse @@ -163,6 +164,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "dtc": DTC, "diffutils": Diffutils, "elfutils": Elfutils, + "fakeroot": Fakeroot, "findutils": Findutils, "flex": Flex, "fuse": Fuse, -- cgit v1.3.1