Wiki

How to create a distribution

Since the Incubator is used for projects that might find their way into a future release of TYPO3, of course it would be nice to also have the possibility to create an accordant TYPO3 Source distribution.
The Incubator has a integration branch that might(!) serve as base to merged into one of the next versions of the official TYPO3 Core repository (upstream).

You can use the following command to trigger the distribution builds:

:# cd Common/
:# phing -f Build/government.xml -Dcommon.info.branchName=integration -Dgit.remoteRepository=git://git.typo3.org/TYPO3v4/Incubator.git

see Distributions' Wiki Pages