summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: toaster: Rationalise mimetype guessing to fix artifact downloadsElliot Smith2015-10-111-34/+0
* bitbake: toaster: move clones into subdirectoryEd Bartosh2015-09-291-1/+1
* bitbake: toaster: make clone directory name uniqueEd Bartosh2015-09-291-7/+2
* bitbake: toaster: fix reimporting moduleEd Bartosh2015-09-291-1/+0
* bitbake: toaster: fix bug in resetting git repositoryEd Bartosh2015-09-291-1/+2
* bitbake: toaster: use git reset --hard instead of rebaseEd Bartosh2015-09-291-1/+1
* bitbake: toaster: don't use --single-branch when cloningEd Bartosh2015-09-291-2/+2
* bitbake: toaster: Create a relationship between build information and toaster...Michael Wood2015-09-292-1/+182
* bitbake: toaster: create custom layer and recipes for Image customisationEd Bartosh2015-09-291-2/+49
* bitbake: toaster: store task name in Target objectsEd Bartosh2015-09-231-1/+1
* bitbake: toaster: Avoid unnecessary local to local copy of cooker logElliot Smith2015-09-182-44/+2
* bitbake: toaster: increase waiting timeEd Bartosh2015-09-121-2/+2
* bitbake: toaster: improve explanation of checkout dirBelen Barros Pena2015-09-041-16/+16
* bitbake: toaster: fix pylint errorsAlexandru Damian2015-08-191-1/+1
* bitbake: toaster: fix updates on failed build requestsAlexandru DAMIAN2015-08-191-1/+1
* bitbake: toaster: replace raising Exceptions in loadconfAlexandru DAMIAN2015-08-191-14/+23
* bitbake: toaster: checksettings: fix TEMPLATECONF detectionAlexandru DAMIAN2015-08-191-1/+7
* bitbake: toaster: checksettings: fix guesspath initializationAlexandru DAMIAN2015-08-191-1/+3
* bitbake: toaster: pylint fixesAlexandru DAMIAN2015-08-191-1/+2
* bitbake: toaster: Fix typo in set up script outputBelen Barros Pena2015-08-171-1/+1
* bitbake: bitbake: toaster: Uncomment logging messagesEd Bartosh2015-08-011-3/+3
* bitbake: bitbake: toaster: get rid of _createdirpath functionEd Bartosh2015-08-011-12/+7
* bitbake: bitbake: toaster: Fix usage of wrong variablesEd Bartosh2015-08-011-4/+4
* bitbake: bitbake: toaster: Wait for toaster gui to comeEd Bartosh2015-08-011-1/+1
* bitbake: toaster: Fix build execution regressionMichael Wood2015-07-021-1/+1
* bitbake: toaster: runbuilds Fix incorrect variable nameMichael Wood2015-07-021-1/+1
* bitbake: toaster: bldcontrol Ignore toasterconf files in own directoriesMichael Wood2015-06-261-0/+2
* bitbake: toaster: refactor build modelAlexandru DAMIAN2015-06-262-4/+8
* bitbake: toaster: fixes after replacing BuildRequest with BuildAlexandru DAMIAN2015-06-263-4/+8
* bitbake: toaster: fill in build data from buildrequestAlexandru DAMIAN2015-06-261-1/+31