On Wed, Jul 25, 2012 at 1:25 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
you can use the git repos and filter out non-st methods:
On 2012-07-25, at 14:10, Patrik Sundberg wrote:
> Hi,
>
> Is there a way to see the diffs (in terms of changes to image) between one
> 2.0 build number and another? I don't see any obvious link on the CI server
> to it, and the github export seems to be done in a way that makes the diffs
> enourmous.
git diff $VERSION_A $VERSION_B -- $(git diff --name-only $VERSION_A $VERSION_B | grep .st)
> If not, is there a way to do it in image? I can only see changes forWe should have a global Pharo MC Package which has all other packages as
> individual MC packages, not a more system level diff to see exactly what
> changed from one build to another.
dependencies, that would simplify quite a few things here...
Otherwise you're stuck with downloading the image for a specific version
which might be corrupted, and thus leaves you without any chance of
inspecting the changes...