<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 19.09.2011, at 14:13, Eliot Miranda wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi All,<div><br></div><div>&nbsp; &nbsp; what would be the MonticelloConfigurations code to update a single package or a pair of packages? &nbsp;i.e. how to selectively achieve the results of update squeak for a specific subset of packages? &nbsp;I know in general this is an ill-formed request. &nbsp;Updating in general may require all the packages in the system. &nbsp;But some packages (in my case Compiler and Kernel) have pretty limited dependencies and I know that they can be updated independently of the rest of the packages in the Newspeak image we're using (this image derived from Squeak 4.2 trunk with a slew of additions). &nbsp;I want to update just Compiler and Kernel in our Newspeak image and I want in this case to avoid the long route, which is to apply our Newspeak bootstrap to trunk.<br clear="all">
</div></blockquote><br></div><div>Like this?</div><div><span class="Apple-style-span" style="font-family: Times; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">(MCConfiguration fromArray: #(
repository ('http://source.squeak.org/etoys')
dependency ('Kernel' 'Kernel-bf.5' '57df54f3-6c03-425a-9b9b-2b6878027948')
dependency ('Compiler' 'Compiler-Richo.4' 'ad749a67-8101-7245-b150-7fb8b9b43218')
)
) upgrade.</pre></span></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Lucida Grande; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="font-family: Helvetica; "><span class="Apple-style-span" style="font-family: Helvetica; ">- Bert -</span></div><br class="Apple-interchange-newline"></span>
</div>
<br></body></html>