diff options
author | Bennett Goble <signal@lindenlab.com> | 2021-06-05 22:02:54 -0700 |
---|---|---|
committer | Signal Linden <signal@lindenlab.com> | 2021-12-10 14:42:49 -0800 |
commit | f729cfc33f258781c5fd85a3d8773bf6149d12db (patch) | |
tree | b4d9e9657f64b1ba46d8522f5c2196acefa3ae77 /autobuild.xml | |
parent | cbaba2df56c66926e051d50b6cb02955c81c2a6c (diff) |
SL-15742: Convert build scripts to Python 3
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
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/autobuild.xml b/autobuild.xml index 5424e0629a..7beed38ffe 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2127,9 +2127,9 @@ <key>archive</key> <map> <key>hash</key> - <string>14fac452271ebfba37ba5ddcf5bffa54</string> + <string>da57838d80cf332f4a3026713a13f086</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/54842/510078/llphysicsextensions_source-1.0.538972-darwin64-538972.tar.bz2</string> + <string>https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/90708/824484/llphysicsextensions_source-1.0.565754-darwin64-565754.tar.bz2</string> </map> <key>name</key> <string>darwin64</string> @@ -2151,16 +2151,16 @@ <key>archive</key> <map> <key>hash</key> - <string>f3c066c1aebed8a6519a3e5ce64b9a3c</string> + <string>28ad884012aa0bb70cf4101853af2f9a</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/54982/511796/llphysicsextensions_source-1.0.538972-windows-538972.tar.bz2</string> + <string>https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/90733/824570/llphysicsextensions_source-1.0.565768-windows-565768.tar.bz2</string> </map> <key>name</key> <string>windows</string> </map> </map> <key>version</key> - <string>1.0.538972</string> + <string>1.0.565768</string> </map> <key>llphysicsextensions_stub</key> <map> |