forked from rosa/hakurei
internal/rosa: enforce exclusions
This restores unexported artifact behaviour. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package stage0-dist {
|
||||
description = "Rosa OS stage0 bootstrap seed";
|
||||
exclude = true;
|
||||
|
||||
version* = "20260504";
|
||||
output = remoteTar {
|
||||
|
||||
Reference in New Issue
Block a user