summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _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
* tests: fix erroneous comment in git testJonathan Maw2018-02-191-1/+1
* git.py: Add the ability to set whether to checkout submodulesJonathan Maw2018-02-191-4/+35
* Regenerating man pages for 1.1.0 dev release1.1.0Tristan Van Berkom2018-02-1916-123/+105
* Updating NEWS for 1.1.0 releaseTristan Van Berkom2018-02-191-0/+3
* bst-here: add usage instructionsChandan Singh2018-02-171-1/+25
* bst-here: fix path of bst binaryChandan Singh2018-02-171-1/+1
* element.py: Create real build shell for `bst shell --build`proper-build-shellsTristan Van Berkom2018-02-161-11/+18
* _yaml.py: Preserve quotes when run through yaml parsingPhillip Smyth2018-02-151-1/+1
* _yaml.py: Prevent ruamel from removing underscoresPhillip Smyth2018-02-157-20/+52
* _plugincontext.py: Fix unhandled exception if plugin is not foundsam/plugin-errorSam Thursfield2018-02-141-0/+5
* .gitlab-ci.yml: Support test execution in other repositoriesJürg Billeter2018-02-131-2/+5
* _frontend/cli.py: Check for invalid --track-except or --track-savePhillip Smyth2018-02-131-0/+8
* _frontend/cli.py: Improve closing of non-existing workspacePhillip Smyth2018-02-131-0/+5
* source.py: fix comment typoAngelos Evripiotis2018-02-131-1/+1
* doc: consistent source staging dir docAngelos Evripiotis2018-02-133-0/+9
* source.py: Fix typo in workspace warningJürg Billeter2018-02-131-1/+1
* scheduler.py: Do not prematurely terminate loop after skipping jobsjuerg/schedulerJürg Billeter2018-02-121-1/+7
* .gitlab-ci.yml: Fix INTEGRATION_CACHEJürg Billeter2018-02-121-5/+2
* test: Add tests that bzr workspace initialization acts as expectedJonathan Maw2018-02-121-0/+19
* bzr: Implement init_workspaceJonathan Maw2018-02-121-0/+15