canmove, Confirmed users
2,850
edits
(→buildbot 0.8.0: install buildbot by hand) |
ChrisCooper (talk | contribs) |
||
Line 243: | Line 243: | ||
* This got deployed with [http://hg.mozilla.org/build/opsi-package-sources/rev/9126788ed78a 9126788ed78a] | * This got deployed with [http://hg.mozilla.org/build/opsi-package-sources/rev/9126788ed78a 9126788ed78a] | ||
* For instruction on how to generate your own debug CRT read [https://bugzilla.mozilla.org/show_bug.cgi?id=562459#c25 this]. | * For instruction on how to generate your own debug CRT read [https://bugzilla.mozilla.org/show_bug.cgi?id=562459#c25 this]. | ||
* need to disable JIT debugging (this is deployed via OPSI now - [http://hg.mozilla.org/build/opsi-package-sources/rev/1f0f166cab4b 1f0f166cab4b]). From the command-line: | |||
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug" /v Debugger /f | |||
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework" /v DbgManagedDebugger /f | |||
== Twisted patch to allow buildbot to kill jobs == | == Twisted patch to allow buildbot to kill jobs == |