On Wed, 2018-07-04 at 22:05 +1000, Nick Coghlan wrote:
> Running the following locally fails for me:
> 
>     $ SOURCE_DATE_EPOCH=`date` ./python -m test test_py_compile
> test_compileall

Just if this is taken literally, it is wrong. According to https:
//reproducible-builds.org/specs/source-date-epoch/ it should be

$ SOURCE_DATE_EPOCH=`date +%s` ./python -m test test_py_compile \
    test_compileall

Matěj

-- 
https://matej.ceplovi.cz/blog/, Jabber: mc...@ceplovi.cz
GPG Finger: 3C76 A027 CA45 AD70 98B5  BC1D 7920 5802 880B C9D8
 
And religious texts are a bit like software standards, the
interpretation is always the tricky and complicated bit.
    -- Alan Cox

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to