History log of /haiku/build/scripts/bootstrap_client.py
Revision Date Author Comments
# 96a321df 30-Oct-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

bootstrap image: Add remote command execution script

In order to automate the complete bootstrap build process we need a
mechanism to control the second phase which builds the final packages
on the booted bootstrap Haiku. To avoid additional dependencies
(buildbot slave, ssh, rsh,...) we'd have to cross-build, there's now a
pair of simple python scripts that allows executing commands on a remote
machine. The server script (bootstrap_daemon.py) is added to the
bootstrap image and started automatically during the boot.


# 96a321df07ea530287c8b55f82304783c9725aee 30-Oct-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

bootstrap image: Add remote command execution script

In order to automate the complete bootstrap build process we need a
mechanism to control the second phase which builds the final packages
on the booted bootstrap Haiku. To avoid additional dependencies
(buildbot slave, ssh, rsh,...) we'd have to cross-build, there's now a
pair of simple python scripts that allows executing commands on a remote
machine. The server script (bootstrap_daemon.py) is added to the
bootstrap image and started automatically during the boot.