krfkeith / metacello

Automatically exported from code.google.com/p/metacello
0 stars 0 forks source link

Replace Squeaksource with Chilean mirror when its down #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This changeset tests whether squeaksource is up and if not routes all 
squeaksource requests to the mirror in Chile.

It does not permenantly change the configurations.

It does add an inst var (ssDown) to the MetacelloRepositoriesSpec class which 
contains a boolean that indicates whether squeaksource is down (true) or not.

Original issue reported on code.google.com by pdebr...@gmail.com on 5 Nov 2012 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
here is a version that doesn't explictly depend on Zinc and instead uses 
HTTPSocket so may be cross dialect compatible

Original comment by pdebr...@gmail.com on 6 Nov 2012 at 12:11

Attachments: