summaryrefslogtreecommitdiffstats
path: root/lib/toaster/bldcontrol
AgeCommit message (Expand)Author
2017-08-22toaster: support custom Layer Index URL and fixture overrideDavid Reyna
2017-07-30toaster: move to new bitbake xmlrpc defaultDavid Reyna
2017-06-27toaster: git clone progress barDavid Reyna
2017-06-27toaster: address Django-1.10 API deprecationsDavid Reyna
2016-11-30toaster: bldcontrol Move CustomImageRecipe file creation into own functionMichael Wood
2016-11-30toaster: buildinfohelper toaster-custom-images layerMichael Wood
2016-11-30toaster: localhostbecontroller write toaster layers for project to toaster-bb...Sujith H
2016-11-30toaster: localhostbecontroller accept custom init script for buildSujith H
2016-11-30toaster: runbuilds Write the pidfile in python rather than shell scriptMichael Wood
2016-11-04toaster: Delete useless bldcontrol/testMichael Wood
2016-10-07toaster: fix cloning of git+ssh repositoriesEd Bartosh
2016-10-06toaster: checksettings Remove confusing startup messagesMichael Wood
2016-09-20runbuilds: code cleanup - remove unused importsEd Bartosh
2016-09-20runbuilds: code cleanup - whitespaces, long linesEd Bartosh
2016-09-20runbuilds: process builds on startEd Bartosh
2016-09-20runbuilds: process builds on SIGUSR1Ed Bartosh
2016-09-20toaster: fix checking of repository urlEd Bartosh
2016-09-16Add missing file from 'toaster: Allow git information to be null for BRLayer'Richard Purdie
2016-09-02toaster: localhostbecontroller Remove git assumptionMichael Wood
2016-09-02toaster: Allow git information to be null for BRLayerMichael Wood
2016-09-02toaster: Fix oe-core fixtureMichael Wood
2016-08-11toaster: bldcontrol model BRLayer Add corresponding local_source_dirMichael Wood
2016-08-11toaster: collect details for local dir imported from uiSujith H
2016-08-11toaster: move most recent builds templating to clientElliot Smith
2016-08-11toaster: Remove old toaster config loading mechanismMichael Wood
2016-08-11toaster: checksettings call django's loaddata instead of custom commandMichael Wood
2016-07-25toaster: loadconf Partially add back some of the layerSource parsingMichael Wood
2016-07-25toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood
2016-07-25toaster: tests: Remove references to LayerSource modelMichael Wood
2016-07-25toaster: Replace references to LayerSource modelsMichael Wood
2016-07-25toaster: loadconf remove Loading LayerSourcesMichael Wood
2016-06-14toaster: fix wrong usage of print_exc and format_excEd Bartosh
2016-06-14toaster: fix migrationsEd Bartosh
2016-06-01toaster: use knotty when working with bitbake serverEd Bartosh
2016-06-01toaster: moved import bb.server.xmlrpcEd Bartosh
2016-06-01toaster: use decode('utf-8') for binary dataEd Bartosh
2016-06-01toaster: fix local importsEd Bartosh
2016-06-01toaster: use force_text instead of force_bytesEd Bartosh
2016-05-20toaster: runbuilds move the execution sequence out of the poll loopMichael Wood
2016-05-09bin, toaster: Fix print and exception syntaxRichard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-04-06toaster: get bitbake location from BBBASEDIREd Bartosh
2016-04-06toaster: use empty tokenEd Bartosh
2016-04-06toaster: runbuilds Clean up runbuildsMichael Wood
2016-04-06toaster: runbuilds Make runbuilds aware of the build CANCELLED stateMichael Wood
2016-04-06toaster: bldcontrol models Add a cancelling state the BuildRequestMichael Wood
2016-04-06toaster: update BuildEnvironmentController and BitbakeControllerSujith H
2016-04-06toaster: bldcontrol Add forceShutDown function to BitbakeControllerSujith H
2016-04-06toaster: use bash explicitlyEd Bartosh
2016-04-06toaster: stop bitbake server after the buildEd Bartosh