Closed
Bug 412362
Opened 17 years ago
Closed 17 years ago
Universal build ID unification isn't working
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mark, Assigned: mark)
References
Details
Attachments
(1 file)
1.73 KB,
patch
|
alqahira
:
review+
|
Details | Diff | Splinter Review |
http://tinderbox.mozilla.org/showlog.cgi?log=Camino/1200343740.1200344818.16535.gz&fulltext=1
/builds/tinderbox/CmTrunk/Darwin_9.1.0_Depend/mozilla/build/macosx/universal/unify: copyIfIdentical: files differ:
../build/ppc/dist/camino/Camino.app/Contents/Info.plist,
../build/i386/dist/camino/Camino.app/Contents/Info.plist
Looking further up in the log, we see that when the files are created, different timestamps were used as the build ID for ppc and x86 portions:
-e "s/%PLATFORM_BUILD_ID%/2008011412/" \
and
-e "s/%PLATFORM_BUILD_ID%/2008011413/" \
We had been calling make-platformini.py ourselves since config/build_number disappeared in bug 383167. Prior to bug 386740, the Python script checked for the MOZ_BUILD_DATE environment variable, set by client.mk during universal builds, and used it if present. Since bug 386740, the Python script no longer does this. The logic has moved to config/Makefile.in, and it is used to generate a new build ID file by a new name, config/buildid. We should use this file (like we used to) instead of generating our own (like we had to).
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #297077 -
Flags: review?(alqahira)
Comment on attachment 297077 [details] [diff] [review]
Fix
Hooray! r=ardssone
Attachment #297077 -
Flags: review?(alqahira) → review+
Assignee | ||
Comment 3•17 years ago
|
||
Chicked en.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•