Factor/Build farm"Mason" continuous integrationThe Factor binaries are built automatically by a set of build servers monitor the Factor repository for changes. Binaries are only uploaded if the source builds and all tests pass. If you wish to be notified of build server activity, subscribe to the Factor-builds mailing list. The build machines run the Clean branchesAdditionally, every time a release was made, the clean branch for the platform in question is updated and a corresponding clean boot image is uploaded. Clean branches should be tracked by users who do not wish to use the binary packages, but nevertheless require a high degree of confidence that the source will compile and work. Building from a clean branchThe currently available clean branches are:
Step 1: To track a clean branch, you will need to clone a repository first, then issue the following two commands to stay up to date: git checkout -b clean-os-cpu origin/clean-os-cpu git pull git://factorcode.org/git/factor.git clean-os-cpu Step 2: Download the latest clean boot image for your architecture. Place the boot image in the Factor directory. Step 3: Compile the Factor VM by running make (gmake on BSD). Step 4: Bootstrap Factor by issuing a command like the following: ./factor -i=boot.arch.image This revision created on Mon, 22 Sep 2008 23:43:14 by slava |
|
|
All content is © 2008-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |
|