Commit Graph

574 Commits

Author SHA1 Message Date
cltbld
2406b465e5 copy langpack files to stagedir on mac, remove en-US files from stagedir before pushing. (granrose) 2004-10-20 22:07:46 +00:00
cltbld
5496c4f24d Fix Firefox on Mac profile-finding issues by updating path to profile on
this platform. (cmp)
2004-10-20 21:50:53 +00:00
cltbld
fe4408d506 Revert previous change to keep make command so it is called only in sea
and stub installer builds.  Add similar make command for use on Mac
localizations. (cmp)
2004-10-20 21:49:41 +00:00
cltbld
d645dc15b6 Per instruction from bsmedberg, remove conditional for call of making
installer on locale.  This should allow Mac OS X locale builds to proceed.
(cmp)
2004-10-20 02:29:37 +00:00
cltbld
6ef64e0229 remove -d from cp for osx compat. 2004-10-19 19:52:03 +00:00
cltbld
49287c937e save a copy of the dated dir that was copied to ftp server and remove any previously saved builds older than 7 days (granrose) 2004-10-18 21:57:15 +00:00
cltbld
85f9788c5d added l10n packaging for firefox builds. 2004-10-15 22:27:38 +00:00
bsmedberg%covad.net
527b12b3c8 Followup to bug 257117 - Prettify the standard "longnames" for Windows installer and Mac DMG files, using symlinks. r=timeless 2004-10-14 19:19:26 +00:00
cltbld
e6c23da86e Commit Windows-specific fixes for debugging symbols and profile test during
build. (cmp)
2004-10-12 20:01:50 +00:00
cltbld
44e0015a11 adding --skip-mozilla to help.
added test for skipmozilla or testonly before calling pre-build to nuke mozilla dir
2004-10-11 21:02:13 +00:00
cltbld
acc82cb2ab feh. moving prebuild nukage within testonly test so that tree also isn't nuked if you specify --testonly. granrose. 2004-10-05 22:00:48 +00:00
cltbld
d112718393 fix profile finding for linux firefox. 2004-09-24 23:03:45 +00:00
cltbld
1b4e18fda8 fix profile finding for tbird on linux. move prebuild inside SkipMozilla so it doesn't nuke the tree if you're running tests or repackaging. 2004-09-24 22:46:09 +00:00
cltbld
c28326bba9 fixing so tbird can find its profiles on the mac. 2004-09-23 23:10:02 +00:00
cltbld
dce4e38972 other half of clobber before release build cycle 2004-09-23 19:39:03 +00:00
cltbld
62254d55ba clobber mozilla dir before building if this is going to be a release build. 2004-09-23 19:31:37 +00:00
cltbld
e596c5be3b add -$milestone to tinderbox build directory name 2004-09-23 16:51:29 +00:00
cltbld
03f4b6764f added ability to push raw xpi files 2004-09-20 22:10:28 +00:00
bsmedberg%covad.net
4eb9c4884b Add post-mozilla script to build Firefox localizations. Needs more work to be configurable, but it works. 2004-09-06 00:14:20 +00:00
bryner%brianryner.com
095c91df1f Suppress the default browser dialog for Firefox so that it doesn't prevent the pageload test from running (sync from local changes on redwood) 2004-08-31 19:02:56 +00:00
dbaron%dbaron.org
29b059aa92 Set CVS_RSH for checking out talkback. r=bryner 2004-08-20 20:50:41 +00:00
bzbarsky%mit.edu
ef29a93fb9 Add DHTML performance test. Bug 169770, r=dbaron 2004-08-09 21:24:03 +00:00
bryner%brianryner.com
968c3fb1ac Mac is picky. Get rid of quotes on glob pattern. 2004-07-25 02:07:10 +00:00
bryner%brianryner.com
61de4fa5c5 Expand salted profile directory name for Thunderbird 2004-07-25 01:07:44 +00:00
cltbld%netscape.com
178b621a51 mac fixes for release builds from bryner, r=leaf (leaf checking in as cltbld) 2004-06-28 22:19:54 +00:00
dbaron%dbaron.org
4a4d923391 Inccrease regxpcom timeout since 15 seconds is too short and we're not supposed to hit the timeout under normal conditions. 2004-06-21 23:50:38 +00:00
cltbld%netscape.com
74542b550f Special case Thunderbird profile location on OS X to match #ifdef in nsXREDirProvider 2004-06-19 20:22:45 +00:00
ben%bengoodger.com
1aed571d00 add NO_EM_RESTART to default tinderbox config to prevent tinderboxes building ng apps from going orange right away. r=bryner. 2004-06-18 08:13:40 +00:00
dbaron%dbaron.org
2fb3d6591f Don't check exit value from profile creation since semi-single-profile makes things inconsistent. r=bryner 2004-06-17 23:16:27 +00:00
bryner%brianryner.com
8a94f429b0 unlink last-built when we want to update its timestamp, otherwise it never gets updated on os x 2004-06-12 06:48:58 +00:00
cltbld%netscape.com
28917b3e97 mac archive packaging 2004-06-08 00:02:17 +00:00
bryner%brianryner.com
9c84476494 fix salted profile names for mac os x 2004-06-07 23:09:23 +00:00
bryner%brianryner.com
c9ca4eb2b3 Fix a couple more problems... use a better globbing syntax, remove quotes on the glob for unix since it doesn't seem to work, and make sure to assign to the right variable. 2004-06-06 19:40:20 +00:00
bryner%brianryner.com
053ade46e9 Oops, need to do globbing after we do the backslash substitution, or cygwin perl is mightily confused. 2004-06-06 18:47:50 +00:00
bryner%brianryner.com
af3d6f694f We need to call get_profile_dir again after creating the profile, otherwise it won't contain the salt extension. 2004-06-06 06:44:51 +00:00
bryner%brianryner.com
b1787b9877 Apply profile salting fix to windows as well, and protect against spaces in filenames 2004-06-06 05:30:21 +00:00
leaf%mozilla.org
b980fe59cc find firefox-style salted profile directories to pass to prefs.js-finding
function.
2004-06-05 01:28:36 +00:00
ben%bengoodger.com
28b6042575 update build scripts to look for profile in the new locations... r=bryner 2004-06-04 00:00:35 +00:00
cbiesinger%web.de
77493fa44f install-links doesn't need csh, /bin/sh suffices
r=mcafee bug 245058
2004-05-30 11:11:26 +00:00
cltbld
9bc315dc93 thunderbird build file 2004-05-28 21:41:03 +00:00
cltbld%netscape.com
a32daf91c5 The component registry has been called compreg.dat for quite awhile now. -bryner 2004-05-18 04:26:34 +00:00
cltbld%netscape.com
90884da351 use ProductName in notification email subject. bryner checking in as cltbld 2004-05-01 01:25:19 +00:00
timeless%mozdev.org
9ddca4dfd7 Bug 242037 mkdir in many perl scripts contains a decimal 775, not the correct octal specification of 0775
patch by ajschult@mindspring.com r=bsmedberg
2004-04-30 04:23:06 +00:00
gerv%gerv.net
cc323a7cc8 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
leaf%mozilla.org
57e9de1093 correct invocation of make-makefile 2004-04-19 19:02:38 +00:00
leaf%mozilla.org
fd9a6e0f98 add talkback processing routines, release config settings. 2004-04-19 18:57:39 +00:00
dbaron%dbaron.org
3b436fdc2b Make bloat tests work on Firefox, plus some additional test_result checks that have been lying around on balsa. r=bryner 2004-04-13 23:48:24 +00:00
leaf%mozilla.org
b2f04cf956 enable profiling for release builds, to get debugging symbols for talkback.
disable pdbfile generation for now, until talkback understands pdb files.
2004-03-31 23:54:26 +00:00
bryner%brianryner.com
f945cb6532 fix uninitialized variable warning 2004-03-26 19:20:15 +00:00
bryner%brianryner.com
9dfad4c34c Various changes to improve release build automation for firefox. In particular, add ExtraFiles which allows firefox to pull browser/config/mozconfig, change the clobber target to distclean, and make the clobber and build targets be run separately. Bug 238698, r=leaf 2004-03-25 22:22:00 +00:00