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

1491 Коммитов

Автор SHA1 Сообщение Дата
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
robert%accettura.com fa3568186a removing. Some unneeded, some going elsewhere a=asa (blanket), Not part of build 2005-06-10 03:27:54 +00:00
darin%meer.net 59d3a8e426 Landing update packaging scripts (bug 296306) r=bsmedberg 2005-06-09 01:29:17 +00:00
robert%accettura.com 9aefb6bcf8 Fixing some server bustage (not including iolib to print header). NPOTB 2005-05-24 17:50:09 +00:00
robert%accettura.com 1bc8f93fe0 Bug 295156 Reporter should use rel="nofollow" to deter spammers and not boost google rank of pages in database 2005-05-22 22:53:30 +00:00
robert%accettura.com 153d02cb58 Fix entity in pagination on reporter server. To trivial for a bug, not part of build. 2005-05-20 01:42:06 +00:00
robert%accettura.com ee63af45e6 Bug 294678 - Change Website to "web site" throughout Reporter p=jwalden+bmo@mit.edu r=me a=asa 2005-05-19 19:28:07 +00:00
robert%accettura.com 8ecf38d2eb Bug 293854 don't use relative links in footer. NPOTB 2005-05-12 17:18:00 +00:00
bsmedberg%covad.net 5afb472edb Bug 287262 - Allow the list of directories for l10n comparison to be configurable a=Chase 2005-05-05 19:15:30 +00:00
cmp%mozilla.org af06e4842f Commit base version of this file to make branch work simpler. 2005-05-03 19:34:09 +00:00
cmp%mozilla.org 846605e773 Commit base versions of these files to make branch-related work simpler. 2005-05-03 19:25:53 +00:00
robert%accettura.com 479e8b9b42 I could have sworn I did this already, but I guess not. Removing rss feeds from header (which is really just a dump of mozilla.org page), and adjusting tabs to meet reporter's needs. No bug. Already implemented on server. 2005-04-24 02:50:19 +00:00
robert%accettura.com 3de16d406e server half of bug 285653. Add new problem types, as well as a few changes to make it easier to add/change them in the future. Not part of any build 2005-04-20 21:43:25 +00:00
dbaron%dbaron.org 6bb56c4240 Fix bustage. b=288626 2005-04-06 06:02:47 +00:00
robert%accettura.com 5e8132189f fix broken link in agg queries. Not part of build, no bug (as with checkin before) 2005-04-02 05:44:28 +00:00
robert%accettura.com 48e9a45612 more portable escaping, moved to selectLimit(), fixed pagination bug from move to ADOdb, fixed that bug in the service so it works again, other tiny changes. 2005-04-02 04:25:08 +00:00
dbaron%dbaron.org 54cdc9d607 For functions in the binary, output something compatible with addr2line. b=230336 r=brendan 2005-03-30 01:54:54 +00:00
robert%accettura.com 47610da15f rather than silly dev config's from one of my home comp's scrap apache/mysql installs, we should use defaults. (more fallout from bug 285536). I'm pretty sure
this is the last loose end.
2005-03-12 04:30:02 +00:00
robert%accettura.com 03ae358189 also part of bug 285536. Don't need this debug code. Not part of build. 2005-03-12 04:25:36 +00:00
robert%accettura.com c1e713d2ad mistake from checkin for bug 285536. Debug should be off by default. 2005-03-12 04:21:40 +00:00
robert%accettura.com 59206d27b8 move reporter tool to ADOdb (bug 285536). Not part of build. 2005-03-12 04:19:29 +00:00
cltbld 07c869f8ce Fix silly conditional issue by removing the conditional completely. It
was an accidental dup.
2005-03-09 22:06:46 +00:00
robert%accettura.com 993fd6c945 No bug, not part of build. escapeSimple() missing. 2005-02-24 05:35:50 +00:00
mkaply%us.ibm.com 53976a2d7a #282489
r=cmp
OS/2 support for post-mozilla.pl
2005-02-17 13:49:50 +00:00
cltbld a8bb20af37 Support copying both dmg.gz and dmg files in packit_l10n. (cmp) 2005-02-17 04:47:19 +00:00
cltbld a01c8a4101 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 f6a65f5748 Change default mail recipient to my email address. (cmp) 2005-02-10 21:41:01 +00:00
mkaply%us.ibm.com b595a56bec Special case OS/2 so we can actually create a directory 2005-02-10 17:30:06 +00:00
robert%accettura.com ade0d2bff8 Spelling (thanks to nobody for noticing)
No bug, not part of build
2005-02-07 15:16:39 +00:00
robert%accettura.com a53cd675c5 - Better sorting
- don't show date on agregate view (pointless)
- default sort of agregate by number of reports
- correct typo on deciding if agregate checkbox should be checked
- other small fixes

No bug, not part of build
2005-02-06 23:59:34 +00:00
robert%accettura.com a082a23770 Some more fixes\r
- Only show commented SQL on debug mode\r
- Sub order to prevent dyslexic reloads\r
- rawurlencode values to prevent loss of data (in particular product Identifiers)\r
- don't allow sorting by report ID because it's pointless\r

No bug, not part of build
2005-02-06 23:39:43 +00:00
cltbld 7a8600c455 Revision 1.291 introduced a change to the way the profile directories were
searched for (via internal glob) that the log shows was intended to be
reversed in revision 1.293.  With 1.293, building Thunderbird (aviary1.0.1
+ trunk) got an orange testfailed build result.

