Changes between Version 7 and Version 8 of BuildBot
- Timestamp:
- Dec 5, 2007, 3:56:52 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v7 v8 38 38 1. Generate an ssh (dsa) key pair and send `id_dsa.pub` to bdash to allow the machine to upload build results. 39 39 1. Once you recieve login information from bdash, ssh once to buildbot master, thus adding an entry to your knownhosts file (prevents upload script from later hanging). 40 1. On Windows, set the following registry key: 41 {{{ 42 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug] 43 "Auto"="0" 44 }}}