Hi there, I've seen some people using a shared package cache to avoid downloading package that were already used. Is this a preference somewhere or do you set manually: MCCacheRepository default: (aFileDirectory somewhere) ? Cheers, Francois
fstephany wrote
MCCacheRepository default: (aFileDirectory somewhere)
That's right. We never got around to adding the setting, although it would be easy enough. Maybe best to put it in a global Pharo startup script? See http://forum.world.st/Having-a-shared-package-cache-Re-MCDirectoryRepository... for the original discussion -- View this message in context: http://forum.world.st/Global-package-cache-tp4630746p4630749.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Works like a charm, thanks Sean ! On 17/05/12 18:40, Sean P. DeNigris wrote:
fstephany wrote
MCCacheRepository default: (aFileDirectory somewhere)
That's right. We never got around to adding the setting, although it would be easy enough. Maybe best to put it in a global Pharo startup script?
See http://forum.world.st/Having-a-shared-package-cache-Re-MCDirectoryRepository... for the original discussion
-- View this message in context: http://forum.world.st/Global-package-cache-tp4630746p4630749.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On Fri, May 18, 2012 at 3:40 AM, Sean P. DeNigris <sean@clipperadams.com>wrote:
fstephany wrote
MCCacheRepository default: (aFileDirectory somewhere)
That's right. We never got around to adding the setting, although it would be easy enough. Maybe best to put it in a global Pharo startup script?
Yes, I always put that in my startup preferences: http://marianopeck.wordpress.com/2012/05/12/startuploader-running-startup-sc...
See
http://forum.world.st/Having-a-shared-package-cache-Re-MCDirectoryRepository... for the original discussion
-- View this message in context: http://forum.world.st/Global-package-cache-tp4630746p4630749.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Mariano http://marianopeck.wordpress.com
participants (3)
-
Francois Stephany -
Mariano Martinez Peck -
Sean P. DeNigris