[python-committers] how to run hg touch automatically?
Matthias Klose
doko at debian.org
Sun Jan 27 20:53:36 CET 2013
More information about the python-committers mailing list
Sun Jan 27 20:53:36 CET 2013
- Previous message: [python-committers] MSDN subscriptions - new or renew
- Next message: [python-committers] Pending contributor agreement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I was looking at patches found in some cross-build related issues, working around building pgen during a cross build. However it looks like this can be solved by just getting the timestamps for the dependencies right, which is already done for some files. So this should be done for the the GRAMMAR files too. Would this be ok for the 3.3 branch and trunk? Then, how and when is this command run, so that you always have the correct time stamps? is it hg pull && hg update && make -f Makefile.pre.in touch? Would it be worthwhile to have a shell script python_update which just does this (idea comes from GCC's contrib/gcc_update script)? Matthias -------------- next part -------------- A non-text attachment was scrubbed... Name: hgtouch.diff Type: text/x-diff Size: 1053 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-committers/attachments/20130127/ea0dc4f8/attachment.diff>
- Previous message: [python-committers] MSDN subscriptions - new or renew
- Next message: [python-committers] Pending contributor agreement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list