Closed Bug 52476 Opened 24 years ago Closed 24 years ago

Incorrect build ID in Warpzilla titlebar

Categories

(SeaMonkey :: Build Config, defect, P3)

x86
OS/2
defect

Tracking

(Not tracked)

CLOSED FIXED

People

(Reporter: barrymarshall, Assigned: cls)

Details

Attachments

(1 file)

Tested with Warpzilla nightly build 0912 on WSeB base with Scitech DD 
on TP770X.

1) Start Warpzilla
2) Help - About Mozilla

The build ID in the Title Bar and on this page don't match.
Two fold problem here:

1. MOZILLA_OFFICIAL should be set on our nightly build machine.

2. The aboutime.pl script in mozilla/config is not working correctly on OS/2.

I sent a note to our build person about 1

2 is being hashed out on IRC - probably to be fixed by jag
Status: UNCONFIRMED → NEW
Ever confirmed: true
Our main problem here is that aboutime.pl in config assumes that the platform 
rename will succeed if the destination exists.

This is bad.

aboutime.pl should delete the destination file before attempting the rename.
Assignee: mkaply → cls
Component: Browser-General → Build Config
QA Contact: doronr → granrose
Is M18 reasonable for this?
mkaply, see if this fixes it for you.

Index: config/aboutime.pl
===================================================================
RCS file: /cvsroot/mozilla/config/aboutime.pl,v
retrieving revision 3.4
diff -u -r3.4 aboutime.pl
--- aboutime.pl 1999/08/24 00:56:04     3.4
+++ aboutime.pl 2000/09/19 18:31:08
@@ -26,4 +26,5 @@
 close INFILE;
 close OUTFILE;
 
+unlink $ARGV[0];
 rename "$ARGV[0].old", "$ARGV[0]";
Status: NEW → ASSIGNED
Target Milestone: --- → M18
That diff fixes my problem.
r=mkaply
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Fix has been checked in.
verified.
Status: RESOLVED → VERIFIED
Yup, I'm happy.  Let's close 'er up.
Status: VERIFIED → CLOSED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: