Граф коммитов

138 Коммитов

Автор SHA1 Сообщение Дата
cltbld f5db0e3f2e On MacOS X, copy *.dmg.gz if they exist to $stagedir, otherwise copy *.dmg
if they exist.  Supports bug 242845.
2005-01-24 21:22:58 +00:00
cltbld ab3f178cfa Copy files of the form *.msi to the staging directory instead of
*.installer.msi. (cmp)
2005-01-11 20:40:48 +00:00
dbaron%dbaron.org c4f5427ebe Don't publish every build on January 1st, and don't not publish builds at all if we've wrapped to the next year but weren't running on January 1. Also remove some unneeded copied code. 2005-01-01 22:21:32 +00:00
cltbld 53bb9388f4 Store MSI files in the staging directory. Avoid building the MSI file
when we call the packaging process again for the XPIs. (cmp)
2004-12-24 20:36:40 +00:00
cltbld b15dd64762 Fix copying Mac language pack XPIs into proper directory. Add comment to
post-mozilla-rel.pl discouraging placing any code in a Mac conditional.
(cmp)
2004-11-24 20:49:46 +00:00
cltbld 8dbd3c9d77 Make locale log files flush on every write. (cmp) 2004-11-24 20:31:52 +00:00
cltbld 229d320398 Place Mac XPIs in a mac-xpi directory. 2004-11-15 21:00:58 +00:00
cltbld 4744cdca2c Place language pack XPIs in platform-specific XPI directories. (cmp) 2004-11-10 22:19:10 +00:00
cltbld cb5a267a42 Convert Firefox's EULA to DOS line endings during packaging to fix bug
268242. (cmp)
2004-11-08 20:30:52 +00:00
cltbld 89ace6632e Convert mail/LICENSE.txt to DOS line endings during packaging to fix bug
268242. (cmp)
2004-11-08 20:28:34 +00:00
cltbld 3e97d4698b Ensure we copy contents of upload_directory, not upload_directory itself.
(cmp)
2004-11-06 01:28:00 +00:00
cltbld 4df581a745 Add capability to selectively push release files to dated and latest
directories. (cmp)
2004-11-05 23:00:07 +00:00
cltbld ccb601c400 Remove unused pretty name links for right now. (cmp) 2004-11-05 21:44:36 +00:00
cltbld 82e61fcb9e *** empty log message *** 2004-11-04 23:51:11 +00:00
cltbld d4cef522f7 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 fdc7483b59 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 1b1f1df4d5 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 1b9b29730f remove -d from cp for osx compat. 2004-10-19 19:52:03 +00:00
cltbld 645b684c44 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 7869f5be90 added l10n packaging for firefox builds. 2004-10-15 22:27:38 +00:00
bsmedberg%covad.net b13448e67c 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 b6c461e38d clobber mozilla dir before building if this is going to be a release build. 2004-09-23 19:31:37 +00:00
cltbld 52b90a4ae3 add -$milestone to tinderbox build directory name 2004-09-23 16:51:29 +00:00
cltbld 45d3e1f5b4 added ability to push raw xpi files 2004-09-20 22:10:28 +00:00
dbaron%dbaron.org 534059c845 Set CVS_RSH for checking out talkback. r=bryner 2004-08-20 20:50:41 +00:00
cltbld%netscape.com aab26bcdbb mac fixes for release builds from bryner, r=leaf (leaf checking in as cltbld) 2004-06-28 22:19:54 +00:00
bryner%brianryner.com 7acccc0b11 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 33360743e8 mac archive packaging 2004-06-08 00:02:17 +00:00
cltbld%netscape.com 01a4371e6d use ProductName in notification email subject. bryner checking in as cltbld 2004-05-01 01:25:19 +00:00
leaf%mozilla.org 5177845b13 correct invocation of make-makefile 2004-04-19 19:02:38 +00:00
leaf%mozilla.org ca6359075e add talkback processing routines, release config settings. 2004-04-19 18:57:39 +00:00
bryner%brianryner.com 37ee771865 fix uninitialized variable warning 2004-03-26 19:20:15 +00:00
cltbld%netscape.com 23b3f74e1b Fix thinko in last checkin. 2004-03-25 19:43:43 +00:00
bryner%brianryner.com 4408a64d26 Only run 'make installer' if the settings say to make an installer. If not making an installer, return success. 2004-03-25 08:18:29 +00:00
bryner%brianryner.com 8381a8aafc Move the check that the installer directory was created from browser/installer/Makefile to post-mozilla-rel.pl. This way, we're sure the installer directory will exist when post-mozilla-rel tries to make the dated staging directory under it. 2004-03-25 06:42:54 +00:00
bryner%brianryner.com 37ba609ba1 Changes for hooking up windows firefox nightlies to post-mozilla-rel.pl (bug 237173). r=leaf, a=dbaron. 2004-03-11 23:18:19 +00:00
dbaron%dbaron.org 38bc0b9fa0 Make this work with an objdir. 2004-02-16 22:53:17 +00:00
dbaron%dbaron.org f4419284a8 Add post-mozilla.pl being used on comet. 2004-02-14 01:56:34 +00:00