This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients ezio.melotti, josh.r, ned.deily, vlee
Date 2015-02-07.06:34:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423290883.33.0.894114231645.issue23404@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately, those syntax differences aren't the only problems you could run into so making these syntax changes isn't really a general solution, IMO. 'make touch' is the documented and supported way to ensure that the unnecessary build steps are not run.  But, as you discovered, 'make touch' only works with an hg copy of the repo; it was not designed for git clones.  To fully support git clones, there would need to be a git equivalent of the hg scripts called by 'make touch'.  This would be a worthwhile project for someone interested in git support to work on and would be considered for inclusion in the repo.
History
Date User Action Args
2015-02-07 06:34:43ned.deilysetrecipients: + ned.deily, ezio.melotti, josh.r, vlee
2015-02-07 06:34:43ned.deilysetmessageid: <1423290883.33.0.894114231645.issue23404@psf.upfronthosting.co.za>
2015-02-07 06:34:43ned.deilylinkissue23404 messages
2015-02-07 06:34:42ned.deilycreate