Changes between Version 8 and Version 9 of Builder
- Timestamp:
- 03/14/10 12:46:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Builder
v8 v9 39 39 }}} 40 40 41 Once you have built it, pick a username (something fairly unique to you) and password, and send them to igloo@earth.li. Then initialise the client with: 41 Once you have built it, pick a username (something fairly unique to you) and password, and send them to igloo@earth.li along with the time you want builds to happen. The username is used so we know which machine the build log came from, and the password is used to verify that the client is who it claims it is. 42 43 Then initialise the client by creating a new directory, and running: 42 44 {{{ 43 45 ./client init username password darcs.haskell.org 44 46 }}} 45 where `username` and `password` are your username and password, and put a copy of http://darcs.haskell.org/ghcBuilder/cert/root.pem in `certs/`.47 in it, where `username` and `password` are your username and password. Then put a copy of http://darcs.haskell.org/ghcBuilder/cert/root.pem in `certs/` so that the client can verify that it is connecting to the right server. 46 48 47 49 You can now run the client with: … … 53 55 ./client -v 54 56 }}} 55 We recommend running in screen for now, as the client doesn't daemonise itself yet. 57 We recommend running in screen for now, as the client doesn't daemonise itself yet. The client will connect to the server, and the server will tell the client how and when to do builds. The client therefore needs to be left running unless you want to stop builds from happening.
