<div dir="ltr">On Wed, Jul 31, 2013 at 12:26 AM, Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com" target="_blank">frank.shearar@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 31 July 2013 03:18, Chris Muller &lt;<a href="mailto:asqueaker@gmail.com">asqueaker@gmail.com</a>&gt; wrote:<br>

&gt; Frank, this is so great.  Everyone wants a smaller image for server<br>
&gt; processing but keeping &quot;rich&quot; images for clients and development.  I<br>
&gt; love the methodical way you&#39;ve come about to producing both, leaning<br>
&gt; on the systems own tests to ensure quality is maintained every step of<br>
&gt; the way.  Kudos!<br>
Yes!</div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
</div>Thank you kindly, Chris! I&#39;m working very hard at keeping the<br>
stripping-down as painless as possible for consumers, because<br>
historically this has been the biggest stumbling blocks to minimalism.<br>
<div class="im"><br>
&gt;&gt; ... snip ...<br>
&gt;&gt; Sure! Questions are always welcome!<br>
&gt;<br>
&gt; Chris Cunningham posed an excellent question -- does anyone know<br>
&gt; whether we could take a SqueakTrunk (core) image, load selective<br>
&gt; packages into it but still keep up-to-date with trunk?<br>
<br></div></blockquote><div>Just for the record, I LIKE the way Frank has it working.  I like the idea that when someone is changing some core part of the system, it is able to immediately give feedback that it might impact an unloadable part, and give you a chance to fix it right then and there.  I do see the point of getting a more stripped down version and just updating it as well, it&#39;s just not what I&#39;d want by default.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
</div>Yes. Unless you say say `MCMcmUpdater updateMissingPackages: true`,<br>
you _won&#39;t_ receive updates for stripped packages (see the (*) below),<br>
but you _will_ receive updates for all the packages you have in your<br>
image.<br></blockquote><div>If this is set and you rename a package (say, rename ST-80 to be MVC), will this keep the new MVC from updating as well?  I would assume so.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
&gt; &gt;From what we&#39;ve learned from Levente about the update-#; it&#39;s the sum<br>
&gt; total of all version numbers across all loaded packages and the trunk<br>
&gt; update uses that number to determine what updates are needed to move<br>
&gt; the image forward.<br>
<br>
</div>The system version - the update number - is calculated in Utilities<br>
class &gt;&gt; #setSystemVersionFromConfig: (+). Given the MC configuration<br>
parameter, it sums the version numbers in that configuration to yield<br>
the update number.<br>
<br>
I might be completely wrong, but _as I understand it_ this means that<br>
the Squeak4.5.image in the squeak-ci repo (in other words, the<br>
semi-hand-rolled &quot;minimal&quot; base from which we work) will<br>
_under-report_ its update number. It doesn&#39;t have, say, the Nebraska<br>
package. Let&#39;s say Nebraska&#39;s currently at version 10, and the update<br>
number&#39;s 100. If someone pushes a new Nebraska package with version 11<br>
to trunk (*), the configuration remains unchanged. The minimal image<br>
says &quot;don&#39;t update stripped packages&quot; so won&#39;t update Nebraska, and<br>
its update number stays at 100. Someone running a &quot;full fat&quot; image<br>
updates, and pulls in Nebraska 11. Her image is now at update number<br>
101.<br>
<br>
frank<br>
<br>
(+) I&#39;ve submitted a pair of commits to the Inbox to move this stuff<br>
to MCMcmUpdater. Critiques welcome, even if they&#39;re just &quot;+1&quot;.<br>
(*) They really shouldn&#39;t. In Frank&#39;s Happy Land the versions of<br>
Nebraska already present in the trunk update stream stay there, but<br>
new versions go to the Nebraska repository, and you treat Nebraska<br>
like any 3rd party application: it should have its own SM entry,<br>
ConfigurationOf/Installer script, and so on.<br></blockquote><div>Crazy thought - would it be possible to distribute Trunk out to other repositories as well?  We have the core trunk repository, + a repository for unloadable parts (such as Nebraska) in it&#39;s own repository, but it would still fall under the Trunk umbrella (that is, and update from Trunk would also include updates in that repository as well - if the package is currently loaded)?</div>
<div>Or is that too big a nest of worms?</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
&gt; With packages unloaded the trunk update process would seem to break<br>
&gt; down for that image, is that right?<br>
&gt;<br>
&gt; If we can&#39;t update a core/custom images, it creates a trade-off<br>
&gt; situation right off the bat.  A smaller image, yes, but one that can<br>
&gt; only be manually patched.  Is there any way to maintain the best of<br>
&gt; both worlds?<br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div></div>