Open dalehenrich opened 9 years ago
See:
The JSON failures fall under Issue #3
Will involve as soon as you give me a green light regarding the configurations
@HeSe the following should load all of the new packages:
Gofer new
package: 'GsUpgrader-Core';
url: 'http://ss3.gemtalksystems.com/ss/gsUpgrader';
load.
(Smalltalk at: #GsUpgrader) upgradeGrease. "test against virgin version of GLASS"
GsDeployer deploy: [
"Load Mapless... "
Metacello new
baseline: 'Mapless';
repository: 'filetree:///opt/git/Mapless/repository';
get;
load: #('GemStone Tests')
].
Note that the Mapless package will still be in your image (unless you load this into a fresh extent) so don't save the old Mapless package and use the new ones.... replace /opt/git/
with the path to your local checkout of the gs_master branch ...
I want to be aware of any regressions for the 28 tests that are currently passing ... @HeSe might need to get involved to address the failing gemstone tests ... but that will wait until the repackaging is back ported