summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* element.py: Remove unused _get_strict_cache_key() methodjuerg/cache-key-handlingJürg Billeter2018-02-271-12/+0
* element.py: Add _can_query_cache() methodJürg Billeter2018-02-273-4/+13
* Remove unused _KeyStrength importsJürg Billeter2018-02-273-5/+0
* _artifactcache: Add key parameter to pull() methodJürg Billeter2018-02-273-34/+61
* _artifactcache: Add keys parameter to push() methodJürg Billeter2018-02-273-14/+16
* _artifactcache: Add key parameter to push_needed() methodJürg Billeter2018-02-273-7/+10
* _artifactcache: Add keys parameter to commit() methodJürg Billeter2018-02-274-26/+24
* _ostree.py: Use list of refs as commit parameterJürg Billeter2018-02-272-11/+7
* _artifactcache: Add key parameter to extract() methodJürg Billeter2018-02-274-22/+22
* _artifactcache: Add key parameter to contains() methodJürg Billeter2018-02-274-43/+14
* _artifactcache/artifactcache.py: Add pull() to abstract base classJürg Billeter2018-02-271-0/+12
* _artifactcache/artifactcache.py: Add push() to abstract base classJürg Billeter2018-02-271-0/+17
* _artifactcache/tarcache.py: Remove unused remove() methodJürg Billeter2018-02-271-14/+0
* element.py: Remove unused strength parameter from _cached()Jürg Billeter2018-02-261-22/+4
* tests/frontend/push.py: Test that we don't push stuff that we just pulledSam Thursfield2018-02-262-0/+67
* tests/frontend: Summarize the existing push and pull testsSam Thursfield2018-02-262-0/+27
* Don't push artifacts to remote caches that already contain themSam Thursfield2018-02-263-8/+64
* _artifactcache/ostreecache.py: Rework so that all remotes for a ref are trackedSam Thursfield2018-02-261-58/+81
* _artifactcache/artifactcache.py: Fix name mismatch in doc commentSam Thursfield2018-02-261-1/+1
* doc/source/format.rst: Document format version for junction dependency attributeTristan Van Berkom2018-02-261-0/+4
* _downloadablefilesource.py: Add ETag supportjuerg/etagJürg Billeter2018-02-251-7/+24
* MANIFEST.in: remove files that are no longer in this repoChandan Singh2018-02-241-2/+0
* tests/integration/shell.py: Added tests for inheriting environment variablesTristan Van Berkom2018-02-252-3/+44
* tests/integration/shell.py: Dont use shlex, use command vectorsTristan Van Berkom2018-02-251-9/+15
* testutils/runcli.py: Print something helpful if BuildStream fails to exit pro...Tristan Van Berkom2018-02-251-0/+1
* doc/source/projectconf.rst: Added documentation about customizing the shellTristan Van Berkom2018-02-252-0/+57
* element.py: Use project shell configuration when launching shells.Tristan Van Berkom2018-02-251-9/+10
* _context.py: Added _get_toplevel_project() convenience accessorTristan Van Berkom2018-02-251-0/+11
* _project.py: Parse the new 'shell' sectionTristan Van Berkom2018-02-251-3/+15
* _frontend: Added App.shell() to call instead of directly invoking the Element...Tristan Van Berkom2018-02-242-2/+20
* element.py: Element._shell() now allows a custom prompt for PS1Tristan Van Berkom2018-02-241-2/+6
* sandbox/_sandboxbwrap.py: Use --die-with-parentJürg Billeter2018-02-242-0/+26
* _artifactcache/ostreecache.py: Make enable_push a keyword argumentJürg Billeter2018-02-242-2/+2
* sandbox/_sandboxbwrap.py: Unshare IPC namespace in build sandboxJürg Billeter2018-02-241-0/+1
* sandbox/_sandboxbwrap.py: Unshare UTS namespace in build sandboxJürg Billeter2018-02-241-0/+1
* bst shell: Added --isolate option, disabled by default.tristan/isolate-shellTristan Van Berkom2018-02-233-17/+19
* Inherit user id and group id for bst shellJürg Billeter2018-02-223-2/+13
* _ostree.py: Disable OSTree's minimum disk space check in our repossam/disable-ostree-free-space-checkSam Thursfield2018-02-221-0/+7
* doc/source/projectconf.rst: Moving docs for `fail-on-overlaps`Tristan Van Berkom2018-02-211-17/+19
* tests/integration/base/generate-base.sh: Typo fix in commentSam Thursfield2018-02-211-1/+1
* tests/integration: Use a minimal custom base sysrootSam Thursfield2018-02-219-29/+83
* tests/integration: Do not use C++ compiler in workspace-mount testJürg Billeter2018-02-213-8/+8
* tests/integration: Use a simpler CMake test projectSam Thursfield2018-02-215-31/+17
* doc: Add 'sandboxing' sectionSam Thursfield2018-02-203-0/+204
* Create workspace directory after checking for potential issuesChandan Singh2018-02-191-14/+15
* doc: Update information on how plugin configuration is composedJonathan Maw2018-02-191-19/+34
* tests: Add a git test that project overrides workJonathan Maw2018-02-194-0/+52
* Add a 'sources' field to project.conf to override defaultsJonathan Maw2018-02-193-3/+56
* tests: Add tests to verify git sources obey submodule checkout configJonathan Maw2018-02-192-0/+208
* testutils: Add support for git source controlling submodule checkoutJonathan Maw2018-02-191-6/+11