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

Unified Diff: infra/tools/bot_setup/start/chrome.py

Issue 2099333002: Ensure ccompute buildbot checkouts remain managed (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/bot_setup/start/chrome.py
diff --git a/infra/tools/bot_setup/start/chrome.py b/infra/tools/bot_setup/start/chrome.py
index 4977b18c9dd54d0ed16672a800ec08638b03f7a1..dfd41cf5933045f7efacd3c8b4d75fb3e1d374d9 100644
--- a/infra/tools/bot_setup/start/chrome.py
+++ b/infra/tools/bot_setup/start/chrome.py
@@ -28,9 +28,11 @@ INTERNAL_DEPS_URL = (
'https://chrome-internal.googlesource.com/chrome/tools/build/internal.DEPS')
GCLIENT_FILE = """
solutions = [
- { "name" : "%s.DEPS",
+ {
+ "name" : "%s.DEPS",
"url" : "%s",
"deps_file" : ".DEPS.git",
+ "managed" : True,
},
]
"""
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698