Ticket #591 (closed support-request: invalid)

Opened 4 years ago

Last modified 9 months ago

In changes "'{' is not recognized as an internal or external command, operable program or batch file. "

Reported by: ekramulhuq Owned by:
Priority: major Milestone: ongoing
Version: 0.7.11 Keywords:
Cc:

Description

I am using buildbot-0.7.11p1 python25, CollabNetSubversion?-server-1.6.3-3.win32, Twisted_NoDocs-8.2.0.win32-py2.5, pywin32-212.win32-py2.5 on windows xp machine . I installed it created the master and slaves in same machine. Master is hooked with svn. When I checkin some code to repository, buildbot start to build but the changes column has "'{' is not recognized as an internal or external command, operable program or batch file. " message. Anybody has any idea why its happening?

Attachments

master.cfg Download (7.2 KB) - added by ekramulhuq 4 years ago.
post-commit.bat Download (185 bytes) - added by ekramulhuq 4 years ago.

Change History

Changed 4 years ago by ekramulhuq

Changed 4 years ago by ekramulhuq

comment:1 Changed 4 years ago by dustin

  • Milestone changed from undecided to ongoing

no idea..

comment:2 Changed 4 years ago by dustin

  • Milestone changed from ongoing to undecided

comment:3 Changed 3 years ago by dustin

  • Type changed from defect to support-request
  • Milestone changed from undecided to ongoing

You may want to ask on the buildbot-devel mailing list.

comment:4 Changed 3 years ago by dustin

  • Status changed from new to closed
  • Resolution set to invalid

comment:5 Changed 9 months ago by glennr

This happens because the svn_buildbot.py script uses command.getoutput(...), which is not supported on Windows. The script should be updated to use the subprocess module.

Note: See TracTickets for help on using tickets.