internal/rosa: enforce exclusions

This restores unexported artifact behaviour.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-21 14:17:30 +09:00
parent 443a7a30f6
commit 40b33f9fc7
7 changed files with 32 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
package kernel-source {
description = "unpatched Linux kernel source tree";
website = "https://kernel.org";
exclude = true;
version* = "6.12.87";
output = remoteTar {

View File

@@ -1,5 +1,6 @@
package musl-source {
description = "an implementation of the C standard library - source code";
exclude = true;
version* = "1.2.6";
output = remoteTar {

View File

@@ -1,5 +1,6 @@
package stage0-dist {
description = "Rosa OS stage0 bootstrap seed";
exclude = true;
version* = "20260504";
output = remoteTar {