Commit Graph

4 Commits

Author SHA1 Message Date
Ben Konyi
e690f43a65
Various changes and bug fixes: (#259)
- Fixed syntax error
- Fixed global variables for repository paths not being overridden
correctly
- If the roll terminates while a PR is outstanding, the PR is now closed
- Pass --full-dart-sdk to gn.py to ensure that the web tooling is built
as well
- Update commit hashes to include dart-lang/sdk@ prefix in the roll
commit to link directly to GitHub commits.
- Removed --coverage for flutter test runs as it appears to sometimes
cause certain smoke tests to never complete.
2019-06-05 12:53:05 -07:00
Ben Konyi
5ae8c39c49
Updated Dart autoroller scripts to: (#234)
- Respect TERM=dumb (don't print colors)
- Kill child processes properly if the roller is stopped
- Unbuffer output for better logging
- Allow for skipping the creation of a pull request
- Other mysterious features and bug fixes!
2019-04-22 15:37:11 -07:00
Ben Konyi
cc2b7b0b67
Updated autoroller script to fix failures and license script edge cases (#215) 2019-02-06 15:28:27 -08:00
Ben Konyi
cd240db213
Initial commit of the Dart SDK autoroller for Flutter. (#206)
* Initial commit of the Dart SDK autoroller for Flutter.

The autoroller complements the existing functionality of dart_roll_helper.py by
automating the SDK revision selection process, git, and GitHub steps of the roll
process.

* Fixed bugs; Added get_dart_roll_revisions.py tool

* Fixed bugs, updated commit / PR description messages, don't copy Skia
licenses as part of roll.

* Update copyright date
2019-01-16 12:50:55 -08:00