P4DTI issue job000610

TitleBugzilla/Windows integration doesn't support processmail
Statusclosed
Priorityessential
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionThe integration for Bugzilla on Windows doesn't support the use of processmail. The processmail scripts are deferred correctly but then can't be executed because of a limitation of the use of CMD on Windows (can't change directory and run a command with one invocation of os.system()).
AnalysisChange bugzilla.py to os.chdir (to bugzilla_directory) once and then run the processmails.
How foundautomated_test
EvidenceI just know.
Observed in1.4.2
Test proceduretest_p4dti.inconsistencies, and others.
Created byNick Barnes
Created on2002-10-31 16:21:50
Last modified byNick Barnes
Last modified on2002-10-31 16:21:50
History2002-10-31 NB Created.

Fixes

Change Effect Date User Description
34906 closed 2002-10-29 16:05:29 Nick Barnes Send processmail output to nul on Windows.
34905 open 2002-10-29 16:00:20 Nick Barnes Move directory-changing commands around in the processmail-handling code so that they can work on Windows.