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. Sep 12, 2023
  2. Sep 11, 2023
  3. Sep 09, 2023
  4. Sep 08, 2023
  5. Sep 07, 2023
  6. Sep 06, 2023
  7. Sep 02, 2023
    • Nat Goodspeed's avatar
      SL-19243: Skip older Mac symbol upload · 5bf2317b
      Nat Goodspeed authored
      because it moves the xcarchive.zip file away from where we later want to post
      it to GitHub.
      5bf2317b
    • Nat Goodspeed's avatar
      SL-19242: Fix duplicated 'Second Life Mumble.app' path component · 2eda2eb2
      Nat Goodspeed authored
      in the path passed as the macOS viewer_exe GitHub output.
      2eda2eb2
    • Nat Goodspeed's avatar
      SL-19243: Post xcarchive.zip instead of separate symbols tarball. · 3eea556c
      Nat Goodspeed authored
      On Mac, in the CMake USE_BUGSPLAT logic, we created both xcarchive.zip (which
      is what BugSplat wants to see) and secondlife-symbols-darwin -64.tar.bz2 (which
      we don't think is used for anything). The tarball was posted to codeticket --
      but why? If the point is to manually re-upload to BugSplat in case of failure,
      we'll do better saving xcarchive.zip to codeticket.
      
      For SL-19243, posting xcarchive.zip directly supports the goal of breaking out
      the upload to BugSplat as a separate step.
      
      Anyway, since xcarchive.zip is a superset of the tarball, the tarball can be
      recreated from the zip file, whereas the zip file can't be recreated from the
      tarball without opening the .dmg installer and extracting the viewer executable.
      
      If the xcarchive.zip file exists (that is, on Mac), post that to codeticket or
      GitHub, as applicable, instead of the tarball. In fact, in the USE_BUGSPLAT
      case, don't even bother creating the tarball since we're going to ignore it.
      
      Make the new build.sh logic that insists on BUGSPLAT_USER and BUGSPLAT_PASS
      conditional on BUGSPLAT_DB.
      3eea556c
    • Nat Goodspeed's avatar
  8. Sep 01, 2023
Loading