Comment 10 for bug 600803

Revision history for this message
Martin Packman (gz) wrote :

It matters because if we're building on NTFS we can have a py file with an odd timestamp, which is correctly put in the pyo file as an odd integer. On unpacking to a FAT drive the py file mtime is evened due to the 2 second resolution, and no longer matches the pyo timestamp.

The linked branch now also disables the Inno rounding, and optionally lp:~gz/bzr/installer_plugin_script_timestamp_rounding covers the corner case of installing onto FAT.