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 steve.dower
Recipients benjamin.peterson, brett.cannon, larry, matrixise, ned.deily, steve.dower
Date 2017-02-23.22:13:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487887997.57.0.991305373471.issue27593@psf.upfronthosting.co.za>
In-reply-to
Content
It looks to me like we want:

branch=`git name-rev --name-only HEAD`
revision=`git rev-parse HEAD`
tag=`git name-rev --tags --name-only HEAD`

Unless we're planning on leaving out the tag?

My PR 262 makes the Windows build changes in master, but doesn't change getbuildinfo.c.
History
Date User Action Args
2017-02-23 22:13:17steve.dowersetrecipients: + steve.dower, brett.cannon, larry, benjamin.peterson, ned.deily, matrixise
2017-02-23 22:13:17steve.dowersetmessageid: <1487887997.57.0.991305373471.issue27593@psf.upfronthosting.co.za>
2017-02-23 22:13:17steve.dowerlinkissue27593 messages
2017-02-23 22:13:17steve.dowercreate