You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newbot CLI interface as a completely new and improved tool for calling tbot scripts. The documentation has been updated, you can familiarize yourself with the new tool in the new Quickstart Guide and learn about migrating to it in Migrating to newbot. The tbot tool will not be removed for the time being but it will not be the place for new development from now on.
Added a boot_timeout setting to LinuxBootLogin which will raise a TimeoutException if the login-prompt is not reached in the given time.
Changed
Upgraded the python package metadata to newer standards. Ideally this should not have any visible effects to users.
Fixed
Fixed tbot_contrib.locking sometimes failing with chmod related error messages while checking lock expiry.