Closed Bug 533816 Opened 15 years ago Closed 14 years ago

Provide updates for 3.6b1 build1 and build2

Categories

(Release Engineering :: General, defect, P3)

x86
All
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nthomas, Assigned: nthomas)

References

Details

Some rough user numbers from AUS for 3.6b1: 
* 35k users on build1
* 4k on build2
* 10k on build3
Presumably the first two groups came from direct downloads from ftp.m.o, but only the build3 users get offered the latest 3.6 build (yay patcher). 

We can fill this in the traditional way (generating snippets pointing to 3.6b4/5), but I'm also wondering if we can symlink to victory. eg: in /opt/aus2/incoming/3/Firefox/3.6b1
 WINNT_x86-msvc/20091014103305 --> WINNT_x86-msvc/20091029171059
 WINNT_x86-msvc/20091019095728 --> WINNT_x86-msvc/20091029171059
That'd be a bit of a departure so we'd have to think about future maintenance implications but it has the advantage of always pointing to the latest 3.6 build for stragglers (rather than updating to 3.6b1 -> 3.6b4 -> 3.6.latest).
Some other notes I meant to make
* blocklist numbers are a bit higher (~55K total for 3.6b1)
* we haven't had multiple builds for other 3.6 releases
Is this still an issue? If so, should it block FF3.6 release?
Blocks: 535567
(In reply to comment #2)
> Is this still an issue? If so, should it block FF3.6 release?

I don't think it should block. We have a number of ways that we can get these users up-to-date, whether it's via symlinks or generating the actual updates to 3.6 final, and none of them strictly have to happen before the release goes out the door.
Priority: -- → P3
Assignee: nobody → nrthomas
We didn't think up any disadvantages to symlinking so going ahead with that:

# aus2-staging
cd /opt/aus2/snippets/staging
mkdir 20100110-Firefox-3.6b1build1-build2-fillin
cd 20100110-Firefox-3.6b1build1-build2-fillin
mkdir -p Firefox/3.6b1/{Darwin_Universal-gcc3,Linux_x86-gcc3,WINNT_x86-msvc}
cd Firefox/3.6b1

# build1, build2 pairs
cd Darwin_Universal-gcc3
ln -s 20091029151354 20091014092847
ln -s 20091029151354 20091019084525

cd ../Linux_x86-gcc3/
ln -s 20091029152254 20091014092232
ln -s 20091029152254 20091019084521

cd ../WINNT_x86-msvc/
ln -s 20091029171059 20091014103305
ln -s 20091029171059 20091019095728

~/bin/pushsnip 20100110-Firefox-3.6b1build1-build2-fillin

Verified with Linux builds and URL queries for Mac & Win32.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.