1. 22 Nov, 2022 2 commits
    • Add `set -eu` to all shell scripts · f8344197
      These flags ensure that any errors cause the script to exit (instead of
      just carrying on) (`-e`) and that any unrecognised substitution variables
      cause an error instead of silently resolving to an empty string (`-u`).
      
      Issues like Issue: google/ExoPlayer#10791 should be more quickly resolved with
      `set -e` because the script will clearly fail with an error like
      `make: command not found` which would give the user a clear pointer
      towards the cause of the problem.
      
      #minor-release
      
      PiperOrigin-RevId: 490001419
      ibaker committed
    • Refactor progress logic to be thread safe · b75b4213
      PiperOrigin-RevId: 489984147
      kimvde committed
  2. 21 Nov, 2022 18 commits
  3. 16 Nov, 2022 9 commits
  4. 14 Nov, 2022 11 commits