madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Make utils.get_app_revision_url(...) customizable #191

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it hardcodes https://code.google.com/p/swarming/source/detail?r=%s.

It should use whatever VIEW_VC is specified in codereview.settings of the repo 
that hosts application code.

For example, 'gae.py upload' may extract this info and put into special *.py 
file uploaded to the GAE. It can also put there other information relevant to 
the build (like revisions of all DEPSed subrepositories, etc.).

Original issue reported on code.google.com by vadimsh@chromium.org on 12 Dec 2014 at 11:02