mono_repo.dart
mono_repo.dart copied to clipboard
Support a default mono_pkg.yml for subpackages
Most of the packages in https://github.com/dart-lang/build want the exact same travis config (actually, all of them I think), but today they all need their own .travis.yml file.
It would be nice if I could provide like a default.travis.yml in the root, and it would apply that to any package which didn't have one.
So, @jakemac53, is this done, sorta?
not really, I changed the title though now that we are using .mono_repo.yml files
@jakemac53 what about a root .mono_repo which would have files you could sync over? Could maybe even use some of the package info or something from dependent pubspecs?
Maybe mono_pkg.shared.yml?
...or a key within mono_repo.yml?