summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-11Merge with SVN trunkBryan O'Sullivan
2009-08-09svn merge -r128876:129999 ↵Kyle Ambroff
svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.30 --> trunk QAR-1775: Merging changes 1.27.2 and 1.30 fixes from server-1.30. Conflicts (trivial, kept trunk for both): C indra/llcommon/llversionserver.h C scripts/automated_build_scripts/opensource.sh 1.27.2 Changes: * DEV-37308: First agent-to-agent L$ transaction following dataserver restart fails with LindenDollar_BadClockSkew. * DEV-36758 (SVC-4644): login.cgi script calculates AO support based on viewer version, and gets it wrong. * DEV-20331 (VWR-7062): Script runtime errors aren't using DEBUG_CHANNEL any more * DEV-25483 (SVC-4457): Blacklisting flakey UploadBakedTexture capabability. * DEV-33171: Preventing apache from loading extraneous modules * DEV-37200: changed teleport_throttle_interval to -1 to disable TP throttle * DEV-30064 (SVC-4060): Two transaction notifications on upload * DEV-32766: fix --all-centrals option for make_deploy_group.py * DEV-35714: If a region has no agents, don't bother giving a 5 minute warning. * Fix inaccurate multiagent-chat metrics. * Automated build system fixes. 1.30 Changes: * DEV-35714: If a region has no agents, don't bother giving a 5 minute warning. * DEV-37435: farm_distribute should remove hosts that report ssh problems from the group_maps. * DEV-8159: farm_deploy now skips hosts it can't ssh to, saving about 34 seconds per down host. * DEV-35967: farm will validate that a given deploy group is valid XML and do a little more input validation. * DEV-37426: farm now supports --deploy-to-host and won't accept some conflicting options. * DEV-32772: farm now logs all output to a script file by default * DEV-32852: farm_upgrade_schema should have a manual way to mark a schema change as applied. * Various deploy tool fixes.
2009-07-31Merge with SVN trunkBryan O'Sullivan
2009-07-30Bump trunk version to 1.31Christian Goetze
2009-07-30Reduce job count for linux builds to something the build farm can surviveChristian Goetze
2009-07-29svn merge -r128774:128808 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1737Christian Goetze
effective merge: svn merge -r127126:128746 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.27
2009-07-29svn merge -c 128669 svn+ssh://svn.lindenlab.com/svn/linden/branches/bots/sisa-4Dave Simmons
Pulled all the sisa changes into trunk for QAR-1734 These changes are the same as revisions 126447:126495 from svn+ssh://svn.lindenlab.com/svn/linden/branches/bots/sisa-2 or the one merge branch in svn+ssh://svn.lindenlab.com/svn/linden/branches/bots/sisa-3
2009-07-28MergeBryan O'Sullivan
2009-07-28Merge with SVN trunkBryan O'Sullivan
2009-07-24Merge with an oldish change of mineBryan O'Sullivan
2009-07-24For QAR-1710 : Server merge for QAR-1594 QAR-1643 QAR-1644 - "AVP Changes [SIM]"Loren Shih
svn merge -r 128022:128028 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/server__merge__trunk-r127980 to svn+ssh://svn.lindenlab.com/svn/linden/trunk This is the server-side merge for inventory links, folder links&types, and landmark&callingcard permissions.
2009-07-22Merge of Parcel API V1 to trunk for 1.30 release. Hallelujah!Monty Brandenberg
QAR-1687 Merge request for Parcel API project for 1.30 release svn merge -r127262:127300 svn+ssh://svn/svn/linden/branches/parcel-api/merge-qar-1687-parcel-api-2 trunk
2009-07-21Merge with SVN trunkBryan O'Sullivan
2009-07-16Make googlemock publicly availableChristian Goetze
2009-07-15svn merge -r126867:127217 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1691Christian Goetze
Effective merge: svn merge -r125827:127126 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.27 QAR-1691
2009-07-14QAR-1651Dave Hiller
svn merge -r126784:126785 svn+ssh://svn.lindenlab.com/svn/linden/branches/mock-3 into trunk
2009-07-07svn merge -r 126003:126087 ↵Don Kjer
svn+ssh://svn/svn/linden/qa/light-texture-params/light-texture-params-2 into trunk
2009-07-01Merge with SVN trunkBryan O'Sullivan
2009-07-01svn merge -r125825:125901 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1654Christian Goetze
QAR-1654 merge completed.
2009-06-25Ignore distcc state directoryBryan O'Sullivan
2009-06-22Merge with SVN trunkBryan O'Sullivan
2009-06-22Python 2.4 and 2.6 improvementsBryan O'Sullivan
The sets module is no longer needed with Python 2.4, and causes a DeprecationWarning with 2.6, so drop it The md5 module causes a DeprecationWarning with 2.6, so try to import hashlib (its replacement) instead, else fall back Reviewed by Poppy.
2009-06-22Merge with SVN trunkBryan O'Sullivan
2009-06-20svn merge -r124872:124873Adam Moss
svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.threefour-merge-1a QAR-1592 Merge of changes between 1.23 RC2 and 1.23 Final to trunk
2009-06-19result of "svn merge -r123757:124890 ↵Paul Oppenheim
svn+ssh://svn.lindenlab.com/svn/linden/branches/improve-unit-testing/iface-04" for QAR-1496
2009-06-11Merge with SVN trunkBryan O'Sullivan
2009-06-11Merge with SabinBryan O'Sullivan
2009-06-04Fix one more license, add indra/newview/tests to exported treeChristian Goetze
2009-06-04Fix licensing, also make the unzipping quieter, so that license error ↵Christian Goetze
messages are easier to see in the log.
2009-06-04Merge of QAR-1383 event-system-7 into trunk.Brad Kittenbrink
svn merge -r 121797:121853 svn+ssh://svn.lindenlab.com/svn/linden/branches/merge-event-system-7
2009-06-03Remove -parallelizeTargets from xcodebuild invocation, it seems to not work ↵Christian Goetze
well enough
2009-06-02Merge with SVN trunkBryan O'Sullivan
2009-06-02Small brainoBryan O'Sullivan
2009-05-29Merge with SVN trunkBryan O'Sullivan
2009-05-22svn merge -r121194:121210Adam Moss
svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.onetwo-merge-1 QAR-1531 viewer 1.23rc1+1.23rc2 merge to trunk
2009-05-21Merge with SVN trunkBryan O'Sullivan
2009-05-21Put the os.environ["DISTCC"] = ... call into main()Christian Goetze
2009-05-21Fix develop.py putenv bug, use new etch build-linux hosts for parabuild.Christian Goetze
2009-05-21os.putenv doesn't do what we want, replaced with os.environ instead.David Kaprielian
2009-05-20Merge with SVN trunkBryan O'Sullivan
2009-05-20Windows: make dbghelp.dll an installable packageBryan O'Sullivan
Reviewed by Mani.
2009-05-19Fix to develop.py to build on 64 bit windows.Mark Palange
Added March 2009 DirectX SDK to cmake config. Reviewed by brad
2009-05-19Merge with SVN trunkBryan O'Sullivan
2009-05-19Now that 1.27 has branched away, bumping the version number to 1.29 toRobert Knop
mean "the development version between release versions 1.27 and 1.30".
2009-05-19svn merge -r118673:120720 ↵Robert Knop
svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.26 Merging server-1.26 back to trunk. Two conflicts -- llversionserver.hh (kept the trunk version) and in llsimparcelmgr.cpp -- also kept the trunk version. There was some code in 1.26 that included error printing from RDW that says "we should really not be hitting this code", and that code was gone in trunk... so, went ahead and kept the trunk part of that one conflict in that file.
2009-05-19Adding back the setting of "DEBUG", the lack of which caused many unitRobert Knop
tests to fail.
2009-05-18Result of svn merge -r119432:120464 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/http_database/merge-03 into trunk. QAR-1462
2009-05-14Set DISTCC_DIR to a location inside the source tree to avoid causing NFS ↵Christian Goetze
trouble with the default setting.
2009-05-14Max out distcc jobs to 12 in develop.pyChristian Goetze
2009-05-14There are 71 eniacs, not just 64Christian Goetze