You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/12/01 06:15:28 UTC

svn commit: r1208954 - /gump/trunk/python/gump/actor/mvnrepoproxy/proxycontrol.py

Author: bodewig
Date: Thu Dec  1 05:15:27 2011
New Revision: 1208954

URL: http://svn.apache.org/viewvc?rev=1208954&view=rev
Log:
Add oss.sonatype snapshot repo to the things we mirror

Modified:
    gump/trunk/python/gump/actor/mvnrepoproxy/proxycontrol.py

Modified: gump/trunk/python/gump/actor/mvnrepoproxy/proxycontrol.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/actor/mvnrepoproxy/proxycontrol.py?rev=1208954&r1=1208953&r2=1208954&view=diff
==============================================================================
--- gump/trunk/python/gump/actor/mvnrepoproxy/proxycontrol.py (original)
+++ gump/trunk/python/gump/actor/mvnrepoproxy/proxycontrol.py Thu Dec  1 05:15:27 2011
@@ -40,6 +40,8 @@ PROXY_CONFIG = [
      'http\://people.apache.org'),
     ('maven2-repository.dev.java.net', '/maven/2', 'http\://download.java.net'),
     ('m2.dev.java.net', '/maven/2', 'http\://download.java.net')
+    ('oss.sonatype.org.snapshots', '/content/repositories/snapshots',
+     'https\://oss.sonatype.org')
     ]
 
 class MvnRepositoryProxyController(AbstractRunActor):