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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update dependencies.sh to not break on mac #1830

Merged
merged 3 commits into from Jun 24, 2021
Merged

Commits on Jun 22, 2021

  1. fix: Update dependencies.sh to not break on mac

    Source-Author: dpcollins-google <40498610+dpcollins-google@users.noreply.github.com>
    Source-Date: Tue Jun 15 14:06:42 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 8f76a885deaaf2fe234daeba4a8cc4d1b3de8086
    Source-Link: googleapis/synthtool@8f76a88
    yoshi-automation committed Jun 22, 2021
    Copy the full SHA
    527daed View commit details
    Browse the repository at this point in the history
  2. chore: minimize noise from build scripts

    This should limit the amount of scrolling client devs have to do when debugging a test failure
    
    Co-authored-by: Elliotte Rusty Harold <elharo@users.noreply.github.com>
    Co-authored-by: Neenu Shaji <Neenu1995@users.noreply.github.com>
    
    Source-Author: Igor Bernstein <igorbernstein@google.com>
    Source-Date: Fri Jun 18 17:28:07 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 1c0c698705e668ccb3d68556ae7260f16ce63a6e
    Source-Link: googleapis/synthtool@1c0c698
    yoshi-automation committed Jun 22, 2021
    Copy the full SHA
    8dc24c0 View commit details
    Browse the repository at this point in the history
  3. fix: Add shopt -s nullglob to dependencies script

    This prevents processing the unexpanded glob "**/.flattened-pom.xml" in repos which do not flatten any POMs.
    
    Source-Author: dpcollins-google <40498610+dpcollins-google@users.noreply.github.com>
    Source-Date: Sat Jun 19 18:35:58 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 87254ac89a9559864c0a245d6b150406439ce3d8
    Source-Link: googleapis/synthtool@87254ac
    yoshi-automation committed Jun 22, 2021
    Copy the full SHA
    dc003d2 View commit details
    Browse the repository at this point in the history