2016-04-17 17:49 GMT+02:00 Ben Coman <btc@openinworld.com>:
On Sun, Apr 17, 2016 at 10:56 PM, Nicolai Hess <nicolaihess@gmail.com> wrote:
Is https://github.com/pharo-project/pharo-vm the place to look for the current pharo spur vm source ? I load the master and build a vm but it isn't a spur vm. I only saw two other branches, legacy-cog and spur64. Where is the source for building the current latest pharo spur vm ?
nicolai
Wanting to do this a few weeks ago, at a guess googling "pharo-vm jenkins" I followed the path from... https://ci.inria.fr/pharo/view/5.0-VM-Spur/job/PharoVM-spur32/473/console
through to...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builde...
where currently 476 is shown to be the last green build, which indeed matches... http://files.pharo.org/vm/pharo-spur32/linux/
so...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builde... shows how it is built
and...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builde... provides the last sources used.
I don't know how to match this back to a github commit. It would be nice if github was tagged (e.g. 476) for each successful build, or at least a moving "ci" tag to show where the Jenkins is currently pulling from - but hopefully the above is enough hint.
Thanks ben
cheers -ben