| commit | d07af5fe5434c5be3cd28e7ddd328230666eb6bf | [log] [tgz] |
|---|---|---|
| author | Martin Kustermann <kustermann@google.com> | Tue Oct 21 09:39:26 2014 +0200 |
| committer | Martin Kustermann <kustermann@google.com> | Tue Oct 21 09:39:26 2014 +0200 |
| tree | 64efc4fcfbda3360be11a6c75ea4e2c97cc05319 | |
| parent | 3242d2e54b50ee1884ecf8e07aa3fa496e02ecdc [diff] |
Fix codereview.settings to use googleapis in VC url R=sgjesse@google.com Review URL: https://codereview.chromium.org//659403004
Repository for building the googleapis packages
Here is the current workflow of generating new APIs
Maybe update ‘pubspec.yaml’ with new commit hash of the generator.
$ vim pubspec.yaml
Run ‘pub upgrade’ in this directory:
$ rm -rf .pub $ pub upgrade
Download & Generate APIs using the config.yaml configuration:
$ pub run discovery_api_client_generator:generate run_config
Diff with previous apis and determine wheter to do minor or major version update
Update config.yaml with new version and generate again
Run tests
Commit downloaded discovery documents and generated packages
Upload packages to pub