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

77 Коммитов

Автор SHA1 Сообщение Дата
cltbld 43298d82f2 Add more error checking to the patch creation process. (chase) 2005-10-24 06:21:49 +00:00
cltbld f1f4236069 Add finer-grained control of a respin through some extra processing of the
last-built file and with an additional file last-built.new. (chase)
2005-10-24 06:03:39 +00:00
ccooper%deadsquid.com 5efccb9ddc b=298431
r=Chase
- patch to allow xforms build system to work with XULRunner
2005-10-18 20:30:34 +00:00
kairo%kairo.at 9664b6cdb4 fixup to bug 307494, really make the settings for deleting objdir/srcdir work, r=Chase 2005-10-12 11:53:28 +00:00
cltbld 01a77577e9 Only build updates for locales that aren't broken. (chase) 2005-10-11 04:32:30 +00:00
ccooper%deadsquid.com 8ec7696091 - remove extra bracket that was causing syntax error 2005-10-06 20:06:14 +00:00
cltbld c1ea737996 Land locale-specific pieces for building complete MAR patches. (chase) 2005-10-06 11:57:01 +00:00
kairo%kairo.at fe021251f4 bug 307494 - make it configurable if PreBuild() deletes srcdir, objdir, both or none of them (defaulting to both), r=Chase 2005-10-02 20:18:49 +00:00
cltbld a3fc4830ef Changes needed to package update MAR files for l10n builds. (chase) 2005-10-01 02:56:31 +00:00
dbaron%dbaron.org 3dd4be89ff Fix last-built logic for nightly respins so that removing last-built at any time of day will trigger a respin. Also fix overly-slow find command. b=308992 r=chase 2005-09-30 22:26:06 +00:00
cltbld cf68e08b79 Make use of glob function explicit. Simplifies work needed for syntax
highlighters.

Capture any tar extension now.  Adds support for bz2 packages.

Move the update patch creation work into its own subroutine and call it
from the appropriate place in packit().
2005-09-14 14:54:38 +00:00
cltbld 2b1983daf1 Add appversion and extensionversion to update info. Upload additional info
to another site on the aus server.
2005-08-30 20:02:28 +00:00
cltbld 8a6405a6a8 Change file upload process to use rsync instead of scp. Create the upload
directory on the staging server before uploading to ensure we drop our
payload into the right directory.
2005-08-26 23:03:58 +00:00
cltbld ce0ae1eba3 Add more verbose information to update build process. 2005-08-21 22:06:19 +00:00
cltbld 52f6e91897 Additional output from update packaging.
OVS: ----------------------------------------------------------------------
2005-08-20 08:08:41 +00:00
cltbld 00e7890741 Bugfix for update regex. 2005-08-20 03:34:16 +00:00
cltbld cea939a915 Update changes:
* Make update process more verbose.
  * Support overriding the file host that serves the mar file.
  * Remove unused code.
2005-08-19 23:40:43 +00:00
cltbld 05c4c7a493 Update packaging:
* Create two forms of update information sent to AUS2, the first assumes
    updates for the trunk, the second allows the version to be explicitly
    specified.

  * Read variables from tinder-config.pl rather than defining product/
    platform/version in-place.

