On 6 November 2012 16:55, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
That's already there. Metacello can say: get this package from this list of possible repositories. Problem is that most of configurations are not aware of that.
spec repositories: [ spec repository: 'primary'. spec repository: 'secundary'. spec repository: 'etc...' ]
That's not what I meant. I want the author to say "this piece of software contains these parts, and these are the canonical locations", and the user should be able to completely override those locations.
#repositoryOverrides:
self whateverVersion repositoryOverrides: (self whateverRepo); load
I have actually tried to do these things. repositoryOverrides: is _insufficient_. It doesn't protect you from a transitive dependency's repository not being available. frank
frank
frank
On Tue, Nov 6, 2012 at 3:45 AM, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi,
I strongly recommend all of you to move your projects into one of the alternatives:
http://smalltalkhub.com http://ss3.gemstone.com
the king is dead, long live the king!
Esteban
-- Mariano http://marianopeck.wordpress.com