getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.62k stars 449 forks source link

Skip shlex for win32 platforms #3651

Closed JesperDramsch closed 1 year ago

JesperDramsch commented 1 year ago

Pull Request Checklist

Description

Changed GzipFile() to create deterministic compression with mtime=0 argument. (Issue #3650)

Fixed custom command parsing on windows due to shlex non-interoperability. (Issue #3649)

JesperDramsch commented 1 year ago

Thanks for the quick response!

Have a great weekend.

Kwpolska commented 1 year ago

Thanks for contributing this, and have a great weekend too!