Skip to content
Snippets Groups Projects
This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
  1. Feb 02, 2022
  2. Dec 10, 2021
    • Bennett Goble's avatar
      SL-15742: Convert build scripts to Python 3 · f729cfc3
      Bennett Goble authored
      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
      f729cfc3
  3. Jan 15, 2021
  4. Mar 29, 2013
  5. Mar 31, 2011
  6. Mar 03, 2011
  7. Feb 09, 2011
  8. Oct 13, 2010
  9. Sep 21, 2010
  10. Aug 13, 2010
  11. Feb 02, 2010
  12. Jan 26, 2010
  13. Jan 22, 2010
  14. Jan 20, 2010
  15. Jan 14, 2010
  16. Feb 25, 2010
  17. Jan 07, 2009
  18. Nov 19, 2008
  19. Oct 10, 2008
  20. Feb 11, 2008
  21. Oct 04, 2007
  22. Oct 02, 2007
  23. Jul 22, 2007
    • Ryan Williams's avatar
      Added much more error-recovery logic to template-verifier -- e.g. it retries a... · 77691914
      Ryan Williams authored
      Added much more error-recovery logic to template-verifier -- e.g. it retries 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.
      77691914
  24. Jul 20, 2007
  25. Jul 18, 2007
    • Ryan Williams's avatar
      Replaced usage of urlopen.read(), which isn't guaranteed to return all of the... · 168794a0
      Ryan Williams authored
      Replaced usage of urlopen.read(), which isn't guaranteed to return all of 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.
      168794a0
  26. Jul 16, 2007
  27. Jul 11, 2007
Loading