Documentation of the makefile structure, build and utility scripts
A lot of scripts and tools support the build process of operating software (see following links).
Primer
Important: The following commands should be called as user
bella
(password is ...).
To build the ready tagged version manually (a link "ready" is created automatically to that version):
autobuild --version ready
To tag the current ready tagged version in the SVN repository also as a release version use e.g.:
svn-tag V0.9.2
To start the build process on the last tagged release version (a link "
next" is created automatically to that version):
autobuild
To link a specific release version to a specific name (remember the full qualified version including buildnumber):
linkall -f -V -b 00991_V0.9.2 -l release
Full Documentation
--
RalfHuhmann - 09 Feb 2010