diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-22 00:07:25 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-22 00:07:25 +0900 |
| commit | f3a6f7ddf97f6e681b2db1318b47d51ab86a5c13 (patch) | |
| tree | d8b7cb2ff733e37f9926b24a0f7b0e0e4e74206f /internal/rosa/hakurei_current.go | |
| parent | 2a9aa3b4007a73a6c9d4608cb9a8822247881fd6 (diff) | |
internal/rosa/package: migrate hakurei
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/hakurei_current.go')
| -rw-r--r-- | internal/rosa/hakurei_current.go | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/internal/rosa/hakurei_current.go b/internal/rosa/hakurei_current.go deleted file mode 100644 index 4ad23772..00000000 --- a/internal/rosa/hakurei_current.go +++ /dev/null @@ -1,26 +0,0 @@ -//go:build current - -package rosa - -import ( - _ "embed" - - "hakurei.app/internal/pkg" -) - -const hakureiVersion = "1.0-current" - -// hakureiSourceTarball is a compressed tarball of the hakurei source code. -// -//go:generate tar -zc -C ../.. --exclude .git --exclude *.tar.gz -f hakurei_current.tar.gz . -//go:embed hakurei_current.tar.gz -var hakureiSourceTarball []byte - -// hakureiSource is the source code at the time this package is compiled. -var hakureiSource = pkg.NewTar(pkg.NewFile( - "hakurei-current.tar.gz", - hakureiSourceTarball, -), pkg.TarGzip) - -// hakureiPatches are patches applied against the compile-time source tree. -var hakureiPatches []KV |
