summaryrefslogtreecommitdiff
path: root/scripts/template_verifier.py
AgeCommit message (Collapse)Author
2024-05-29Trim trailing whitespaceBennett Goble
Start trimming trailing whitespace, but limit the blast radius to a handful of file types.
2022-11-21Update default URL for message template in template_verifier.py as wellAnsariel
2022-02-02Fix template verifier erroneously failing checksum checkAnsariel
2021-12-10SL-15742: Convert build scripts to Python 3Bennett Goble
This changeset makes it possible to build the Second Life viewer using Python 3. It is designed to be used with an equivalent Autobuild branch so that a developer can compile without needing Python 2 on their machine. Breaking change: Python 2 support ending Rather than supporting two versions of Python, including one that was discontinued at the beginning of the year, this branch focuses on pouring future effort into Python 3 only. As a result, scripts do not need to be backwards compatible. This means that build environments, be they on personal computers and on build agents, need to have a compatible interpreter. Notes - SLVersionChecker will still use Python 2 on macOS - Fixed the message template url used by template_verifier.py
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-03-31Apply server side code to message template verification onto the viewer tree.Christian Goetze (CG)
2011-03-31MergeKelly Washington
2011-03-03Add early exit to message template check if it hasn't changed.Kelly Washington
2011-02-09STORM-937 : Fix python scripts shebang line and license header for consistencyMerov Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-01-20Remove a tab character from the end of a line to pass policy requirements.Nathan Wilcox
2010-01-14Replace scripts dependency on win32api module with bundled ctypes.Nat Goodspeed
2009-01-08Result of svn merge -r107256:107258 ↵Aaron Brashears
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2008-11-19QAR-1018 Lightweight Windows Setup App (windows-setup-3). svn merge ↵James Cook
-r102882:102883 svn+ssh://svn.lindenlab.com/svn/linden/branches/windows-setup/windows-setup-3-merge
2008-10-10svn merge -r99056:99248 ↵Andrew Meadows
svn+ssh://svn.lindenlab.com/svn/linden/branches/andrew/gcc-4-003-for-merge
2008-02-11$ svn merge -c79668 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-3Christian Goetze
merge in the fix for template_verifier which avoids multiple concurrent builds from stomping on each other.
2007-10-04Result of svn merge -r71162:71205 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code.
2007-10-02export source now detects the prefix rather than assigning it based on ↵Aaron Brashears
filename. fixed up some comments to match our coding standard. added ability to set default license on export which will be useful for the next source drop. SL-56607
2007-07-22Added much more error-recovery logic to template-verifier -- e.g. it retries ↵Ryan Williams
a few times to fetch the master from the web. Also I changed the master to live in the system global tempdir, mostly because the build machines had a network problem and I wanted to reduce the chance of that happening. Not reviewed, but I'm checking it in over the weekend so I can silently fix it if there's yet another weird configuration difference that breaks it on the build machines.
2007-07-20Fix parabuild breakage. Why the F is urllib opening an ftp connection to ↵Ryan Williams
localhost? Not reviewed.
2007-07-20SL-49406: template_verifier.py requires network access to build. ↵Ryan Williams
Implemented a 4-hour cache so it hits the network less often overall (saving approx .5 seconds every build), and added fault tolerance for when it fails to fetch the master over the network. It'll whine at you if it can't fetch it, but even if it can't get the master from the network and doesn't have a cached copy at all, it will still at least do a syntax check on the local template.
2007-07-19Replaced usage of urlopen.read(), which isn't guaranteed to return all of ↵Ryan Williams
the downloaded bytes, with urlopen.readlines(), which (I believe) does have that guarantee. This should fix the rash of mysteriously-failing prebuilds. In the process, added some better error messaging about whether the local template has the parse error, or the master on the network. Also some reorganization. Reviewed by Tess and Leyla.
2007-07-16Result of svn merge -r65183:65337 ↵Aaron Brashears
svn+ssh://svn/svn/linden/branches/python-shuffle into release. Also includes untabification of many python files.
2007-07-11svn merge --ignore-ancestry svn+ssh://svn/svn/linden/release@65088 ↵Tess Chu
svn+ssh://svn/svn/linden/branches/release-candidate@65078 -> release Paired by Tess and rdw.