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

Unified Diff: site_config/config_default.py

Issue 23364005: Change the sourceforge url for site_config defaults (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_config/config_default.py
diff --git a/site_config/config_default.py b/site_config/config_default.py
index 2a2d4dc7b9d5e2cdb89e85925b8eefbb6b8483e3..bf80fda584ce7698fc21e90112f56ce195a19c19 100644
--- a/site_config/config_default.py
+++ b/site_config/config_default.py
@@ -26,7 +26,7 @@ class Master(object):
# External repos.
googlecode_url = 'http://%s.googlecode.com/svn'
- sourceforge_url = 'https://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s'
+ sourceforge_url = 'https://svn.code.sf.net/p/%(repo)s/code'
Ronghua Wu (Left Chromium) 2013/08/21 15:35:20 DEPS file is still using http, I guess this is ok?
Ryan Tseng 2013/08/21 15:38:16 svn ls works okay for me. As long as we don't hav
googlecode_revlinktmpl = 'https://code.google.com/p/%s/source/browse?r=%s'
# Directly fetches from anonymous Blink svn server.
« 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