Status: Accepted
Owner:
[hidden email]
CC:
[hidden email]
New issue 3813 by
[hidden email]: [Hudson] polishing VM building process
http://code.google.com/p/pharo/issues/detail?id=3813We should provide a zipped (or tarball) of generated sources along with
platform sources, ready to build VM.
This should be triggered only after building VM succeeds.
So, the idea is to run something like following:
(in root of wrokspace)
git archive --format=tar HEAD | (mkdir archive && cd archive && tar xf -)
cp -R src archive/src
cp -R build archive/build
cd archive
tar -czf <configName>-sources.tgz
( and build directory should not contain the files produced by cmake/make
etc, only ones which are produced by image using CMakeVMMaker config)