Ticket #401 (closed enhancement: fixed)
[patch] contrib/windowsbuildbot.bat that is python-version agnostic
| Reported by: | marcusl | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.7.10 |
| Version: | 0.7.9 | Keywords: | review |
| Cc: |
Description
This single line should make things work:
@"%~dp0..python" "%~dp0buildbot" %*
%~dp0 resolved to the full path of the directory of the batch file, which helps a bit. :)
(Idea shamelessly stolen (but slightly improved) from Mercurial's hg.bat. :)
Change History
comment:2 Changed 4 years ago by dustin
- Status changed from new to closed
- Resolution set to fixed
to the extent I remember BAT, looks good.
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Marking for review. It's a very small fix.