Distributed build: Difference between revisions

imported>Makefu
No edit summary
imported>Volth
m about NIX_SSHOPTS
Line 24: Line 24:
Where:
Where:


1. root@builder.example.com is and addres of the machine that'll do the build. If you want to use port other than 22, you have to set up an alias in /root/.ssh/config
1. root@builder.example.com is and addres of the machine that'll do the build. If you want to use port other than 22, you have to set up an alias in /root/.ssh/config or pass a command line switch to ssh using NIX_SSHOPTS environment variable
<pre>
export NIX_SSHOPTS="-p10022"
</pre>


2. i686-linux is a platform of that machine
2. i686-linux is a platform of that machine