summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: set default pokydirname if no external layersOlaf Mandel2017-09-211-0/+4
* bitbake: toaster: debug message for lists layers missing separatorsOlaf Mandel2017-09-211-1/+1
* bitbake: toaster: bldcontrol Move CustomImageRecipe file creation into own fu...Michael Wood2016-11-301-69/+75
* bitbake: toaster: buildinfohelper toaster-custom-images layerMichael Wood2016-11-301-7/+18
* bitbake: toaster: localhostbecontroller write toaster layers for project to t...Sujith H2016-11-301-14/+4
* bitbake: toaster: localhostbecontroller accept custom init script for buildSujith H2016-11-301-2/+7
* bitbake: toaster: runbuilds Write the pidfile in python rather than shell scriptMichael Wood2016-11-301-7/+14
* bitbake: toaster: Delete useless bldcontrol/testMichael Wood2016-11-041-141/+0
* bitbake: toaster: fix cloning of git+ssh repositoriesEd Bartosh2016-10-091-1/+1
* bitbake: toaster: checksettings Remove confusing startup messagesMichael Wood2016-10-061-2/+0
* bitbake: runbuilds: code cleanup - remove unused importsEd Bartosh2016-09-211-5/+2
* bitbake: runbuilds: code cleanup - whitespaces, long linesEd Bartosh2016-09-211-19/+15
* bitbake: runbuilds: process builds on startEd Bartosh2016-09-211-0/+2
* bitbake: runbuilds: process builds on SIGUSR1Ed Bartosh2016-09-211-2/+4
* bitbake: toaster: fix checking of repository urlEd Bartosh2016-09-211-1/+1
* bitbake: Add missing file from 'toaster: Allow git information to be null for...Richard Purdie2016-09-161-0/+29
* bitbake: toaster: localhostbecontroller Remove git assumptionMichael Wood2016-09-021-4/+10
* bitbake: toaster: Allow git information to be null for BRLayerMichael Wood2016-09-021-5/+6
* bitbake: toaster: Fix oe-core fixtureMichael Wood2016-09-022-8/+12
* bitbake: toaster: bldcontrol model BRLayer Add corresponding local_source_dirMichael Wood2016-08-112-0/+20
* bitbake: toaster: collect details for local dir imported from uiSujith H2016-08-111-1/+12
* bitbake: toaster: move most recent builds templating to clientElliot Smith2016-08-112-6/+25
* bitbake: toaster: Remove old toaster config loading mechanismMichael Wood2016-08-112-212/+0
* bitbake: toaster: checksettings call django's loaddata instead of custom commandMichael Wood2016-08-111-11/+44
* bitbake: toaster: loadconf Partially add back some of the layerSource parsingMichael Wood2016-07-261-3/+82
* bitbake: toaster: orm Remove the layerindex specific up_branch fieldsMichael Wood2016-07-261-1/+1
* bitbake: toaster: tests: Remove references to LayerSource modelMichael Wood2016-07-261-18/+0
* bitbake: toaster: Replace references to LayerSource modelsMichael Wood2016-07-261-19/+0
* bitbake: toaster: loadconf remove Loading LayerSourcesMichael Wood2016-07-261-67/+2
* bitbake: toaster: fix wrong usage of print_exc and format_excEd Bartosh2016-06-152-3/+3
* bitbake: toaster: fix migrationsEd Bartosh2016-06-151-0/+34
* bitbake: toaster: use knotty when working with bitbake serverEd Bartosh2016-06-021-2/+2
* bitbake: toaster: moved import bb.server.xmlrpcEd Bartosh2016-06-021-1/+1
* bitbake: toaster: use decode('utf-8') for binary dataEd Bartosh2016-06-022-2/+2
* bitbake: toaster: fix local importsEd Bartosh2016-06-024-4/+4
* bitbake: toaster: use force_text instead of force_bytesEd Bartosh2016-06-022-4/+4
* bitbake: toaster: runbuilds move the execution sequence out of the poll loopMichael Wood2016-05-201-15/+16
* 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