Changes between Version 8 and Version 9 of FAQ
- Timestamp:
- Jan 11, 2011, 2:54:48 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v8 v9 75 75 76 76 With both of these in place, Buildbot will only contribute {{{/B/mrlbn}}} to the pathnames - the other 247 characters will be up to the developers to remove. 77 78 = I'm seeing "LogFileScanner has no attribute {{{_remainingData}}}" = 79 This is an incompatibility in versions Buildbot-0.8.2 and earlier when running against Twisted 10.2.0 - see #1697. A few solutions are available: 80 * downgrade Twisted (e.g., {{{pip install Twisted==10.1.0}}}) 81 * upgrade Buildbot to 0.8.3 or later 82 * apply [https://github.com/buildbot/buildbot/commit/c325859efc1d33644e0c7954e41af25cb95c1078.patch the fix]