Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Side by Side Diff: autoroll/README.md

Issue 1411553004: Add autoroll server (Closed) Base URL: https://skia.googlesource.com/buildbot@arb_status
Patch Set: Add error-toast-sk to app-sk Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « autoroll/Makefile ('k') | autoroll/bower.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 BugChomper 1 AutoRoll
2 =========== 2 ========
3 3
4 BugChomper is a tool for quickly prioritizing bugs. 4 AutoRoll is a program which creates and manages DEPS rolls of Skia into Chrome.
5 5
6 ### BugChomper ### 6
7 ### AutoRoll ###
7 It needs the following project level metadata set: 8 It needs the following project level metadata set:
8 9
9 metadata.COOKIESALT 10 metadata.COOKIESALT
10 metadata.CLIENT_ID 11 metadata.CLIENT_ID
11 metadata.CLIENT_SECRET 12 metadata.CLIENT_SECRET
12 13
13 The client_id and client_secret come from here: 14 The client_id and client_secret come from here:
14 15
15 https://console.developers.google.com/project/31977622648/apiui/credential 16 https://console.developers.google.com/project/31977622648/apiui/credential
16 17
17 Look for the Client ID that has a Redirect URI for mon.skia.org. 18 Look for the Client ID that has a Redirect URI for mon.skia.org.
18 19
19 For 'cookiesalt' search for 'skiamonitor' in valentine. 20 For 'cookiesalt' search for 'skiamonitor' in valentine.
OLDNEW
« no previous file with comments | « autoroll/Makefile ('k') | autoroll/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698