commit/galaxy-central: natefoo: Point rsync at a cname rather than scofield.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/8df0e0194981/ Changeset: 8df0e0194981 User: natefoo Date: 2014-01-22 17:28:49 Summary: Point rsync at a cname rather than scofield. Affected #: 2 files diff -r 450594312d802a518964c7955528ea759001b2ad -r 8df0e01949818bb3a32a888f87fe261c8c30e877 lib/galaxy/config.py --- a/lib/galaxy/config.py +++ b/lib/galaxy/config.py @@ -58,7 +58,7 @@ self.openid_consumer_cache_path = resolve_path( kwargs.get( "openid_consumer_cache_path", "database/openid_consumer_cache" ), self.root ) self.cookie_path = kwargs.get( "cookie_path", "/" ) self.genome_data_path = kwargs.get( "genome_data_path", "tool-data/genome" ) - self.rsync_url = kwargs.get( "rsync_url", "rsync://scofield.bx.psu.edu/indexes" ) + self.rsync_url = kwargs.get( "rsync_url", "rsync://datacache.galaxyproject.org/indexes" ) # Galaxy OpenID settings self.enable_openid = string_as_bool( kwargs.get( 'enable_openid', False ) ) self.openid_config = kwargs.get( 'openid_config_file', 'openid_conf.xml' ) diff -r 450594312d802a518964c7955528ea759001b2ad -r 8df0e01949818bb3a32a888f87fe261c8c30e877 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -124,7 +124,7 @@ #genome_data_path = tool-data/genome # URL for rsync server to download pre-built indexes. -#rsync_url = rsync://scofield.bx.psu.edu/indexes +#rsync_url = rsync://datacache.galaxyproject.org/indexes # Dataset files are stored in this directory. #file_path = database/files Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org