Chromium Code Reviews| 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. |