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 sbt
Recipients brian.curtin, sbt, terry.reedy, tim.golden, zach.ware
Date 2013-03-10.14:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362927550.17.0.625475242595.issue16895@psf.upfronthosting.co.za>
In-reply-to
Content
+1

To use Tools/builbot/*.bat doesn't the current directory have to be the main directory of the repository?  Then I see no point in the "-C" argument: just set the correct directory automatically.

I think make.bat should also support creation of non-debug builds.  (Maybe have targets "release" and "debug"?)

Tools/buildbot/build*.bat already calls external.bat and clean.bat.  This currently makes the "ready" target unnecessary.  However, I don't think build should be calling clean.bat (or external.bat).  Perhaps you should just inline the necessary parts of Tools/buildbot/build*.bat.
History
Date User Action Args
2013-03-10 14:59:10sbtsetrecipients: + sbt, terry.reedy, tim.golden, brian.curtin, zach.ware
2013-03-10 14:59:10sbtsetmessageid: <1362927550.17.0.625475242595.issue16895@psf.upfronthosting.co.za>
2013-03-10 14:59:10sbtlinkissue16895 messages
2013-03-10 14:59:09sbtcreate