Changes between Version 9 and Version 10 of BuildBot
- Timestamp:
- Dec 4, 2009, 12:24:31 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v9 v10 67 67 1. Generate an ssh (dsa) key pair and send `id_dsa.pub` to bdash to allow the machine to upload build results. 68 68 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). 69 70 71 === Troubleshooting === 72 On Windows, if you get `perl (...) fatal error - unable to remap (...) to same address as parent`, you need to run 73 {{{ 74 c:\cygwin\bin\ash 75 /bin/rebaseall -b 0x50000000 -o 0x80000 76 exit 77 }}} 78 or rebase individual files.