Hi Estaban, On 29 March 2017 at 15:04, Esteban Lorenzano <esteba...@gmail.com> wrote: > that’s because you need to generate commit info. > this is usually a hook, but is not working super fine. > I have thi script in my root: > > genVersion.sh: > #! /bin/bash > > echo "`cat opensmalltalk-vm/platforms/Cross/vm/sqSCCSVersion.h | > opensmalltalk-vm/.git_filters/RevDateURL.smudge`" > > opensmalltalk-vm/platforms/Cross/vm/sqSCCSVersion.h > echo "`cat opensmalltalk-vm/platforms/Cross/plugins/sqPluginsSCCSVersion.h | > opensmalltalk-vm/.git_filters/RevDateURL.smudge`" > > opensmalltalk-vm/platforms/Cross/plugins/sqPluginsSCCSVersion.h > > > :P > > Esteban
And up and running! Next step is to try and get the snap package to the point where I'm happy to post it on bintray for people to try. Thanks for your assistance! Alistair