--- netsurf-3.8/utils/split-messages.pl.orig 1969-12-31 18:00:00.000000000 -0600 +++ netsurf-3.8/utils/split-messages.pl 2018-08-30 00:18:58.158367530 -0500 @@ -238,7 +238,7 @@ if( $opt{gzip} ) { - $ofh = new IO::Compress::Gzip( $ofh, AutoClose => 1, -Level => 9 ); + $ofh = new IO::Compress::Gzip( $ofh, AutoClose => 1, -Level => 9, Time => 0 ); } return $ofh; mg src='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-system.sh
AgeCommit message (Expand)Author
2024-06-13tests: Adjust ‘guix system’ test for EFI bootloader....Ludovic Courtès
2023-10-21tests: Verify plasma.tmpl at x86_64-linux....Zheng Junjie
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2023-04-18tests: guix-system: Drop the i686-linux desktop image test....Maxim Cournoyer
2022-12-04tests: Fix guix-system.sh test....Maxim Cournoyer
2022-10-07tests: Attempt to build 'desktop.tmpl' on all major architectures....Ludovic Courtès
2022-09-04guix system: Do not use 'vm-image.tmpl' in tests....Ludovic Courtès
2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Ludovic Courtès
2021-08-29gnu: bootloader: Support multiple targets....Maxim Cournoyer