aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2026-06-22internal/rosa/package/qemu: disable netdev-socket testOphestra
This fails with ipv6 disabled. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-22internal/rosa/package/glib: disable gio suiteOphestra
This fails with ipv6 disabled. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-22internal/rosa/meson: skip specific test suitesOphestra
For disabling specific broken or flaky tests. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-21internal/rosa/package/openssl: disable test_bio_dgramOphestra
This fails when ipv6 is disabled. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-21cmd/app: enforce mutable instance exclusionOphestra
This avoids invoking undefined behaviour in the underlying overlay filesystem implementation. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-21cmd/app: centralise workdirOphestra
This makes the directory structure significantly more manageable. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/app: configure username and hostnameOphestra
These no longer need to be hardcoded since this is not subject to the limitations of home-manager. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/app: optional interactive shellOphestra
Enabling this unconditionally causes the new configuration prompt to be shown when started from a terminal, and is generally less robust than not reading zshrc unless explicitly required. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/cmake: 4.3.3 to 4.3.4Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/kernel: 6.12.93 to 6.12.94Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/mesa: 26.1.2 to 26.1.3Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/python: pytest 9.1.0 to 9.1.1Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/spirv: spirv-headers 1.4.350.0 to 1.4.350.1Ophestra
This unfortunately does not unblock SPIRV-LLVM-Translator. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/outcome: attempt nscd path-hiding if presentOphestra
This avoids creating the mount point on musl setups which accomplishes nothing and can run into permission problems. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/app: remove sysfs bind mountsOphestra
This should be in common instead. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/app: additional bind typesOphestra
This adds optional and device mount points. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/app: pass user-specified argumentsOphestra
An extra argument is added to pad out argv0. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/app: optionally override configured commandOphestra
Useful for multiple applications sharing state. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa: read overridden version string from sourceOphestra
This is more correct than the hardcoded string and is generally more robust against relative paths. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/pkg: optionally exempt implementations from cures counterOphestra
This avoids holding up many slots with a long pipeline. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20cmd/dist: build hsu separatelyOphestra
This program must be built with cgo disabled, and was missed when migrating build script. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20hst: fix ephemeral overlay orderOphestra
This is quite counterintuitive otherwise. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20hst: optionally disable file placementOphestra
This works around stubborn package managers. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-19cmd/app: include template name in container metadataOphestra
This helps disambiguate active mutable containers. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-19cmd/app: use ROSA_ prefixOphestra
This avoids awkward case-insensitive zsh completion. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-18cmd/app: multiple template uppersOphestra
Having multiple environments is useful, and this was trivial to implement. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-18cmd/app: common configuration fileOphestra
Generally useful for shared storage and environment. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17internal/rosa/llvm: 22.1.7 to 22.1.8Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17internal/rosa/package/python: 3.14.5 to 3.14.6Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17internal/rosa/package/util-linux: 2.42.1 to 2.42.2Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17internal/rosa/package/hakurei: 0.4.3 to 0.4.4Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17release: 0.4.4v0.4.4Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17nix: read version from cmd/distOphestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17hst: optionally cover /run/ earlyOphestra
This works around awkward root permissions. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17cmd/app: use ephemeral overlay rootOphestra
This replaces autoroot. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17hst: support ephemeral overlay mountsOphestra
This is useful for reusing a readonly template without autoroot. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17cmd/app: start application from configurationOphestra
This is currently not very usable due to hakurei immutable overlay mount limitations. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-17cmd/app: high-level app configuration syntaxOphestra
This replaces the nixos module. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16cmd/app: initial container template commandOphestra
This program is an experimental frontend for cmd/hakurei. This serves as a short-term replacement of the nixos module and a testing environment to implement API useful to planterette. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/python: respect toolchain optsOphestra
This was missed when migrating the pip helper. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/tamago: 1.26.3 to 1.26.4Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/strace: 6.19 to 7.1Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/nss: 3.124 to 3.125Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/iproute2: 7.0.0 to 7.1.0Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/python: pytest 9.0.3 to 9.1.0Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/gcc: binutils 2.46.0 to 2.46.1Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/kernel: 6.12.92 to 6.12.93Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-10internal/rosa/package/python: add kernel-headersOphestra
Missing kernel headers implicitly disables many useful things. This change also enables PGO and installs symlink, since a rebuild is unavoidable. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-10cmd/mbf: migrate shell to enterOphestra
This reduces duplicate code. This change also adds resolv.conf to the container. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-10internal/rosa: export etc native artifactOphestra
This is useful for external container tooling. Signed-off-by: Ophestra <cat@gensokyo.uk>