Part of canonical.buildd.tests.test_translationtemplatesbuildmanager View In Hierarchy
Method | __init__ | Create a BuildManager. |
Method | runSubProcess | Run a sub process capturing the results in the log. |
Inherited from TranslationTemplatesBuildManager:
Method | initiate | See BuildManager . |
Method | doInstall | Install packages required. |
Method | doGenerate | Generate templates. |
Method | gatherResults | Gather the results of the build and add them to the file cache. |
Method | iterate_INSTALL | Installation was done. |
Method | iterate_GENERATE | Template generation finished. |
Inherited from DebianBuildManager (via TranslationTemplatesBuildManager):
Method | initial_build_state | Undocumented |
Method | doSourcesList | Override apt/sources.list. |
Method | doUpdateChroot | Perform the chroot upgrade. |
Method | doRunBuild | Run the main build process. |
Method | doReapProcesses | Reap any processes left lying around in the chroot. |
Method | getChangesFilename | Undocumented |
Method | iterate | Perform an iteration of the slave. |
Method | iterate_INIT | Just finished initialising the build. |
Method | iterate_UNPACK | Just finished unpacking the tarball. |
Method | iterate_MOUNT | Just finished doing the mounts. |
Method | getTmpLogContents | Undocumented |
Method | iterate_SOURCES | Just finished overwriting sources.list. |
Method | iterate_UPDATE | Just finished updating the chroot. |
Method | iterate_REAP | Finished reaping processes; ignore error returns. |
Method | iterate_UMOUNT | Just finished doing the unmounting. |
Method | iterate_CLEANUP | Just finished the cleanup. |
Static Method | _parseChangesFile | A generator that iterates over files listed in a changes file. |
Inherited from BuildManager (via TranslationTemplatesBuildManager, DebianBuildManager):
Method | doUnpack | Unpack the build chroot. |
Method | doCleanup | Remove the build tree etc. |
Method | doMounting | Mount things in the chroot, e.g. proc. |
Method | doUnmounting | Unmount the chroot. |
Method | abort | Abort the build by killing the subprocess. |
Method | kill | Send SIGKILL to child process |
Parameters | slave | A BuildDSlave . |
buildid | Identifying string for this build. |