[ALL, SITE] Publishing Main Website

2021-10-28 Thread Rob Tompkins
Hello all, In going through the CLI release of 1.5.0 (most of which I’ve finished), I needed to publish the main site. In following the standard directions [1], I’ve made the requisite commits to SVN, but I just don’t know how to publish the code out to the site. Note, I used to use the cms app

Re: [Compress] Pack200Exceptions on Old packed files

2021-10-28 Thread Gary Gregory
You'll have to figure out the implementation details but I will be happy to review PRs on GitHub. Gary On Thu, Oct 28, 2021, 08:32 Eric Bresie wrote: > In this particular case, there were packed modules which had major / minor > versions not equal to the Major version 7 or minor version 150 sup

Re: [Compress] Pack200Exceptions on Old packed files

2021-10-28 Thread Eric Bresie
In this particular case, there were packed modules which had major / minor versions not equal to the Major version 7 or minor version 150 supported in the code. This results in the exception, preventing it from unpacking. The need is to be able to unpack an older packed file. As I understand it,