aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-09wikilog: also try to update commit and branch on CheckOutLayersJoshua Lock
2017-01-04wikilog: fix detection of poky repository to handle poky-contribJoshua Lock
2016-12-21CreateIntelBSPPackage: don't call start() after finished()Joshua Lock
2016-12-21CreateAutoConf: don't call start() after finished()Joshua Lock
2016-12-21GetDistroVersion: don't call start() after finished()Joshua Lock
2016-12-21CreateWicImages: don't call start() after finished()Joshua Lock
2016-12-21ResolveLayerHead: don't call start() after finished()Joshua Lock
2016-12-21buildlogger: remove this scriptJoshua Lock
2016-12-21yocto-[start|stop]-autobuilder: don't start/stop buildloggerJoshua Lock
2016-12-21yocto-controller/controller.cfg.example: add wikilog exampleJoshua Lock
2016-12-21autobuilder/status/wikilog: replace buildlogger with buildbot status pluginJoshua Lock
2016-12-15buildlogger: pep8 cleanJoshua Lock
2016-12-15buildlogger: move wiki handling functions to autobuilder/lib/wikiJoshua Lock
2016-12-13SendQAMail: fix subject for snapshot buildsJoshua Lock
2016-12-13PublishArtifacts: ensure the step fails if publishing adtrepo-dev failsJoshua Lock
2016-12-13buildset-config.controller/nightly: default deploy_artifacts to FalseJoshua Lock
2016-12-13buildsteps/Run{ESDK, SDK}SanityTests: Enable verbose on bitbake runAníbal Limón
2016-12-13nightly.conf: add deploy_artifacts to copy_propertiesStephano Cetola
2016-12-13nightly-arm64: run eSDK sanity test against the image we builtJoshua Lock
2016-12-12CreateAutoConf: disable minimal extensible SDK installers for nowJoshua Lock
2016-12-12CreateAutoConf: include a toolchain in minimal eSDKJoshua Lock
2016-12-10CreateAutoConf: fix exception when doing a non-release buildJoshua Lock
2016-12-08Revert "RunSanityTests: reset auto.conf when tests are done"Joshua Lock
2016-12-08RunSanityTests: reset auto.conf when tests are doneJoshua Lock
2016-12-08BuildImages: make use of BitbakeShellCommand.skipStep()Joshua Lock
2016-12-08RunSanityTests: use BitbakeShellCommand.skipStep() to skipJoshua Lock
2016-12-08RunESDKSanityTests: use BitbakeShellCommand.skipStep() to skipJoshua Lock
2016-12-08buildsteps: add skipStep() method to BitbakeShellCommandJoshua Lock
2016-12-07autobuilder/lib/buildsteps.py: BitbakeShellCommand fix errors on cmdCompleteAníbal Limón
2016-12-07nightly-arm64: run eSDK sanity tests after eSDK buildJoshua Lock
2016-12-07PublishArtifacts: only publish per-release sstate for morty +Joshua Lock
2016-12-07PublishArtifacts: fix trailing . in get_release_number()Joshua Lock
2016-12-07CreateAutoConf: fix trailing . in get_release_number()Joshua Lock
2016-12-07CreateAutoConf: only build minimal eSDK if SSTATE_MIRROR_BASE is setJoshua Lock
2016-12-07RunSanityTests: fix f77eea, use correct variable nameJoshua Lock
2016-12-07BuildImages: ensure self.command != None even when skipping stepJoshua Lock
2016-12-07PublishArtifacts: skip uninative on releases older than krogothJoshua Lock
2016-12-07RunSanityTests: also skip when no-x11 image hasn't been builtJoshua Lock
2016-12-07PublishArtifacts: fix release build behaviourJoshua Lock
2016-12-07nightly: propagate the new is_release propertyJoshua Lock
2016-12-07CreateAutoConf: set a property when this is a release buildJoshua Lock
2016-12-07buildlogger: naive fix for a formatting issueJoshua Lock
2016-12-07CreateAutoConf: only setup SSTATE_MIRRORS for Morty or newerJoshua Lock
2016-12-07CreateAutoConf: fix formatting of SSTATE_MIRRORS entriesJoshua Lock
2016-12-05buildlogger: move configuration from etc to configJoshua Lock
2016-12-05buildlogger: monitor builds for failuresJoshua Lock
2016-12-05buildlogger: factor out logic for determining most recent buildJoshua Lock
2016-12-05buildlogger: place reason on a separate line to the triggererJoshua Lock
2016-12-05buildlogger: use base AB JSON API path in configJoshua Lock
2016-12-05buildlogger: various clean upJoshua Lock