Move XForms build back to original spot so that its files do not become a
part of the final packages.
2005-08-19 19:44:14 +00:00
bsmedberg%covad.net d605d7a4cd We call the installers-<locale> target in two places :-( see bug 300409 comment 17. 2005-08-05 13:03:21 +00:00
bsmedberg%covad.net b9b5e97b74 Bug 300409 - Add tinderbox client support for "configure-only" state and for download-and-repackage-locales mode, r=Chase 2005-08-01 14:14:38 +00:00
cltbld f8561ca245 Remove unneeded pwd command execution. (chase) 2005-06-23 18:02:35 +00:00
cltbld 8d6caa1780 Strip $stagedir from the found $update_file path before continuing to
process the update.

Add the string "Error:" to the printed output when an update is not found.
(chase)
2005-06-23 16:10:33 +00:00
cltbld 41a6e68950 Change update-staging to aus-staging.mozilla.org. Change ~ to $ENV{HOME}.
(chase)
2005-06-23 00:32:58 +00:00
cltbld fbe2b54a84 Surmise the update mar filename based on the names of mar files the build
system creates. (chase)
2005-06-23 00:08:42 +00:00
cltbld 82535db879 Add build ID to the information contained in the snippet and sent to AUS.
(chase)
2005-06-22 17:50:30 +00:00
cltbld 67d840fe93 Use the expected hash value for the update info. 2005-06-22 02:43:28 +00:00
cltbld 81790bb55c Package update.mar and inform auslite about the new file. Bug 297960,
attachment 186982. (chase)
2005-06-22 02:36:09 +00:00
cltbld 8fb84ef0b8 make-makefile for the XForms build requires arguments numbering two to
operate as expected.  The first is the location of the build directory.
The second is the depth of the current working directory relative to the
source directory.  (where source directory there may need to be described
as object directory, ...)
2005-06-10 23:21:51 +00:00
cltbld fa03bc7b64 Move the XForms build to after the $objdir variable is created and use it
instead of $builddir.
2005-06-10 23:09:11 +00:00
cltbld e9e8b176e0 Move the XForms build earlier in the build process (before the Talkback
symbol push) to ensure that any XForms symbols are included in the push and
can be used in Talkback reports that include XForms stack information.

Make use of a new config variable, LocaleProduct, which is set to either
mail or browser at this point.  It is used to determine the directories
in which to run the locale builds in packit_l10n().
2005-06-10 22:44:17 +00:00
cltbld 1699835d97 Remove the en-US files using a command that can write to a valid file
(run_locale_shell_command has no valid output flie when it's called here).
2005-06-10 21:46:44 +00:00
bsmedberg%covad.net a3fd0bdd2d Bug 287262 - Allow the list of directories for l10n comparison to be configurable a=Chase 2005-05-05 19:15:30 +00:00
cltbld fd0b9de018 Fix silly conditional issue by removing the conditional completely. It
was an accidental dup.
2005-03-09 22:06:46 +00:00
mkaply%us.ibm.com 08f480fde5 #282489
r=cmp
OS/2 support for post-mozilla.pl
2005-02-17 13:49:50 +00:00
cltbld efd2078839 Support copying both dmg.gz and dmg files in packit_l10n. (cmp) 2005-02-17 04:47:19 +00:00
cltbld 933d8fa9af Don't remove files if tests fail. If the flow of the Tinderbox client
scripts gets to the point that files are being transferred for
distribution, then let's leave some files around for that to succeed. (cmp)
2005-02-14 08:54:09 +00:00
cltbld aebab8f64d Only create the <platform>-xpi directories if they're needed. (cmp) 2005-02-05 06:48:06 +00:00
cltbld 6a3c2d9cc0 Change full-removal of mozilla directory into a logged command. Add print
statement for non-release builds. (cmp)
2005-02-04 20:11:18 +00:00
cltbld e46dde1236 Add XForms xpi build and upload to packaging script. (cmp) 2005-01-29 23:43:15 +00:00
cltbld a5f183e4c2 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 92aa29e802 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 1f56b71934 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 e617952349 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 6c23e0326c 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 21594005ea Make locale log files flush on every write. (cmp) 2004-11-24 20:31:52 +00:00
cltbld 76689c7d66 Place Mac XPIs in a mac-xpi directory. 2004-11-15 21:00:58 +00:00
cltbld aa2708957a Place language pack XPIs in platform-specific XPI directories. (cmp) 2004-11-10 22:19:10 +00:00
cltbld 878036838c Convert Firefox's EULA to DOS line endings during packaging to fix bug
268242. (cmp)
2004-11-08 20:30:52 +00:00
cltbld 2aa572935b Convert mail/LICENSE.txt to DOS line endings during packaging to fix bug
268242. (cmp)
2004-11-08 20:28:34 +00:00
cltbld c279fed7dd Ensure we copy contents of upload_directory, not upload_directory itself.
(cmp)
2004-11-06 01:28:00 +00:00