summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* optionpool: use context_for_bsterroraevri/provenance_scopeAngelos Evripiotis2019-03-151-5/+2
* element.py: use context_for_bsterrorAngelos Evripiotis2019-03-151-13/+4
* WIP: _options: use context_for_bsterrorAngelos Evripiotis2019-03-152-18/+17
* WIP: more context_for_bsterrorAngelos Evripiotis2019-03-151-12/+6
* loader: use context_for_bsterror on junction loadAngelos Evripiotis2019-03-151-3/+4
* app.py: str(e) instead of "{}".format(e)Angelos Evripiotis2019-03-153-5/+5
* WIP: context_for_bsterrorAngelos Evripiotis2019-03-151-0/+38
* Merge branch 'aevri/direct_load_junction_projects' into 'master'bst-marge-bot2019-03-154-7/+96
|\
| * _project: don't _find_project_dir if a junctionAngelos Evripiotis2019-03-153-4/+85
| * runcli.run(): coerce project and args to stringsAngelos Evripiotis2019-03-151-0/+4
| * loader: clearer error if no junction project.confAngelos Evripiotis2019-03-151-3/+7
|/
* Merge branch 'aevri/tmpdir_for_cache_size' into 'master'bst-marge-bot2019-03-151-1/+1
|\
| * cascache: atomically save size via tmpdir insteadAngelos Evripiotis2019-03-151-1/+1
|/
* Merge branch 'jjardon/bst-external-table' into 'master'Javier Jardón2019-03-151-0/+7
|\
| * README.rst: Add table with package status of bst-externalJavier Jardón2019-03-141-0/+7
|/
* Merge branch 'aevri/doc_artifact_log' into 'master'Jürg Billeter2019-03-141-2/+37
|\
| * 'artifact log': document the 'artifacts' argumentaevri/doc_artifact_logAngelos Evripiotis2019-03-141-2/+37
|/
* Merge branch 'aevri/nodefaultsset' into 'master'bst-marge-bot2019-03-141-16/+11
|\
| * element.py: remove redundant `__defaults_set`Angelos Evripiotis2019-03-141-4/+2
| * Element.__init_defaults: init if no plugin_confAngelos Evripiotis2019-03-141-10/+8
| * element: refactor, rm unused temp varAngelos Evripiotis2019-03-141-2/+1
|/
* Merge branch 'jennis/remove_node_chain_stuff' into 'master'Jürg Billeter2019-03-145-161/+26
|\
| * _yaml.py: Rip out ChainMap(), node_chain_copy(), node_list_copy()jennis/remove_node_chain_stuffJames Ennis2019-03-145-161/+26
|/
* Merge branch 'juerg/cas' into 'master'bst-marge-bot2019-03-142-8/+8
|\
| * _casbaseddirectory.py: Use variable-length argument list for _exists()Jürg Billeter2019-03-141-1/+1
| * _casbaseddirectory.py: Use variable-length argument list for _objpath()Jürg Billeter2019-03-142-7/+7
|/
* Merge branch 'phil/consolidate-repo-tests' into 'master'bst-marge-bot2019-03-1444-974/+1489
|\
| * tests: move templated tests from workspace.py into separate filephil/consolidate-repo-testsPhil Dawson2019-03-146-6/+203
| * tests/frontend/workspaces/py: Fix typo in WorkspaceCreator classPhil Dawson2019-03-141-7/+7
| * tests: move templated tests from source-determinism.py into separate filePhil Dawson2019-03-143-74/+137
| * tests: move templated source tests from track.py into separate filePhil Dawson2019-03-142-368/+413
| * tests: move templated tests from track_cross_junction.py into separate filePhil Dawson2019-03-141-0/+23
| * tests: move templated tests from buildcheckout.py into basic_functionality.pyPhil Dawson2019-03-142-48/+82
| * tests: move templated source tests from mirror.py into separate filePhil Dawson2019-03-142-397/+427
| * tests: move templated source tests from fetch.py into separate filePhil Dawson2019-03-1429-75/+198
|/
* Merge branch 'raoul/440-source-cache' into 'master'bst-marge-bot2019-03-1438-362/+1195
|\
| * Source cache testsRaoul Hidalgo Charman2019-03-1415-0/+429
| * Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-1418-59/+187
| * _sourcecache.py: Introduce SourceCache classRaoul Hidalgo Charman2019-03-142-0/+154
| * source.py: Add source cache keyRaoul Hidalgo Charman2019-03-141-0/+23
| * utils: add deterministic_umask context managerRaoul Hidalgo Charman2019-03-142-1/+17
| * CASQuota: move clean method hereRaoul Hidalgo Charman2019-03-144-114/+147
| * _basecache.py: Move artifactcache methods to base cacheRaoul Hidalgo Charman2019-03-143-194/+244
|/
* Merge branch 'tpollard/fix-complete-nonetype' into 'master'bst-marge-bot2019-03-141-8/+11
|\
| * _frontend/cli.py: Don't attempt to path NoneType in complete_target()Tom Pollard2019-03-141-8/+11
|/
* Merge branch 'jennis/introduce_artifact_delete' into 'master'Jürg Billeter2019-03-1331-31/+275
|\
| * docs: Add bst artifact delete to using_commands.rstJames Ennis2019-03-131-0/+7
| * Update man pages now that bst artifact delete existsJames Ennis2019-03-1322-22/+41
| * NEWS: Add news entry for bst artifact deleteJames Ennis2019-03-131-0/+4
| * cascache.py: Ensure path exists before trying to update the mtimeJames Ennis2019-03-132-6/+48