Closed Bug 684648 (SM2.4b1) Opened 13 years ago Closed 13 years ago

Tracking bug for build and release of SeaMonkey 2.4 Beta 1

Categories

(SeaMonkey :: Release Engineering, defect, P1)

SeaMonkey 2.4 Branch
defect

Tracking

(seamonkey2.4+ fixed)

RESOLVED FIXED
seamonkey2.4
Tracking Status
seamonkey2.4 + fixed

People

(Reporter: Callek, Assigned: Callek)

References

()

Details

+++ This bug was initially created as a clone of Bug #673754 +++

+++ This bug was initially created as a clone of Bug #668731 +++
Alias: SM2.4b1
Depends on: 684649
Depends on: 684650
Depends on: 684651
Depends on: 684665
FYI had a brief error with this.

extension version for updates was being tracked as 2.3 (meaning no warnings on updates etc.) and the details URL was pointing wrong. This was due to a config error, and was the only issue here.

Fixed with:
[seabld@cb-ausstage01 SeaMonkey]$ pwd
/opt/aus2/incoming/3/SeaMonkey
[seabld@cb-ausstage01 SeaMonkey]$ find ./ -name release -prune -o -type f -name complete.txt |  xargs perl -pi -w -e 's/extv\=2.3/extv=2.4/;'
[seabld@cb-ausstage01 SeaMonkey]$ find ./ -name release -prune -o -type f -name complete.txt |  xargs perl -pi -w -e 's/^(detailsUrl=.*seamonkey)2.3\//${1}2.4\//'

and:
[seabld@cb-ausstage01 SeaMonkey]$ find ./ -name release -prune -o -type f -name partial.txt |  xargs perl -pi -w -e 's/extv\=2.3/extv=2.4/;'
[seabld@cb-ausstage01 SeaMonkey]$ find ./ -name release -prune -o -type f -name partial.txt |  xargs perl -pi -w -e 's/^(detailsUrl=.*seamonkey)2.3\//${1}2.4\//'

And to correct mistake with Linux64 updates :/
find ./ -name release -prune -o -type f -name complete.txt |  xargs perl -pi -w -e 's/extv\=2.4.1/extv=2.3.1/;'

I'm not doing the effort to correct Linux64 beta/*test details urls though.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.4
You need to log in before you can comment on or make changes to this bug.