[Pkg] Monticello Public: Monticello.impl-kph.601.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Dec 7 03:12:09 UTC 2008


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-kph.601.mcz

==================== Summary ====================

Name: Monticello.impl-kph.601
Author: kph
Time: 7 December 2008, 3:11:52 am
UUID: ad23c7f9-5ab5-4bf5-bad0-b1267419804d
Ancestors: Monticello.impl-kph.600

+ add package-cache/files to #freeSomeSpace and #flushCachedVersions
+ move the temp dir to package-cache proper

=============== Diff against Monticello.impl-kph.600 ===============

Item was changed:
  ----- Method: MCFileDefinition class>>cacheDir (in category 'as yet unclassified') -----
  cacheDir
  
+ 	^ FileDirectory default directoryNamed: 'package-cache'!
- 	^ FileDirectory default directoryNamed: 'packages-cache'!

Item was changed:
  ----- Method: MCFileBasedRepository class>>flushAllCaches (in category 'as yet unclassified') -----
  flushAllCaches
+ 	self allSubInstancesDo: [:ea | ea flushCache].
+ 	MCFileDefinition freeSomeSpace.!
- 	self allSubInstancesDo: [:ea | ea flushCache]!

Item was added:
+ ----- Method: MCFileDefinition class>>freeSomeSpace (in category 'as yet unclassified') -----
+ freeSomeSpace
+ 
+ 	^ (self cacheDir directoryNamed: 'files') recursiveDelete!

Item was removed:
- ----- Method: MCFileDefinition class>>cleanUp (in category 'as yet unclassified') -----
- cleanUp
- 
- 	^ (self cacheDir directoryNamed: 'files') recursiveDelete!



More information about the Packages mailing list