Adds url to gclient json

So that bot_update can use them to figure out which repo correspons to where.

BUG=370503

Review URL: https://codereview.chromium.org/268373003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@268875 0039d316-1c4b-4281-b951-d872f2087c98
changes/01/332501/1
hinoka@chromium.org 12 years ago
parent cee6dc461f
commit 2f2b0593e0

@ -1746,6 +1746,7 @@ def CMDsync(parser, args):
slns[normed] = {
'revision': d.got_revision,
'scm': d.used_scm.name if d.used_scm else None,
'url': d.url if d.url else None,
}
with open(options.output_json, 'wb') as f:
json.dump({'solutions': slns}, f)

Loading…
Cancel
Save