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

1459 Коммитов

Автор SHA1 Сообщение Дата
darin%meer.net b5d078a1ac fixes bug 306077 "do not package channel-prefs.js in MAR complete and partial patches" r=chase 2005-09-01 18:41:11 +00:00
cmp%mozilla.org 03e37f0dca Add 'unwrap_full_update.sh' script to unwrap complete .mar packages. Bug
306463, attachment 194363.  Patch by Darin Fisher <darin@meer.net>.
r=chase@mozilla.org
2005-08-30 23:27:05 +00:00
cltbld 136ce08b87 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
cmp%mozilla.org bb66dfd830 Add partial-patch target to tools/update-packaging/Makefile.in to invoke
make_incremental_update.sh.  Bug 306206, attachment 194073.
r=chase@mozilla.org
2005-08-28 03:27:14 +00:00
cltbld 147dad4d35 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
mark%moxienet.com ac649035f0 Bug 305565, should not reference removed directory in allmakefiles.sh. r=bsmedberg a/1.8=bsmedberg 2005-08-24 13:24:41 +00:00
cltbld 4975d71134 Land coop's XULRunner build environment changes. 2005-08-22 18:36:11 +00:00
cltbld b8f9d40aec Add more verbose information to update build process. 2005-08-21 22:06:19 +00:00
cltbld cb644cda06 Additional output from update packaging.
OVS: ----------------------------------------------------------------------
2005-08-20 08:08:41 +00:00
cltbld 444c5711dd Bugfix for update regex. 2005-08-20 03:34:16 +00:00
cltbld 2ef10a3e88 Update changes:
* Add a commented-out default value for the hash.
  * Add a commented-out default value for the mar file host.
2005-08-19 23:41:52 +00:00
cltbld 8e6662a275 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 c00392327f 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
cltbld 2534bae500 Update defaults for update packaging. 2005-08-19 19:38:41 +00:00
cltbld aeaf3c2da4 Add update default variable values to tinder-defaults.pl.
Default value for Necko unit tests should be 0.
2005-08-19 19:07:17 +00:00
dbaron%dbaron.org f8f5912b92 Untabify. 2005-08-18 03:40:18 +00:00
dbaron%dbaron.org b78a7d5519 Move comment along with the code that was moved in revision 1.2. 2005-08-18 03:36:55 +00:00
cbiesinger%web.de 6a7a45daeb bug 304162 integrate necko tests into tinderbox
r=chase
2005-08-11 00:03:08 +00:00
bsmedberg%covad.net 8774d105e5 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 8b5f33daae 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
darin%meer.net 474f0cd4a8 fixes bug 299733 "Mac update creates /Applications/DeerPark.app/DeerPark.app" r=mconnor sr=bsmedberg a=chase 2005-07-05 21:51:26 +00:00
darin%meer.net 7890d7a91e Landing update packaging changes for bug 299021 "Support updating optionally installed components" r=chase 2005-07-05 17:44:09 +00:00
cltbld b2c66d4cde Create a locally overridable product name variable to workaround suite
rebranding issues.
2005-07-03 03:14:36 +00:00
mcafee%mocha.com 3a66693d74 First add, a small wrapper script to test out reportdata.pl, the graphzilla server stuff. 2005-06-23 23:54:14 +00:00
cltbld 511a6bddbf Remove unneeded pwd command execution. (chase) 2005-06-23 18:02:35 +00:00
cltbld 35b3b769d9 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 8c266ae769 Change update-staging to aus-staging.mozilla.org. Change ~ to $ENV{HOME}.
(chase)
2005-06-23 00:32:58 +00:00
cltbld 870bf543e8 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
darin%meer.net 74c2b73cbd Change name of full update files from update.mar to $(PKG_BASENAME).mar, r=chase 2005-06-22 23:52:41 +00:00
cltbld 4c24e0bd70 Add build ID to the information contained in the snippet and sent to AUS.
(chase)
2005-06-22 17:50:30 +00:00
cltbld d69d7c8bd7 Use the expected hash value for the update info. 2005-06-22 02:43:28 +00:00
cltbld dd6e74ee37 Package update.mar and inform auslite about the new file. Bug 297960,
attachment 186982. (chase)
2005-06-22 02:36:09 +00:00
cmp%mozilla.org bfced85ef6 Build the MAR file by packaging dist/$(MOZ_PKG_APPNAME) instead of dist/bin
as that location has been tailored to for distribution.  a=asa
2005-06-22 02:17:13 +00:00
darin%meer.net ad6b8fa709 Leverage -C command line flag when calling the mar executable to avoid
need to "cd" into $workdir.  This allows us to locate the mar executable
using a relative file path, which is a good thing since $PWD is sometimes
not set correctly on the tinderbox systems.  (This patch is based on
discussion with Chase over IRC.)
2005-06-22 00:32:16 +00:00
cmp%mozilla.org 9169130134 Call make_full_update.sh from the current directory instead of changing
into $(DIST)/bin.  Bug 297960, attachment 186865.  a=asa
2005-06-21 00:41:37 +00:00
darin%meer.net 01b7cbe0b9 Make it easy to generate a full update of dist/bin 2005-06-16 22:28:09 +00:00
gandalf%firefox.pl 605a07010d Bug 288823: Trace-malloc fails to compile on windows; p=bugzilla@mcsmurf.de,r+sr=dbaron,a=brendan 2005-06-11 12:52:23 +00:00
robert%accettura.com 8bf5052df6 make service work again 2005-06-11 04:20:52 +00:00
robert%accettura.com d9af4d7e32 slight change to install notes to enable utf-8 support 2005-06-11 04:17:28 +00:00
cltbld 363a55c727 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 3bf7e847da 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 1feafe7242 Use the multi-line formatting that's now available for multi-config.pl in
the --multi-config example.
2005-06-10 22:58:13 +00:00
cltbld c491cd6268 Slurp the entire multi-config.pl file and eval it as a whole to allow
multi-line variable entries.
2005-06-10 22:55:31 +00:00
cltbld d0696dc501 Add a default LocaleProduct of "browser". 2005-06-10 22:45:38 +00:00
cltbld 4476f46bb3 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 da0ac237eb 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
robert%accettura.com c9b31ae531 fix product list not showing up 2005-06-10 04:31:15 +00:00
robert%accettura.com c356fe6880 forgot to add stats before 2005-06-10 04:30:30 +00:00
robert%accettura.com cfeecce8e2 remove old config All of this is not part of the build 2005-06-10 03:59:47 +00:00
robert%accettura.com 2751eca195 A whole lotta changin' goin' on...
- make configs consistant (app_url and app_path weren't making sense)
- move includes out of /app since it's used by more than just /app
- documentation on contrib classes needed
- implement templating engine
- fix spacing through all code
- some css changes to improve our looks (slightly)
- escape login variables
- Custom Column Queries
- Fix Pagination when using custom queries, or aggregate view
- Only query for total records if we the data set is full (>= $_GET['show']).  Pointless to figure how how many pages when we know we don't fill the first.
- truncate all columns at 100 characters in query view so pages don't span to far
- truncate all url's in report view over 100 chars in length
- Statistics (initial landing)
- Don't use cache-control to prevent slowness (bug 296670)
- Slightly revised css theming
- Add schema
- Rename config to config-default
2005-06-10 03:58:46 +00:00