Joey Riches

Results 59 comments of Joey Riches
trafficstars

> Compress debug files in either analyse step (parallel) or during build. Not sure which would be faster and then no need to compress debug packages (and smaller debug files...

Just need to find a file with man page symlinks now and should be good to go. There is also an annoying bug where `formattedSize` introduces some useless whitespace.

This is borked with the new zstd pledged size stuff. With the initial move to zstdoubledee it was working okay. Just hangs forever when emitting the packages. Don't really know...

Bisected to here: https://github.com/serpent-os/moss-format/commit/641c047c3c602881c6900735f4735e6bfb7c32e0

Seems to be failing to flush (remaining never decreases) `[12:57:12] TRACE FLUSHING remaining 18446744073709551544` from here: https://github.com/serpent-os/moss-format/blob/main/source/moss/format/binary/writer/zstd_token.d#L117

Switched to gzip compression and it's now working, meaning `mandb` can correctly display the resulting files! Switching to zstd in the future when the high level API is a bit...

Dropped dyaml for something that worked. Had a look at moss.format.source, it's very easy to parse and update the values, not so easy to write them back to disk.

[before](https://private-user-images.githubusercontent.com/5338090/276650945-cf623885-f5c4-4bfb-8d72-179fee32f0a0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDgzNDE3ODQsIm5iZiI6MTcwODM0MTQ4NCwicGF0aCI6Ii81MzM4MDkwLzI3NjY1MDk0NS1jZjYyMzg4NS1mNWM0LTRiZmItOGQ3Mi0xNzlmZWUzMmYwYTAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDAyMTlUMTExODA0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTczNmMyNDJmNTMxMjhkMjk2ZDhmODk4MDk2ZjRlZDlkYjJkMWNjNjU3MGNiMTlkMTU5ZmMyNWNhZWViNWE5MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.EuOZ-zZBJilc5wlCm2zNgJlN1IxQA3LsmnHbu2icSsA) [after](https://private-user-images.githubusercontent.com/5338090/276651018-e89df38a-3c2d-4103-a300-3d34a68f4496.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDgzNDE3ODQsIm5iZiI6MTcwODM0MTQ4NCwicGF0aCI6Ii81MzM4MDkwLzI3NjY1MTAxOC1lODlkZjM4YS0zYzJkLTQxMDMtYTMwMC0zZDM0YTY4ZjQ0OTYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDAyMTlUMTExODA0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MmMyYzc0YzA4ZDJhMDc0NjE4NjY0ZDFiM2ZkNDBmOGMzOThkNTVkZjg4YTUxYTdkMGJhNjcwMzE3NmYzNmE4YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.ooSH5oszFRhUw39hUASfacs-vM65Fp5N9itZCFeGzTs)

Is this still an issue i see it doesn't provide a path to the icon (anymore?) `Icon=com.yubico.yubioath.png`

You could possibly use a caret for the eopkg-python pkg like so ```yaml patterns : - ^python-eopkg : - /a/list/of/paths ``` That why it would match our existing naming convention...