Changes between Version 7 and Version 8 of BuildBot


Ignore:
Timestamp:
Dec 5, 2007 3:56:52 PM (16 years ago)
Author:
Adam Roben
Comment:

Add a note about the just-in-time debugger registry key on Windows

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v7 v8  
    3838 1. Generate an ssh (dsa) key pair and send `id_dsa.pub` to bdash to allow the machine to upload build results.
    3939 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}}}