[Cuis] Applying updates

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Cuis] Applying updates

keith1y
Juan,

I am a little curious as to how you apply your updates. The code in  
method

Utilities>>#applyUpdatesFromDiskToUpdateNumber: lastUpdateNumber  
stopIfGap: stopIfGapFlag

contains the line
...
ifFalse: [fileNames _ updateDirectory fileNamesMatching:  
currentUpdateNumber printString , '*'.
...

which in my book would not match any of your updates numbered with $0  
padding.

Am I missing somehting obvious?

Keith

Reply | Threaded
Open this post in threaded view
|

Re: [Cuis] Applying updates

Juan Vuletich-4
keith wrote:

> Juan,
>
> I am a little curious as to how you apply your updates. The code in
> method
>
> Utilities>>#applyUpdatesFromDiskToUpdateNumber: lastUpdateNumber
> stopIfGap: stopIfGapFlag
>
> contains the line
> ...
> ifFalse: [fileNames _ updateDirectory fileNamesMatching:
> currentUpdateNumber printString , '*'.
> ...
>
> which in my book would not match any of your updates numbered with $0
> padding.
>
> Am I missing somehting obvious?
>
> Keith

I just use the file list to install or file in each one by hand.

Cheers,
Juan Vuletich