<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is there a way to prevent hitting GitHub for that package?<br></blockquote><div>Unfortunately I don't think so, at least not easily ...  as I mention in the project README[1], the goal is to transition from Monticello-based repositories to Github-based repositories and IIRC (this work was done 6 years ago) it is a bit tricky to update Metacello across this boundary which is what MetacelloPreview does ... this code has held up for 6 years now and I'm reluctant to fiddle with it since it is currently used in a number of different places and testing / replacing all of those places would be very difficult.</div><div><br></div><div>I know you've heard this before, but I have been focusing on Rowan as the long term solution to this problem and for a number of reasons Rowan is not quite ready for general use ... However, we are planning on making an alpha release of Rowan v2.3.0 in 3.6.4, with the inclusion of an extent0.rowan.dbf in $GEMSTONE/bin that has Rowan installed. The core functionality of Rowan is solid and has been in constant use internally for several years. The main drawbacks at this point in time are that:</div><div><ul><li>The top level API in Rowan v2.3.0 is not as clean as it should be ... some required functionality requires non-intuitive machinations and I'm working Rowan v3.0.0 to clean up the top level API.</li><li>The current Rowan IDE is Windows only.</li><li>The current Rowan IDE is lacking support for creating new projects and  packages. In the alpha release we're making superDoit[2] scripts available to fill in the major missing pieces of functionality. The IDE for Rowan v3.0.0 (which we are also working on) will have full support for Rowan.</li><li>Rowan v2.3.0 and Monticello/Metacello do not play well together in the same image<br></li></ul>We have a few customers who have been using Rowan for their internal development (despite the drawbacks) and with the alpha release we will support upgrading Rowan images so that they can move forward with GemStone bugfixes and eventually update to Rowan V3.0.0 when it is released.<br><br></div><div>The root cause of the Monticello/Metacello update "problem" is that currently GemStone only has a Monticello package reader as the starting point for bootstrapping filetree and Metacello into an image, but with Rowan and superDoit scripts available (superDoit scripts can be used with 3.4.x and later stones) it should be possible to create a superDoit .stone script that would use a combination of Rowan and .gs files to dynamically bootstrap GLASS1 (filetree, Monticello, Metacello, Grease, etc.) from GitHub into a 3.4.x and beyond extent0.dbf.</div><div><br></div><div>To be clear this approach would make it possible to bootstrap GLASS1 from the GitHub repositories into an extent0.dbf and completely bypass the use of extent0.seaside.dbf, GemSource[4], SqueakSurce3[5] and eliminate the need to use gsUpgrader altogether...  </div><div><br></div><div>Rowan has the ability to clone projects from Github (something lacking in Metacello) ... so this script could work in a GsDevKit_home[3] environment (where there is a well known location for github clones) or a "naked" GemStone installation with a user-specified github clone location ...</div><div><br></div><div>This is something that I've been planning as part of the Rowan v3.0.0 release , but there is really no reason not get started on this sooner rather than later ...</div><div><br></div><div>Other than development man hours and priorities ... </div><div><br></div><div>Right now the annoyance caused by "hitting GitHub for that package" may not be worth the effort to tackle the problem "sooner rather than later". </div><div><br></div><div>If there are folks that are annoyed enough to put effort into this project, then I would be certainly willing to provide help and support getting the job done "sooner rather than later", but if left to my own devices this project would not be at the top of my todo list ...</div><div><br></div><div>Questions, comments?</div><div><br></div><div>Dale</div><div><br></div><div>[1] <a href="https://github.com/GsDevKit/gsUpgrader#gsupgrader-">https://github.com/GsDevKit/gsUpgrader#gsupgrader-</a></div><div>[2] <a href="https://github.com/dalehenrich/superDoit/tree/v2.2.0#superdoit">https://github.com/dalehenrich/superDoit/tree/v2.2.0#superdoit</a></div><div>[3] <a href="https://github.com/GsDevKit/GsDevKit_home#open-source-development-kit-for-gemstones-64-bit-">https://github.com/GsDevKit/GsDevKit_home#open-source-development-kit-for-gemstones-64-bit-</a></div><div>[4] <a href="http://seaside.gemtalksystems.com/ss">http://seaside.gemtalksystems.com/ss</a></div><div>[5] <a href="http://ss3.gemtalksystems.com/">http://ss3.gemtalksystems.com/</a></div><div>[6] <a href="https://github.com/GsDevKit/GsDevKit_upgrade#upgrading-glassgsdevkit-applications-to-gemstone-350">https://github.com/GsDevKit/GsDevKit_upgrade#upgrading-glassgsdevkit-applications-to-gemstone-350</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 25, 2022 at 5:56 AM Johan Brichau via Glass <<a href="mailto:glass@lists.gemtalksystems.com">glass@lists.gemtalksystems.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">Perhaps a more general question to this is: it’s easy to load a BaselineOf from a local clone but what about the references in that BaselineOf to other projects? <div>Is the only solution to load and lock those projects *before* by loading from your own clones?</div><div><br></div><div>Johan<br><div><br><blockquote type="cite"><div>On 25 Feb 2022, at 13:48, Johan Brichau <<a href="mailto:johan@yesplan.be" target="_blank">johan@yesplan.be</a>> wrote:</div><br><div><div style="overflow-wrap: break-word;"><div dir="auto" style="overflow-wrap: break-word;"><div dir="auto" style="overflow-wrap: break-word;"><div>Hi,</div><div><br></div><div>I am using gsUpgrader <a href="https://github.com/GsDevKit/gsUpgrader" target="_blank">https://github.com/GsDevKit/gsUpgrader</a> to load GLASS1 both in virgin Gemstone 3.4.5 extents and right before application load for upgrades.</div><div><br></div><div>I want to change the loading to using local cloned repositories for the upgrades, which I got largely done by subclassing GsUpgrader and changing the repository descriptions for glass, grease and metacello to local filetree clones.</div><div>However, the execution of ‘upgradeGLASS’ still hits GitHub for the repository <a>github://dalehenrich/filetree:gemstone2.4/repository</a> during the load of MetacelloPreview. See load for `upgradeGLASS` using local clones below.</div><div><br></div><div>I tried adding a local clone for that GitHub repository as well and load and lock the BaselineOfFileTree right before the loading of MetacelloPreview, but that just leads to a metacello load conflict further on.</div><div><br></div><div>Is there a way to prevent hitting GitHub for that package?</div><div><br></div><div><br></div><div>—— load excerpt below:</div><div><br></div><div><div>(Smalltalk at: #GsUpgraderForYesplan28) upgradeGLASSForYesplan28.</div><div>%</div><div>--transcript--'======================'</div><div>--transcript--'=====Installing patchForGsDevKitIssue60: HTTPSocket'</div><div>--transcript--'======================'</div><div>--transcript--'=====Installing patchForGsDevKitIssue60: MCPlatformSupport class'</div><div>--transcript--'======================'</div><div>--transcript--'=====Detected version >=1.0-beta.9.2.2 [ConfigurationOfGLASS] of GLASS'</div><div>--transcript--'======================'</div><div>--transcript--'=====Upgrading GLASS to 1.0-beta.9.3'</div><div>--transcript--'======================'</div><div>--transcript--'=====Using repositoryOverride: aMCDirectoryRepository(/home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache)'</div><div>--transcript--'Loading 1.0-beta.32.3 of ConfigurationOfMetacello...'</div><div>--transcript--'Project: FileTree stable'</div><div>--transcript--' [1.0.6.1]'</div><div>--transcript--'Project: Monticello 0.243'</div><div>--transcript--' [0.244.3]'</div><div>--transcript--'Fetched -> MonticelloFileTree-Core.gemstone24-dkh.164 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Project: GsMonticello 0.244.2'</div><div>--transcript--'Project: Gofer stable'</div><div>--transcript--' [1.0.5.1]'</div><div>--transcript--'Fetched -> Metacello-Base-dkh.109 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Fetched -> Metacello-Core-dkh.695 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Fetched -> Metacello-MC-dkh.680 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Fetched -> Metacello-Platform.gemstone-dkh.33 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Fetched -> Metacello-ToolBox-dkh.134 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Project: GsCore 0.247'</div><div>--transcript--' [0.250]'</div><div>--transcript--'Fetched -> Metacello-GitHub-dkh.29 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Loaded -> MonticelloFileTree-Core.gemstone24-dkh.164 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Loaded -> Metacello-Base-dkh.109 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Loaded -> Metacello-Core-dkh.695 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Evaluated -> Metacello-MC >> gemstone10beta24PreLoadDoIt'</div><div>--transcript--'Loaded -> Metacello-MC-dkh.680 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Warning: This package depends on the following classes:</div><div>  ExecutableBlock</div><div>You must resolve these dependencies before you will be able to load these definitions:</div><div>  ExecutableBlock>>valueSupplyingMetacelloAnswers:</div><div>'</div><div>--transcript--'Loaded -> Metacello-Platform.gemstone-dkh.33 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Evaluated -> Metacello-Platform >> gemstone10beta311PostLoadDoIt'</div><div>--transcript--'Loaded -> Metacello-ToolBox-dkh.134 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Loaded -> Metacello-GitHub-dkh.29 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Evaluated -> 1.0-beta.32.3 [ConfigurationOfMetacello] >> metacelloPrimeRegistry'</div><div>--transcript--'...finished 1.0-beta.32.3'</div><div>--transcript--'======================'</div><div>--transcript--'=====Upgrading Gofer to #stable'</div><div>--transcript--'Loading 1.0.5.4 of ConfigurationOfGofer...'</div><div>--transcript--'Fetched -> Gofer-Core.gemstone-dkh.138 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Starting atomic load'</div><div>--transcript--'Loaded -> Gofer-Core.gemstone-dkh.138 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Finished atomic load'</div><div>--transcript--'...finished 1.0.5.4'</div><div>--transcript--'Loading 1.0-beta.9.3 of ConfigurationOfGLASS...'</div><div>--transcript--'Fetched -> ConfigurationOfGsOB-dkh.96 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Loaded -> ConfigurationOfGsOB-dkh.96 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Fetched -> ConfigurationOfGoferProjectLoader-dkh.22 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Loaded -> ConfigurationOfGoferProjectLoader-dkh.22 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Project: Gofer 1.0.5.3'</div><div>--transcript--' [1.0.5.4]'</div><div>--transcript--'Project: Core 0.249'</div><div>--transcript--' [0.250]'</div><div>--transcript--'Project: Monticello 0.244.3'</div><div>--transcript--'Project: Metacello previewBootstrap'</div><div>--transcript--' [1.0-beta.32.3]'</div><div>--transcript--'Project: FileTree stable'</div><div>--transcript--' [1.0.6.1]'</div><div>--transcript--'Project: Monticello 0.243'</div><div>--transcript--'Project: GsMonticello 0.244.2'</div><div>--transcript--'Project: Gofer stable'</div><div>--transcript--' [1.0.5.4]'</div><div>--transcript--'Project: Gofer Project Loader 1.0-alpha2.2'</div><div>--transcript--'Project: Gofer Core 1.0.2.1'</div><div>--transcript--'Project: OB 0.242.2'</div><div>--transcript--'Fetched -> ConfigurationOfGsMisc-dkh.120 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache'</div><div>--transcript--'Loaded -> ConfigurationOfGsMisc-dkh.120 --- /home/yesplan/gsUpgrader/caches/upgradeGLASS/monticello//package-cache --- cache'</div><div>--transcript--'Project: Announcements 0.240.1'</div><div>--transcript--' [0.243]'</div><div>--transcript--'Project: Change-Notification 0.241'</div><div>--transcript--'Project: Monticello 0.243'</div><div>--transcript--'Project: Release Support 0.243'</div><div>--transcript--'Project: Grease 1.0.7.2'</div><div>--transcript--'Project: System-Digital-Signatures 0.241.1'</div><div>--transcript--'Project: SMTPMail 0.241.1'</div><div>--transcript--'Project: UTF8 0.241.1'</div><div>--transcript--'Project: SqueakCommon 0.9.4'</div><div>--transcript--'Project: Grease 1.0.7.1'</div><div>--transcript--'Evaluated -> 1.0-beta.32.3 [ConfigurationOfMetacello] >> metacelloPrimeRegistry'</div><div>--transcript--'Evaluated -> 1.0-alpha2.2 [ConfigurationOfGoferProjectLoader] >> postLoadLoader'</div><div>--transcript--'...finished 1.0-beta.9.3'</div><div>--transcript--'Fetched -> BaselineOfMetacello-dkh.85 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Loaded -> BaselineOfMetacello-dkh.85 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Loading baseline of BaselineOfMetacello...'</div><div>--transcript--'Fetched -> BaselineOfFileTree-dkh.4 --- <a>github://dalehenrich/filetree:gemstone2.4/repository</a> --- <a>github://dalehenrich/filetree:gemstone2.4/repository'</a></div><div>--transcript--'Loaded -> BaselineOfFileTree-dkh.4 --- <a>github://dalehenrich/filetree:gemstone2.4/repository</a> --- <a>github://dalehenrich/filetree:gemstone2.4/repository'</a></div><div>--transcript--'Project: FileTree baseline'</div><div>--transcript--'Fetched -> MonticelloFileTree-Core-dkh.204 --- <a>github://dalehenrich/filetree:gemstone2.4/repository</a> --- <a>github://dalehenrich/filetree:gemstone2.4/repository'</a></div><div>--transcript--'Fetched -> MonticelloFileTree-FileDirectory-Utilities-dkh.15 --- <a>github://dalehenrich/filetree:gemstone2.4/repository</a> --- <a>github://dalehenrich/filetree:gemstone2.4/repository'</a></div><div>--transcript--'Project: Gofer stable'</div><div>--transcript--' [1.0.5.4]'</div><div>--transcript--'Fetched -> Metacello-Base-dkh.123 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-Core-dkh.807 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-MC-dkh.722 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-Platform.gemstone-dkh.56 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-GS3x-Platform-dkh.1 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-ToolBox-dkh.139 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-FileTree-dkh.36 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-GitBasedRepository-dkh.13 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-Bitbucket-dkh.5 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Fetched -> Metacello-GitHub-dkh.44 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository'</a></div><div>--transcript--'Loaded -> MonticelloFileTree-Core-dkh.204 --- <a>github://dalehenrich/filetree:gemstone2.4/repository</a> --- cache'</div><div>--transcript--'Loaded -> MonticelloFileTree-FileDirectory-Utilities-dkh.15 --- <a>github://dalehenrich/filetree:gemstone2.4/repository</a> --- cache'</div><div>--transcript--'Loaded -> Metacello-Base-dkh.123 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- cache'</div><div>--transcript--'Loaded -> Metacello-Core-dkh.807 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- cache'</div><div>--transcript--'Loaded -> Metacello-MC-dkh.722 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- cache'</div><div>--transcript--'Loaded -> Metacello-Platform.gemstone-dkh.56 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- cache'</div><div>--transcript--'Evaluated -> Metacello-Platform >> gemstone10beta311PostLoadDoIt'</div><div>--transcript--'Loaded -> Metacello-GS3x-Platform-dkh.1 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- cache'</div><div>--transcript--'Loaded -> Metacello-ToolBox-dkh.139 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> --- cache'</div><div>--transcript--'Loaded -> Metacello-FileTree-dkh.36 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> [4174d12:yesplan] --- cache'</div><div>--transcript--'Loaded -> Metacello-GitBasedRepository-dkh.13 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> [4174d12:yesplan] --- cache'</div><div>--transcript--'Loaded -> Metacello-Bitbucket-dkh.5 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> [4174d12:yesplan] --- cache'</div><div>--transcript--'Loaded -> Metacello-GitHub-dkh.44 --- <a>filetree:///home/yesplan/gsUpgrader/caches/upgradeGLASS/metacelloPreview/metacello-work-1.0.0-beta.32.18/repository</a> [4174d12:yesplan] --- cache'</div><div>--transcript--'priming registry from image. See <a href="https://github.com/dalehenrich/metacello-work/issues/197'" target="_blank">https://github.com/dalehenrich/metacello-work/issues/197'</a></div><div>--transcript--'Evaluated -> baseline [BaselineOfMetacello] >> reprimeRegistryIssue197'</div><div>--transcript--'...finished baseline'</div><div>--transcript--'Migrated 0 instances for 10 classes.'</div><div>[53688065 sz:19 cls: 53687809 GsUpgraderForYesplan28 class] GsUpgraderForYesplan28</div></div></div>
</div>
</div></div></blockquote></div><br></div></div>_______________________________________________<br>
Glass mailing list<br>
<a href="mailto:Glass@lists.gemtalksystems.com" target="_blank">Glass@lists.gemtalksystems.com</a><br>
<a href="https://lists.gemtalksystems.com/mailman/listinfo/glass" rel="noreferrer" target="_blank">https://lists.gemtalksystems.com/mailman/listinfo/glass</a><br>
</blockquote></div>