Ticket #401 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

[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:1 Changed 4 years ago by marcusl

  • Keywords review added

Marking for review. It's a very small fix.

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.

comment:3 Changed 4 years ago by dustin

  • Milestone changed from undecided to 0.7.10
commit 226d12fcdb5f0cace71f481fa06d0544be7121ff
Author: Marcus Lindblom <macke@yar.nu>
Date:   Thu Jan 1 11:42:15 2009 -0500

    (closes #401) contrib/windowsbuildbot.bat that is python-version agnostic

comment:4 Changed 4 years ago by marcusl

Just note that this was a duplicate of #218.

Note: See TracTickets for help on using tickets.