Ticket #507 (closed defect: wontfix)

Opened 3 years ago

Last modified 16 months ago

'view log as text' output has DOS line endings?

Reported by: ipv6guru Owned by:
Priority: major Milestone: 0.8.+
Version: 0.7.10 Keywords: encoding
Cc:

Description

this seems to affect the mail.EmailNotifier? addLogs attachments too. Submitted: Brian Warner ( warner ) - 2004-09-24 17:12

Extra Comments :-

I think this might be caused by PTYs using CRLF line endings. I'm not sure why they do this, but I have code in test_slavecommand to compensate. It might make sense to un-convert them on the buildslave, but that might also be a bad idea.. not sure.

Change History

comment:1 Changed 3 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 3 years ago by dustin

  • Milestone changed from undecided to 0.7.+

comment:3 Changed 21 months ago by dustin

  • Keywords encoding added; sourceforge 1033902 removed
  • Milestone changed from 0.8.+ to 0.8.1

Something to be aware of - and possibly related to #834?

comment:4 Changed 18 months ago by dustin

  • Milestone changed from 0.8.2 to 0.8.+

comment:5 Changed 16 months ago by dustin

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

From my looking around, this is doing what's expected - it gets output from the slave, and displays it. I don't think Buildbot should be in the habit of trying to convert line-endings.

Note: See TracTickets for help on using tickets.