Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Code to 1.81.1 #6385

Closed
wants to merge 4 commits into from
Closed

Update Code to 1.81.1 #6385

wants to merge 4 commits into from

Commits on Aug 11, 2023

  1. Update Code to 1.81.1

    benz0li committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fa6d4c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    1451ecd View commit details
    Browse the repository at this point in the history
  2. Add more missing libkrb5-dev installs

    I think the test failures are actually because Node modules are not
    being installed so the page never loads, and for some reason npm install
    is not exiting with non-zero when that happens.
    code-asher committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    187543b View commit details
    Browse the repository at this point in the history
  3. Make sure we exit if postinstall fails

    pipefail would be ideal here but not sure how wide the support is yet.
    code-asher committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    99837dd View commit details
    Browse the repository at this point in the history