-
-
Notifications
You must be signed in to change notification settings - Fork 7
builder: Optionally compress man & info pages. Resolves #16 #26
base: main
Are you sure you want to change the base?
Conversation
eb50ebf
to
9a328db
Compare
9a328db
to
ca9e003
Compare
Just need to find a file with man page symlinks now and should be good to go. There is also an annoying bug where |
efc0409
to
308df4b
Compare
a2978d5
to
d84f81a
Compare
Probably easier to add a symlink manually to test. But I'm pretty sure it won't work. The first check ensures only Regular files hit the NextFunction (i.e. so a Symlink will never hit compressPage). Also with |
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 what's going on. |
Seems to be failing to flush (remaining never decreases) |
d84f81a
to
7a9498d
Compare
Switched to gzip compression and it's now working, meaning Updated symlinks is now seemingly working (with the |
Compress any man or info page files found in the manifest with gzip, if enabled by the packager. There are two considerations:- - It _will_ increase the size of the resulting .stone file(s), - Updated symlinks not yet tested on a real install
7a9498d
to
e9e0aaa
Compare
Compress any man or info page files found in the manifest with gzip,
if enabled by the packager.
There are two considerations:-