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

Started deleting .DS_Store files so licenses can run on mac os x. #16998

Merged
merged 2 commits into from Mar 7, 2020

Conversation

gaaclarke
Copy link
Member

No description provided.

@auto-assign auto-assign bot requested a review from cbracken March 6, 2020 23:28
@gaaclarke gaaclarke requested a review from dnfield March 6, 2020 23:28
Copy link
Contributor

@dnfield dnfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

As an alternative, is there some way to just tell macOS to not create these files in this tree?

@gaaclarke
Copy link
Member Author

LGTM.

As an alternative, is there some way to just tell macOS to not create these files in this tree?

I don't think so. I looked into changing the script to ignore them but it seemed contrary to the script to ignore files for processing since it wants to check everything for license problems.

@@ -10,7 +10,7 @@ exitStatus=0
dart --version

# These files trip up the script on Mac OS X.
find . -name ".DS_Store" | xargs rm
find . -name ".DS_Store" -exec rm {} \;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uber-nit: you can just do -delete.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right on, i would change it but end of day and ci takes forever

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you need quotes to deal with paths with spaces here?

@gaaclarke gaaclarke merged commit 03ddc1d into flutter:master Mar 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 7, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 7, 2020
cbracken pushed a commit to flutter/flutter that referenced this pull request Mar 7, 2020
* 7c612de Roll fuchsia/sdk/core/linux-amd64 from cXgMr... to cTw2C... (flutter/engine#16970)

* 6cfa7fc fix shadows and mask filter blurs (flutter/engine#16963)

* bfebadf Roll src/third_party/skia 012f8497802e..93a2a6b8badb (4 commits) (flutter/engine#16974)

* 47963a5 Roll src/third_party/skia 93a2a6b8badb..74055566bd14 (2 commits) (flutter/engine#16981)

* 98f9941 [fuchsia] fix broken flows when under high load (flutter/engine#16834)

* fe051e0 Fix issue viewdidload call while init FlutterViewController (flutter/engine#16672)

* 0ad54c2 [web] Fixes IE11 crash due to missing canvas ellipse support and font polyfill failure (flutter/engine#16965)

* f6435de Roll fuchsia/sdk/core/mac-amd64 from J6ct_... to 95geB... (flutter/engine#16982)

* 43971ca Roll src/third_party/skia 74055566bd14..54de2fa48d85 (3 commits) (flutter/engine#16983)

* 45e61a6 Roll fuchsia/sdk/core/linux-amd64 from cTw2C... to K1wwe... (flutter/engine#16984)

* 1ab5c36 Roll src/third_party/skia 54de2fa48d85..beaaf4700f50 (3 commits) (flutter/engine#16987)

* e2c0454 remove 10s timeouts from tests (flutter/engine#16988)

* dfc9c12 Roll src/third_party/skia beaaf4700f50..6e58290ba639 (9 commits) (flutter/engine#16990)

* eddda80 fushia licenses fix (flutter/engine#16992)

* c15f239 documented fluttertexture.h (flutter/engine#16950)

* e1ba7a1 Roll src/third_party/skia 6e58290ba639..24a8e9e170f7 (5 commits) (flutter/engine#16996)

* fc5963d [web] Engine integration test (flutter/engine#16930)

* d323bac doxygen tooling updates and doxygen for FlutterCodecs.h (flutter/engine#16947)

* 03ddc1d Started deleting .DS_Store files so licenses can run on mac os x. (flutter/engine#16998)

* 30a8292 Roll src/third_party/skia 24a8e9e170f7..cf573d844da6 (4 commits) (flutter/engine#17004)

* d031963 Roll fuchsia/sdk/core/mac-amd64 from 95geB... to hW33F... (flutter/engine#17006)

* 41b371d Roll fuchsia/sdk/core/linux-amd64 from K1wwe... to FGMpI... (flutter/engine#17007)

* 619acd5 Revert "fix shadows and mask filter blurs (#16963)" (flutter/engine#17008)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants