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

Unified Diff: masters/master.client.v8.branches/master.cfg

Issue 138623004: V8 Buildbot: Fix experimental/a64 svn poller. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 6 years, 11 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: masters/master.client.v8.branches/master.cfg
diff --git a/masters/master.client.v8.branches/master.cfg b/masters/master.client.v8.branches/master.cfg
index 0cd563ff37cad0d8a10f10c84c5522b1fab4623e..c35e6558154c7134d657cb62227b6f11636bab66 100644
--- a/masters/master.client.v8.branches/master.cfg
+++ b/masters/master.client.v8.branches/master.cfg
@@ -71,7 +71,7 @@ if SVN_POLLER:
pollinterval=10,
revlinktmpl=v8_rev)
a64_poller = svnpoller.SVNPoller(
- svnurl='%s/experimental/a64' % config.Master.v8_url,
+ svnurl='%s/branches/experimental/a64' % config.Master.v8_url,
svnbin=chromium_utils.SVN_BIN,
split_file=lambda p: ('branches/experimental/a64', p),
pollinterval=10,
« 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