Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

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

Merged
merged 3 commits into from Jul 6, 2021

Commits on Jul 1, 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 Jul 1, 2021
    Copy the full SHA
    a037f43 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 Jul 1, 2021
    Copy the full SHA
    64a706a 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 Jul 1, 2021
    Copy the full SHA
    366ae01 View commit details
    Browse the repository at this point in the history