Hi Dale,
The configs for several libraries I use reference the ConfigurationOfZincHTTPComponents that Sven keeps up to date for Pharo on http://mc.stfx.eu/ That file does not load the Gemstone specific fixes you've created on github. Is there a way to change it to pull your recent porting efforts rather than those I made a long time ago? The current gemstone section is: for the baseline: spec for: #gemstone do: [ spec repository: 'http://seaside.gemstone.com/ss/ZincHTTPComponents'; package: 'Zinc-HTTP' with: [ spec includes: #('Zinc-Gemstone') ]; package: 'SocketStream' with: [ spec repository: 'http://seaside.gemstone.com/ss/PharoCompat' ]; package: 'Zinc-GemstonePreliminary' with: [ spec requires: #('SocketStream') ]; package: 'Zinc-HTTP' with: [ spec requires: #('Zinc-GemstonePreliminary') ]; package: 'Zinc-Gemstone' with: [ spec requires: #('Zinc-HTTP') ]; package: 'Zinc-Tests' with: [ spec requires: 'Zinc-Gemstone' ] ] for the version: spec for: #gemstone do: [ spec blessing: #release. spec package: 'Zinc-GemstonePreliminary' with: 'Zinc-GemstonePreliminary-PaulDeBruicker.2'; package: 'Zinc-Gemstone' with: 'Zinc-Gemstone-PaulDeBruicker.14'; package: 'SocketStream' with: 'SocketStream-PaulDeBruicker.12' ] I hope we could wipe both those out and just reference the github repo as you do in the readme here: https://github.com/glassdb/zinc Is that possible? Thanks Paul _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Hi Dale,
I think I figured it out. I'll send a pull request. Paul On 09/05/2013 05:33 PM, Paul DeBruicker wrote: > Hi Dale, > > The configs for several libraries I use reference the > ConfigurationOfZincHTTPComponents that Sven keeps up to date for Pharo > on http://mc.stfx.eu/ That file does not load the Gemstone specific > fixes you've created on github. Is there a way to change it to pull > your recent porting efforts rather than those I made a long time ago? > > > The current gemstone section is: > > for the baseline: > spec for: #gemstone do: [ > spec > repository: 'http://seaside.gemstone.com/ss/ZincHTTPComponents'; > package: 'Zinc-HTTP' with: [ spec includes: #('Zinc-Gemstone') ]; > package: 'SocketStream' with: [ spec repository: > 'http://seaside.gemstone.com/ss/PharoCompat' ]; > package: 'Zinc-GemstonePreliminary' with: [ spec requires: > #('SocketStream') ]; > package: 'Zinc-HTTP' with: [ spec requires: > #('Zinc-GemstonePreliminary') ]; > package: 'Zinc-Gemstone' with: [ spec requires: #('Zinc-HTTP') ]; > package: 'Zinc-Tests' with: [ spec requires: 'Zinc-Gemstone' ] ] > > > > > for the version: > spec for: #gemstone do: [ > spec blessing: #release. > spec > package: 'Zinc-GemstonePreliminary' with: > 'Zinc-GemstonePreliminary-PaulDeBruicker.2'; > package: 'Zinc-Gemstone' with: 'Zinc-Gemstone-PaulDeBruicker.14'; > package: 'SocketStream' with: 'SocketStream-PaulDeBruicker.12' ] > > > > I hope we could wipe both those out and just reference the github repo > as you do in the readme here: https://github.com/glassdb/zinc > > Is that possible? > > Thanks > > Paul > _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |