On Apr 30, 2013, at 3:27 PM, Igor Stasenko wrote:


On 30 April 2013 15:17, Sean P. DeNigris <sean@clipperadams.com> wrote:
EstebanLM wrote
> we cannot make a process to discover the hidden configurations all over
> the web, to then validate them and copy to the appropriate repo.

Why not?! ;-P It wouldn't be the most outrageous and amazing thing we've
ever done...

 
Do you mean something like:

locator := ConfigurationLocator of: 'HiddenProject' .
locator minimumVersion: '1.0'.
locator loadStable.

? :)

Haha, makes you wonder how long it'll be before someone writes one of these http://queue.acm.org/detail.cfm?id=2349257 on the process of writing configurations /loading code into the image :D

Cheers,
Henry