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

Unified Diff: scripts/slave/cipd.py

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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
« no previous file with comments | « no previous file | scripts/slave/cipd_bootstrap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/cipd.py
diff --git a/scripts/slave/cipd.py b/scripts/slave/cipd.py
index 114392c4faa36d9719a8b068d4f3c7dbec506ad5..a36bc403ef0734629b17fc4ea0fb40c11ffe192e 100755
--- a/scripts/slave/cipd.py
+++ b/scripts/slave/cipd.py
@@ -35,9 +35,8 @@ CipdBinary = collections.namedtuple('CipdBinary', ('package', 'relpath'))
def bootstrap(path):
- bootstrap_path = os.path.join(common.env.Build, 'scripts', 'slave',
- 'recipe_modules', 'cipd', 'resources',
- 'bootstrap.py')
+ bootstrap_path = os.path.join(
+ common.env.Build, 'scripts', 'slave', 'cipd_bootstrap.py')
plat, bits = slave.infra_platform.get()
plat = '%s-%s' % (
« no previous file with comments | « no previous file | scripts/slave/cipd_bootstrap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698