Source to Firefox 3.0a1 and the nightlies?

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Locked
Matt342
Posts: 12
Joined: April 28th, 2006, 3:39 pm

Source to Firefox 3.0a1 and the nightlies?

Post by Matt342 »

Where can I get the source to Firefox 3.0a1 and the Firefox nightly builds?

Matt
RyanVM
Posts: 1264
Joined: June 16th, 2004, 6:00 am
Location: Exton, PA

Post by RyanVM »

...you seriously haven't looked at all, have you?
http://developer.mozilla.org/en/docs/Bu ... umentation
User avatar
Fox On Fire
Posts: 35
Joined: November 19th, 2005, 12:26 am

Post by Fox On Fire »

He may have been hoping to download a packaged tarball, rather than having to get them via CVS.

Apparently only release builds are available as a tarball unfortunately (unless there has been a recent unannounced change to this policy).
Matt342
Posts: 12
Joined: April 28th, 2006, 3:39 pm

Post by Matt342 »

Would this work for getting the 3.0a1 source code:

cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/browser/config/mozconfig

Or do I need a specific branch:

cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r BRANCH mozilla/client.mk

And what is the branch for Firefox 3.0a1.

Matt
jmck407
Posts: 16
Joined: April 5th, 2005, 4:42 pm

Post by jmck407 »

Fox On Fire wrote:He may have been hoping to download a packaged tarball, rather than having to get them via CVS.

Apparently only release builds are available as a tarball unfortunately (unless there has been a recent unannounced change to this policy).


why is that? I prefer to use tarball's also, and spent quite a bit of time searching for them...as you pointed out with out any luck.
User avatar
mahowi
Posts: 569
Joined: September 16th, 2005, 12:37 pm
Location: Germany
Contact:

Post by mahowi »

Matt342 wrote:Would this work for getting the 3.0a1 source code:

cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/browser/config/mozconfig

Or do I need a specific branch:

cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r BRANCH mozilla/client.mk

And what is the branch for Firefox 3.0a1.

Matt

3.0a1 is on the trunk, no branch. You don't need the "-r" switch for cvs for it.
2.0a1 is on MOZILLA_1_8_BRANCH, 1.5.0.x on MOZILLA_1_8_0_BRANCH.
Firefox: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008052316 Firefox/3.0pre (mahowi) ID:2008052316
Thunderbird: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9pre) Gecko/2008052904 Thunderbird/3.0a2pre ID:2008052904
User avatar
Thumper
Posts: 8037
Joined: November 4th, 2002, 5:42 pm
Location: Linlithgow, Scotland
Contact:

Post by Thumper »

jmck407 wrote:why is that?


Because the only common use case for needing the source for a non-release build is that you're doing ongoing tree development. Nightly source might not even compile, and would take up a collossal amount of disk space on the ftp servers.

- Chris
User avatar
auenf
Posts: 709
Joined: August 28th, 2004, 2:25 am
Contact:

Post by auenf »

there is a tarball, it doesnt contain the firefox specific stuff anyway, so you still need to do a cvs checkout.

http://ftp.mozilla.org/pub/mozilla.org/ ... est-trunk/

doesnt look like its been updated since 23rd feb, not sure if that intentional or not.

Enf...
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

well, there will be a long checkout list, so ;)
MozJF
Locked