cat
63e0457538
internal/rosa/package/x: xserver 21.1.22 to 21.1.23
...
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-05 09:19:22 +09:00
cat
ca93264c1f
internal/rosa/package/dtc: 1.8.0 to 1.8.1
...
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-05 09:18:53 +09:00
cat
94173eafff
internal/rosa/llvm: 22.1.6 to 22.1.7
...
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-04 20:13:26 +09:00
cat
e28c4aa3c0
internal/rosa/package/kernel: 6.12.91 to 6.12.92
...
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-04 20:10:27 +09:00
cat
8e8410ce38
internal/pkg: archive unpack artifact
...
This unpacks an internal/pkg archive stream used in the upcoming mirror service.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-04 19:46:36 +09:00
cat
8fb6fdaa80
internal/pkg: prefix reporting names
...
This reads better than suffixes.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-04 19:05:36 +09:00
cat
db69dcf0be
internal/pkg: remove tar built-in decompressor
...
This is replaced by decompressArtifact and is no longer necessary.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-04 18:54:43 +09:00
cat
76c1fb84c8
internal/pkg: stream decompress artifact
...
The tarArtifact predates FileArtifact pipelining. This migrates decompression and buffering into a standalone artifact implementation.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-04 18:33:04 +09:00
cat
729be19af3
internal/pkg: rename archive checksum helpers
...
These names are more consistent with other helper names, so rename them while the API is still internal.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-04 14:13:20 +09:00
cat
4d04f86f4a
internal/rosa/go: 1.26.3 to 1.26.4
...
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-03 16:18:04 +09:00
cat
42cea1e7c6
internal/pkg: streaming archive reader/writer
...
This is much more robust and efficient than the simple buffering implementation for larger files. Allocations happen almost exclusively in WalkDir.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-03 16:00:36 +09:00
cat
9e824452bd
internal/pkg: expose snapshot of binfmt entries
...
This is otherwise not externally accessible. The resulting map can be safely mutated.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-02 16:05:09 +09:00
cat
56937ac396
internal/rosa: populate opts of cloned S
...
This was missed when migrating opts into S.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-02 16:00:51 +09:00
cat
6c2f7089b6
internal/pkg: destroy unreachable status entries
...
These must be destroyed alongside their corresponding identifier or substitute entries to avoid inconsistent state.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-02 15:50:30 +09:00
cat
74c18390b4
internal/pkg: correctly scrub substitute status
...
Scrubbing for status predates substitutes. This change fixes scrub handling of substitute status entries.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-02 15:37:55 +09:00
cat
fbd2329d50
internal/pkg: garbage collection
...
This destroys cache entries not referred to by user-specified artifacts and optionally their inputs.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-06-02 13:28:24 +09:00
cat
f398f71fa9
internal/pkg: input iterator via IR cache
...
Primarily useful for garbage collection.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-31 14:19:27 +09:00
cat
4d017b1309
internal/rosa/package/rsync: annotate blocked update
...
Despite rsync being practically feature complete, with minimal changes in many years, it recently had a large number of poor quality AI-generated changes, with the first release including them apparently being 3.4.2. Release 3.4.3 then introduced a dependency on kernel-headers, creating a dependency loop that prevented directly upgrading to it. This change annotates the blockage since it is not worth working around the dependency loop for AI-generated garbage.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-30 23:15:04 +09:00
cat
cd1d447664
internal/rosa/package/rsync: 3.4.2 to 3.4.1
...
This appears to be the last release not to contain AI slop.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-30 19:10:40 +09:00
cat
8b87e0eb76
internal/rosa: annotate blocked updates
...
These situations, while unfortunate, are inevitable at a larger scale. This change enables annotation and optional hiding of blocked updates.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-30 18:56:55 +09:00
cat
f4215ddda5
internal/rosa/package/qemu: 11.0.0 to 11.0.1
...
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-28 12:16:55 +09:00
cat
652b4c2ba0
internal/rosa/package/gnu: parallel 20260422 to 20260522
...
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-28 12:16:05 +09:00
cat
6d792023b2
internal/rosa/package: seatd
...
Required by wlroots sessions.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 23:17:33 +09:00
cat
3e62cf379f
internal/rosa/package: libliftoff
...
Wanted by wlroots.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 23:07:53 +09:00
cat
598c7aa30f
internal/report: strict-exempt severity
...
For reportable but inconsequential errors like modprobe by MODALIAS failures.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 18:53:15 +09:00
cat
b18f40d974
internal/kobject: pass action kind for range
...
Useful for handling most uevents.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 17:58:01 +09:00
cat
12a6061051
internal/rosa/package: sway
...
Required by vm test suite.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 17:10:18 +09:00
cat
02c3823ed7
internal/rosa/package: libinput
...
Required by sway.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 17:07:49 +09:00
cat
cfbd8bd6f1
internal/rosa/package: libudev-zero
...
Avoids systemd, required by many projects.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 17:07:35 +09:00
cat
fc7a339ed2
internal/rosa/package/kernel: 6.12.90 to 6.12.91
...
This unfortunately updates headers linux/mii.h and linux/virtio_net.h.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 15:47:53 +09:00
cat
97fdd5db8b
internal/rosa/package/dtc: 1.7.2 to 1.8.0
...
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 15:46:58 +09:00
cat
a5d9f76f50
internal/rosa/cmake: use DESTDIR instead of --prefix
...
Turns out --prefix is deeply broken, and DESTDIR works even when using ninja.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 15:45:58 +09:00
cat
b313dfefb0
internal/rosa/package: libevdev
...
Required by sway.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 13:07:10 +09:00
cat
5b32297178
internal/rosa/package: check
...
Required by libevdev.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 13:05:24 +09:00
cat
32cc72821e
internal/rosa/package: pango
...
Required by sway.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 12:33:10 +09:00
cat
958473e6f4
internal/rosa/package: harfbuzz
...
Required by pango.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 12:32:59 +09:00
cat
cc52bb3035
internal/rosa/package: fribidi
...
Required by pango.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 12:13:31 +09:00
cat
7816f8b523
internal/rosa/package: cairo
...
Required by sway, which is required by vm test suite.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 12:00:13 +09:00
cat
91e4229e32
internal/rosa/package: json-c
...
Required by sway, which is required by vm test suite.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 11:20:28 +09:00
cat
c346cb4c57
internal/rosa/package: wlroots
...
Required by sway, which is required by vm test suite.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 10:59:09 +09:00
cat
0e0d5e8def
internal/rosa/package/x: xwayland
...
Generally useful for wayland display servers.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 10:45:03 +09:00
cat
ea875416d4
internal/rosa/package: enable libglvnd in libepoxy
...
This is no longer circular because xserver does not require libepoxy.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-27 10:38:22 +09:00
cat
caf3e0db4b
internal/kobject: improve error JSON representation
...
This is now usable by internal/report.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-26 18:39:09 +09:00
cat
12b9f51128
internal/report: report errors with persistent backing
...
This is useful for reporting errors from processes that must never terminate.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-26 14:56:16 +09:00
cat
d15f965d0c
internal/kobject: range over objects
...
For matching devices based on some criteria.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-25 23:17:14 +09:00
cat
fadd1b14f7
internal/kobject: process uevent
...
This tracks kernel state by merging a stream of uevent. Inconsistencies are reported and recovered from gracefully.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-25 21:31:59 +09:00
cat
3458806685
internal/rosa: resolve runtime for overlay extras
...
This is generally for system image creation, so this behaviour makes more sense.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-25 10:37:21 +09:00
cat
8ca70550ab
internal/rosa/package: db
...
For iproute2.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-25 10:31:45 +09:00
cat
7eebf49b98
internal/rosa/package: libbpf
...
For eBPF support in iproute2.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-25 09:51:26 +09:00
cat
8c84883af6
internal/rosa/package: iproute2
...
Useful for debugging for now.
Signed-off-by: Ophestra <cat@gensokyo.uk >
2026-05-25 09:33:32 +09:00