summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch.py: Fix use of alias overridesjonathan/mirror-client-sourcedownloader-tidyJonathan Maw2018-06-251-1/+1
* ostree.py: Adapt to use of alias overridesJonathan Maw2018-06-252-20/+29
* local.py: Update to handle SourceDownloaders and alias overridesJonathan Maw2018-06-251-1/+5
* tar.py: Update to handle alias overridesJonathan Maw2018-06-251-2/+2
* git.py: Use SourceDownloaders and alias_overridesJonathan Maw2018-06-251-64/+59
* bzr.py: Adapt to use of alias overridesJonathan Maw2018-06-251-13/+20
* _downloadablefilesource.py: Update to use alias overrides in fetch and trackJonathan Maw2018-06-251-14/+15
* loader.py: Fix use of wrong fetch methodJonathan Maw2018-06-251-1/+1
* tests: Add mirrored fetching and tracking testsJonathan Maw2018-06-254-0/+474
* testutils: Make tar and zip sources copy successfullyJonathan Maw2018-06-252-0/+8
* testutils: Add a helper to copy a testutils repoJonathan Maw2018-06-251-1/+20
* source.py: Ensure call() and check_output() return SourceErrorsJonathan Maw2018-06-251-1/+87
* source.py: Use mirrors when fetching and trackingJonathan Maw2018-06-252-38/+154
* Allow translate_url to be overridden with a different alias in ProjectJonathan Maw2018-06-252-4/+8
* Move _ALIAS_SEPARATOR into utilsJonathan Maw2018-06-252-5/+6
* project: Parse and store mirrors with default mirror set via config orJonathan Maw2018-06-255-4/+49
* doc: Removed some unused link targetsTristan Van Berkom2018-06-095-14/+0
* doc/source/main_using.rst: Reversed ToC hereTristan Van Berkom2018-06-091-2/+2
* doc/source/examples.rst: Use a flat ToC hereTristan Van Berkom2018-06-091-1/+1
* doc/source/examples_flatpak_autotools.rst: Added some links to the example pr...Tristan Van Berkom2018-06-091-5/+9
* doc/examples/flatpak-autotools: Use consistent project nameTristan Van Berkom2018-06-091-1/+1
* doc: Stop generating the modules indexTristan Van Berkom2018-06-092-2/+2
* .gitlab-ci.yml: Stop depending on specific version of sphinxTristan Van Berkom2018-06-091-1/+1
* doc/source/authoring.rst: Removed unneeded link anchor from hereTristan Van Berkom2018-06-091-2/+0
* doc: Split out cache keys and sandboxing writings into a sub sectionTristan Van Berkom2018-06-092-4/+11
* doc/source/index.rst: Add resources directly at the bottom of the main pageTristan Van Berkom2018-06-092-11/+8
* doc/source/core_framework.rst: Use a toctree instead of linksTristan Van Berkom2018-06-097-21/+22
* doc/source/main_core.rst: Use a hidden toctree to hide away some thingsTristan Van Berkom2018-06-091-0/+10
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-0927-81/+108
* doc/source/index.rst: Use only one level depth ToC on main pageTristan Van Berkom2018-06-091-1/+1
* Allow tracking dependencies within sub-projects.Valentin David2018-06-084-10/+229
* Handle cross junction elements in workspaces.Valentin David2018-06-087-30/+154
* Reword uses of project in Workspaces.Valentin David2018-06-081-22/+30
* Interpret names as colon separated junction path in loader.Valentin David2018-06-087-10/+240
* autotools plugin: Dont regenerate existing configure scriptsTristan Van Berkom2018-06-081-4/+6
* _artifactcache/pushreceive.py: Cleanup reported error when receiving oversize...Tristan Van Berkom2018-06-071-3/+2
* pushreceive.py: Abstract the buffer_James Ennis2018-06-071-9/+8
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-072-6/+32
* pushreceive.py: Add comments to code and name variables more sensiblyJames Ennis2018-06-071-1/+13
* push.py: Add tests to test remote cache expiryJames Ennis2018-06-071-1/+184
* element_generators.py: Add a utility function to create arbitrary size elementsJames Ennis2018-06-072-0/+41
* pushreceive.py: Remove LRP artifacts from cache, introduce clean_up_cache()James Ennis2018-06-071-3/+54
* pushreceive.py: Ensure there is a repopathJames Ennis2018-06-071-0/+3
* _ostree.py: Introduce _list_all_refs() and list_artifacts()Tristan Maat2018-06-071-0/+44
* _ostree.py: Reintroduce remove()Tristan Maat2018-06-071-0/+36
* tests/completions: Added test case for custom `bst help` completionsTristan Van Berkom2018-06-071-0/+13
* _frontend/cli.py: Allow specifying commands in `bst help`Tristan Van Berkom2018-06-072-13/+67
* Implement bst helpEd Baunton2018-06-072-3/+16
* Make `bst help` workEd Baunton2018-06-071-0/+4
* _frontend/cli.py: Try to autocomplete element paths when running from a subdi...Chandan Singh2018-06-062-5/+24