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

Side by Side Diff: scripts/slave/recipe_modules/bot_update/__init__.py

Issue 1382203002: bot_update (+recipe_module): treat patch download as infra failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: comment 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 | Annotate | Revision Log
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'gclient', 2 'gclient',
3 'json', 3 'json',
4 'path', 4 'path',
5 'platform', 5 'platform',
6 'properties', 6 'properties',
7 'python', 7 'python',
8 'raw_io',
8 'rietveld', 9 'rietveld',
9 'step', 10 'step',
10 'tryserver', 11 'tryserver',
11 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698