I need to proofread before sending. After making the two changes to MetacelloRepositoriesSpec you can just load the Configurations in the normal way e.g. ConfigurationOfSeaside30 load. It takes longer because it checks squeaksource first, and waits on a timeout. If you know you don't want to access squeaksource at all change the #add: method to: MetacelloRepositoriesSpec>>add: aStringOrSpec (aStringOrSpec isString and: [ '*squeaksource*' match: aStringOrSpec ]) ifTrue: [ (aStringOrSpec copy replaceFrom: 8 to: 27 with: 'dsal.cl/squeaksource/' startingAt: 1) addToMetacelloRepositories: self ] ifFalse: [ aStringOrSpec addToMetacelloRepositories: self ]. Which should remove all the references to squeaksource for the configuration and its dependencies which should make loading things go faster as its not waiting on a timeout. . -- View this message in context: http://forum.world.st/Squeaksource-down-are-people-using-something-else-tp46... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.