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

Unified Diff: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py

Issue 2351943004: Switch NaCl SDK release builders from svn to git (Closed)
Patch Set: update expectations Created 4 years, 3 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/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_multirel.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
diff --git a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py b/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
index a9d98faa787d56ace250eb354acad0d176dfce1e..ebe31378a0ebf9b18bed570dcb488b19fea63837 100644
--- a/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
+++ b/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.py
@@ -93,8 +93,8 @@ def sdk_multirel_steps(api):
src_cfg = api.gclient.make_config()
soln = src_cfg.solutions.add()
soln.name = "chrome-official"
- soln.url = "svn://svn.chromium.org/chrome-internal/trunk/tools/buildspec/"+\
- "build/chrome-official"
+ soln.url = "https://chrome-internal.googlesource.com/chrome/tools/"+\
+ "buildspec.git"
soln.custom_deps = {'src-pdf': None, 'src/pdf': None}
src_cfg.got_revision_mapping.update(
{'src': 'got_revision',
« no previous file with comments | « no previous file | scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_multirel.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698