Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#298 closed defect (fixed)

Bitten slave cannot run on win32 due to os.EX_OK and other constants

Reported by: davidf@… Owned by: cmlenz
Priority: critical Milestone: 0.6
Component: Build slave Version: dev
Keywords: Cc: davidf@…
Operating System: Windows

Description

See for example http://bitten.edgewall.org/build/trunk/1257 which ends with:

File "C:\bitten\build\build_trunk_1257\bitten\slave.py", line 293, in BuildSlave
def _cancel_build(self, build_url, exit_code=os.EX_OK):
AttributeError: 'module' object has no attribute 'EX_OK'

I'll attach a patch to fix this

Attachments (1)

bitten-os-constants.patch (3.1 KB) - added by davidf@… 16 years ago.
patch to fix os.EX_xxxx constants for win32

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by davidf@…

patch to fix os.EX_xxxx constants for win32

comment:1 Changed 16 years ago by dfraser

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

Fixed by applying the attached patch as r556

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.