This revision fixes a bug introduced in 1.293 that removed the globbing.
With this change I can now build Thunderbird on crazyhorse and get green.
(cmp)
2005-02-06 06:05:25 +00:00
robert%accettura.com 999cd7a68f - Implemented UI for "Agregate" aka count
- Enabled abillity to drill down and for agregate query
- default to DESC when viewing results (makes more sense since that's what people expect).

Not part of build.  No bug.
2005-02-06 05:52:25 +00:00
cltbld a0bed70a5b Merge in build-seamonkey-util.pl changes on beast.
* Add initial work to save build directories after the build is complete.
  * Add more diagnostic messages to track build's progress.
  * Bug fix for startup performance tests on Windows platforms.
  * More fixes for CodesizeManifest tests.
(cmp)
2005-02-05 23:46:18 +00:00
cltbld 3395b05daa Only create the <platform>-xpi directories if they're needed. (cmp) 2005-02-05 06:48:06 +00:00
cltbld 03178810bb 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
cvshook%sicking.cc d45a2fefae Bug 280594: Make codesighs work on evil windows environments again.
r=dbaron
2005-02-03 14:11:54 +00:00
dbaron%dbaron.org d1b039a91c Add, commented out, the change needed to use dump.pl for a tinderbox. 2005-02-02 22:29:45 +00:00
dbaron%dbaron.org bd25cfd572 Add additional file used for pageload servers for tinderbox. 2005-02-02 22:24:41 +00:00
cltbld 8d4f58592a Add XForms xpi build and upload to packaging script. (cmp) 2005-01-29 23:43:15 +00:00
robert%accettura.com 247a364957 trim and remove html of all service input. Not part of any build. 2005-01-29 18:27:58 +00:00
cltbld a8edea4f52 Add missing semi-colon onto symbols-transfer config option. (cmp) 2005-01-28 21:44:06 +00:00
robert%accettura.com 97c7f8cfbb inital landing of reporter webtool!
lacks documentation, some things still not implemented.  A functional work in progress.

a=asa
2005-01-28 04:01:32 +00:00
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 744ce82a14 After a build completes, change back into the previous directory (instead
of changing into the parent directory). (cmp)
2005-01-19 22:46:59 +00:00
cltbld 01417e2e57 Add a fall-over technique to allow a multi-tinderbox session to exit
gracefully. (cmp)
2005-01-19 22:20:27 +00:00
cltbld 35ef6d2630 Change default results_server from axolotl to build-graphs.mozilla.org.
(cmp)
2005-01-18 06:55:52 +00:00
cltbld cd4b9bf403 Add MOZ_SYMBOLS_TRANSFER_TYPE default of scp.
Add comments for MOZ_SYMBOLS_TRANSFER_TYPE and reformat comments for
MOZ_PACKAGE_MSI for readability. (cmp)
2005-01-13 23:26: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 95d3aadaf3 Quiet warning by defining extrafiles to empty string. 2005-01-04 03:41:19 +00:00
dbaron%dbaron.org d8746a7d44 Reduce default startup test timeout. 2005-01-02 21:56:04 +00:00
dbaron%dbaron.org 323c5b591b Update to reflect PreBuild change. 2005-01-02 17:30:07 +00:00
dbaron%dbaron.org e93742d949 Update sample to reflect PreBuild change. 2005-01-02 17:28:14 +00:00
dbaron%dbaron.org e2b11ff472 Remove post-mozilla that's no longer used, since post-mozilla-rel.pl is used for Win32 release builds now (and has been for quite a while). 2005-01-02 17:26:25 +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
gerv%gerv.net b9086a41e4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-01-01 18:57:51 +00:00
cltbld 56d0c3dc0f Add MOZ_PACKAGE_MSI default environment setting (off) to tinder-defaults
file. (cmp)
2004-12-24 21:02:21 +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
bryner%brianryner.com 884453541b Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron. 2004-12-15 05:52:44 +00:00
dbaron%dbaron.org 0c5e1f56be That doesn't work either, so just revert the change for the suite case. 2004-12-12 21:39:27 +00:00
dbaron%dbaron.org 5228f2084e Fix comment from previous change. 2004-12-12 20:33:07 +00:00
dbaron%dbaron.org 6c107f09fe More brokenness from recent changes needed to fix monkeypox orange. 2004-12-12 20:30:51 +00:00
dbaron%dbaron.org 34f56c864c app -register does not work for the suite. This should fix monkeypox orange. 2004-12-12 19:48:13 +00:00
dbaron%dbaron.org 89270f9512 Fix previous checkin. 2004-12-11 20:05:09 +00:00
dbaron%dbaron.org 03813e134e Txul and Ts should print links only if TestsPhoneHome. 2004-12-11 08:33:58 +00:00
dbaron%dbaron.org 04c4a42027 Avoid platform-specific timezone-computation nightmare and just check out using GMT. r=bryner 2004-12-10 22:39:24 +00:00
dbaron%dbaron.org 236117d6da Make build-camino.pl usable as a post-mozilla.pl given changes elsewhere. 2004-12-10 20:29:06 +00:00
dbaron%dbaron.org 93ad3bb7b8 Commit changes from pawn tinderbox, which is the only tinderbox using build-camino.pl and the only one where camino tests work. 2004-12-10 20:26:57 +00:00
bsmedberg%covad.net 7ccf6e4965 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00