I'm getting close to figuring out how to put something in the catalog, but I have run into a slight problem.
I am following this tutorial: http://blog.yuriy.tymch.uk/2015/07/pharo-and-github-versioning-revision-2.html?view=classic It has gotten me through making a BaselineOf and putting it on github. That part works. The part that doesn't yet work is the ConfigurationOf I made exclusively for the Pharo catalog. I can see my project in the catalog browser, and download the config, but I can't "Install stable version" through the catalog browser. However, I can manually use the ConfigurationOf to load the project once it is in my image. Does anyone know how to diagnose this? It may have to do with the fact that my ConfigurationOf doesn't have any baselines, because I understood the tutorial to suggest that my BaselineOf could fulfil that function, but perhaps I misunderstood. The project is called "Cons" and its ConfigurationOf is here: https://github.com/apocalypsemystic/Cons/tree/master/ConfigurationOfCons.package/ConfigurationOfCons.class/instance Thanks, Evan