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

Unified Diff: appengine/swarming/server/bot_archive.py

Issue 2024313003: Send authorization headers when calling Swarming backend. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: rebase Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/server/bot_archive.py
diff --git a/appengine/swarming/server/bot_archive.py b/appengine/swarming/server/bot_archive.py
index 5fabf772864d391057c04889a03fd0341c9f806b..fd919dd8eaf1d16fff35c034a0dbd8aa4f9d3370 100644
--- a/appengine/swarming/server/bot_archive.py
+++ b/appengine/swarming/server/bot_archive.py
@@ -39,6 +39,8 @@ FILES = (
'bot_code/__init__.py',
'bot_code/bot_main.py',
'bot_code/common.py',
+ 'bot_code/file_refresher.py',
+ 'bot_code/remote_client.py',
'bot_code/singleton.py',
'bot_code/task_runner.py',
'client/auth.py',
« no previous file with comments | « no previous file | appengine/swarming/swarming_bot/api/bot.py » ('j') | appengine/swarming/swarming_bot/bot_code/file_refresher.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698