summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster: do not fail on optional 'custom.xml' fileDavid Reyna2018-05-291-1/+4
* bitbake: toaster: enable custom env support for shell callsDavid Reyna2017-12-181-11/+15
* bitbake: toaster: unset BBPATH before starting bbserver for backwards compati...David Reyna2017-12-181-6/+12
* bitbake: toaster: build missing toaster.conf settingsDavid Reyna2017-10-071-2/+3
* bitbake: toaster: handle early exceptionsDavid Reyna2017-09-111-0/+8
* bitbake: toaster: set default pokydirname if no external layersOlaf Mandel2017-09-051-0/+4
* bitbake: toaster: debug message for lists layers missing separatorsOlaf Mandel2017-09-051-1/+1
* bitbake: toaster: support custom Layer Index URL and fixture overrideDavid Reyna2017-08-231-1/+4
* bitbake: toaster: move to new bitbake xmlrpc defaultDavid Reyna2017-07-312-6/+17
* bitbake: toaster: git clone progress barDavid Reyna2017-06-281-0/+12
* bitbake: toaster: address Django-1.10 API deprecationsDavid Reyna2017-06-282-6/+6
* 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