Issue 3813 in pharo: [Hudson] polishing VM building process

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3813 in pharo: [Hudson] polishing VM building process

pharo
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=3813


We 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)




Reply | Threaded
Open this post in threaded view
|

Re: Issue 3813 in pharo: [Hudson] polishing VM building process

pharo
Updates:
        Status: Closed

Comment #1 on issue 3813 by [hidden email]: [Hudson] polishing VM  
building process
http://code.google.com/p/pharo/issues/detail?id=3813

DONE