summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: Fetching obeys numbered suffixesjonathan/mirror-clientJonathan Maw2018-05-301-10/+83
* Improve combination generation, include whether to generate numbered suffixesJonathan Maw2018-05-253-15/+22
* TIDY: Store mirrors as objects, not weird dictsJonathan Maw2018-05-254-35/+118
* TIDY: Substitute the entire URL, not just the aliasJonathan Maw2018-05-213-23/+52
* Set default mirror via command-line or user configJonathan Maw2018-05-215-3/+14
* Fix parse and storeJonathan Maw2018-05-211-3/+1
* tests: Add default-mirror testsJonathan Maw2018-05-211-42/+164
* tests: Add a test for fetching when a source uses multiple aliasesJonathan Maw2018-05-212-0/+136
* When fetching, try to fetch from mirrors firstJonathan Maw2018-05-212-1/+32
* git.py: Improve mirror supportJonathan Maw2018-05-211-2/+2
* tests: Add a very rough test for fetchingJonathan Maw2018-05-211-0/+70
* testutils: Add a helper to copy a testutils repoJonathan Maw2018-05-211-1/+20
* bzr.py: Improve mirror supportJonathan Maw2018-05-211-4/+7
* source: Store the url aliases or use an overrideJonathan Maw2018-05-211-3/+19
* Move _ALIAS_SEPARATOR into utilsJonathan Maw2018-05-212-6/+6
* project: Parse and store mirrorsJonathan Maw2018-05-211-2/+81
* element.py: Fix consistency of workspaced elements when ref is missingChandan Singh2018-05-172-9/+42
* _frontend/linuxapp.py: Fixed crash in previous commitTristan Van Berkom2018-05-171-1/+1
* _frontend: Notify failures when on linuxtristan/platform-appTristan Van Berkom2018-05-173-1/+75
* doc/source/examples_flatpak_autotools.rst: Enhanced exampleTristan Van Berkom2018-05-161-12/+117
* doc/examples/flatpak-autotools/README.md: RemovingTristan Van Berkom2018-05-161-28/+0
* doc/source/examples.rst: Rearranged ToC for examplesTristan Van Berkom2018-05-162-29/+36
* tests/examples/flatpak-autotools.py: Workaround setuptools bugTristan Van Berkom2018-05-161-0/+18
* doc: Add first example, building on a flatpak SDKalbfan2018-05-1623-0/+3225
* doc/source/projectconf.rst: Added link anchor for source aliasesTristan Van Berkom2018-05-161-0/+2
* doc/source/projectconf.rst: Added link anchors for project option typesTristan Van Berkom2018-05-161-0/+10
* bst-init: Ensure --element-path is respected by the commandchandan/fix-bst-init-element-path288-kill-element-normal_name-variableChandan Singh2018-05-112-2/+5
* _workspaces.py: Use file mtime for workspace cache keys instead of checksummingTristan Van Berkom2018-05-111-9/+6
* _stream.py: Do not force `PipelineSelection.ALL` for build with trackingJürg Billeter2018-05-112-2/+2
* Do not pull/fetch/build elements that are not requiredJürg Billeter2018-05-115-4/+62
* _ostree.py: Remove unused function list_remote_refs()Jürg Billeter2018-05-111-20/+0
* doc/source/artifacts.rst: Drop section about summary file updatesJürg Billeter2018-05-111-17/+0
* _artifactcache/ostreecache.py: Do not use summary fileJürg Billeter2018-05-111-87/+18
* _artifactcache/artifactcache.py: Remove unused methodsJürg Billeter2018-05-111-35/+0
* element.py: Do not query remote artifact caches ahead of pull/pushJürg Billeter2018-05-114-74/+54
* _artifactcache: Add element paramater to has_fetch_remotes()Jürg Billeter2018-05-112-3/+15
* _artifactcache: Add bool return value to pull()Jürg Billeter2018-05-113-6/+11
* _stream.py: Remove unused downloadable parameter from load_selection()Jürg Billeter2018-05-111-4/+1
* _frontend/cli.py: Remove bst show --downloadable optionJürg Billeter2018-05-111-5/+2
* tests: Do not rely on 'downloadable' statusJürg Billeter2018-05-114-21/+25
* _pipeline.py: Allow pulling strict artifacts in non-strict modeJürg Billeter2018-05-111-3/+7
* _pipeline.py: Remove unused ignore_cache parameter from _PlannerJürg Billeter2018-05-111-7/+7
* _artifactcache/ostreecache.py: Fix global remotesJürg Billeter2018-05-111-2/+2
* _project.py: Remove unused internal function _extract_plugin_paths()Chandan Singh2018-05-111-8/+0
* Add soft reset functionality for workspacesTristan Van Berkom2018-05-102-4/+13
* buildstream/plugins/sources/_downloadablefilesource.py: Store etag along with...Valentin David2018-05-101-23/+42
* _frontend/app.py: Fixed ordering of initialization sequence.Tristan Van Berkom2018-05-101-14/+14
* _frontend/cli.py: Fetch all elements when tracking a build plantristan/pipeline-refactorTristan Van Berkom2018-05-081-0/+7
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-087-606/+685
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-087-103/+131