summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: use knotty when working with bitbake serverEd Bartosh2016-05-161-2/+2
* bitbake: toaster: moved import bb.server.xmlrpcEd Bartosh2016-05-161-1/+1
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-05-162-2/+2
* bitbake: toaster: fix local importsEd Bartosh2016-05-164-4/+4
* bitbake: toaster: use force_text instead of force_bytesEd Bartosh2016-05-162-4/+4
* bitbake: bin, toaster: Fix print and exception syntaxRichard Purdie2016-05-112-11/+11
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-113-9/+9
* bitbake: toaster: get bitbake location from BBBASEDIREd Bartosh2016-04-061-3/+5
* bitbake: toaster: use empty tokenEd Bartosh2016-04-061-1/+1
* bitbake: toaster: runbuilds Clean up runbuildsMichael Wood2016-04-061-29/+52
* bitbake: toaster: runbuilds Make runbuilds aware of the build CANCELLED stateMichael Wood2016-04-061-4/+22
* bitbake: toaster: bldcontrol models Add a cancelling state the BuildRequestMichael Wood2016-04-062-1/+45
* bitbake: toaster: update BuildEnvironmentController and BitbakeControllerSujith H2016-04-062-23/+5
* bitbake: toaster: bldcontrol Add forceShutDown function to BitbakeControllerSujith H2016-04-061-0/+3
* bitbake: toaster: use bash explicitlyEd Bartosh2016-04-061-6/+7
* bitbake: toaster: stop bitbake server after the buildEd Bartosh2016-04-061-4/+6
* bitbake: toaster: add new parameter to _shellcmdEd Bartosh2016-04-061-1/+3
* bitbake: toaster: reimplement triggerBuildEd Bartosh2016-04-061-35/+67
* bitbake: toaster: modified setLayers APIEd Bartosh2016-04-062-26/+1
* bitbake: toaster: add brbe parameter to triggerBuildEd Bartosh2016-04-062-5/+3
* bitbake: toaster: remove release APIEd Bartosh2016-04-062-12/+0
* bitbake: toaster: remove startBBServer APIEd Bartosh2016-04-062-41/+0
* bitbake: toaster: localhostbecontroller put generated layer in the builddirMichael Wood2016-03-231-3/+2
* bitbake: toaster: localhostbecontroller Allow file:/// uri type for git repoMichael Wood2016-03-231-2/+3
* bitbake: toaster: localhostbecontroller Don't clear out toaster custom layer dirMichael Wood2016-03-231-3/+3
* bitbake: toaster: use force_bytes to display non-ascii project namesSujith H2016-03-092-2/+4
* bitbake: toaster: remove sshbecontroller moduleEd Bartosh2016-03-071-169/+0
* bitbake: toaster: don't use sshbecontrollerEd Bartosh2016-03-074-32/+19
* bitbake: toaster: raise NotImplementedErrorEd Bartosh2016-03-073-11/+13
* bitbake: buildinfohelper: unset brbe variable when build finishesElliot Smith2016-02-111-2/+7
* bitbake: toaster: localhostbectrl Update the dirpath of customrecipe's base l...Michael Wood2016-02-101-0/+19
* bitbake: toaster: move CustomImageRecipe generation to API entry pointMichael Wood2016-02-101-15/+14
* bitbake: toaster: localhostbecontroller CustomRecipe now base_recipe is RecipeMichael Wood2016-02-101-1/+1
* bitbake: toaster: write variables to toaster.confEd Bartosh2016-01-191-0/+7
* bitbake: toaster: use OneToOneField instead of ForeignKeyEd Bartosh2015-12-145-14/+13
* bitbake: toaster: Update API used to make runbuilds methods run in transactionsElliot Smith2015-12-141-2/+2
* bitbake: toaster: Remove South migrationsEd Bartosh2015-12-149-1165/+112
* bitbake: toaster: trigger SetBRBE eventEd Bartosh2015-12-141-0/+3
* bitbake: toaster: implement BitbakeController.triggerEventEd Bartosh2015-12-141-0/+3
* bitbake: toaster: remove writeConfFile APIEd Bartosh2015-12-072-17/+0
* bitbake: toaster: set varibales on bitbake serverEd Bartosh2015-12-071-2/+9
* bitbake: toaster: implement BitbakeController.getVariableEd Bartosh2015-12-071-0/+3
* bitbake: toaster: remove stopBBServer APIEd Bartosh2015-12-074-29/+0
* bitbake: toaster: reimplemented startBBServer methodEd Bartosh2015-12-071-72/+18
* bitbake: toaster: remove _setupBE functionEd Bartosh2015-12-071-17/+2
* bitbake: toaster: make runbuilds to loopEd Bartosh2015-12-071-3/+10
* bitbake: toaster: localhostbectrl Pass DATABASE_URL in via the process enviro...Elliot Smith2015-11-161-3/+10
* bitbake: toaster: Don't descend into directories for cached_layersMichael Wood2015-10-111-13/+16
* bitbake: toaster: fix naming for clone directoryEd Bartosh2015-10-111-1/+1
* bitbake: toaster: get rid of interactivity in bldcontrolbrian avery2015-10-111-101/+37