summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* temp commit for debuggingjmac/cas_backed_vdirJim MacArthur2018-05-186-3/+292
* Merge branch 'juerg/googlecas' into jmac/cas_backed_vdirJim MacArthur2018-05-1867-2266/+7113
|\
| * NEWS: Add news entry for Google CAS-based artifact cacheJürg Billeter2018-05-141-0/+8
| * Remove OSTree artifact cacheJürg Billeter2018-05-144-1474/+0
| * Remove tar artifact cacheJürg Billeter2018-05-142-380/+0
| * tests/integration/workspace.py: Test incremental build on all platformsJürg Billeter2018-05-141-1/+0
| * tests: Test push/pull on all platformsJürg Billeter2018-05-143-12/+0
| * tests/cachekey: Update expected cache keys after switch to Google CASJürg Billeter2018-05-1425-25/+25
| * tests/testutils/artifactshare.py: Use Google CAS artifact serverJürg Billeter2018-05-141-19/+48
| * _platform: Use GoogleCAS artifact cacheJürg Billeter2018-05-143-10/+5
| * _artifactcache: Add GoogleCAS serverJürg Billeter2018-05-143-2/+210
| * _artifactcache/googlecas.py: Add remote supportJürg Billeter2018-05-141-7/+281
| * Add proto for BuildStream artifact cache serviceJürg Billeter2018-05-146-3/+376
| * _artifactcache: Add local Google CAS artifact cacheJürg Billeter2018-05-141-0/+306
| * remote_execution.proto: Add proposed symlink supportJürg Billeter2018-05-142-65/+132
| * Import protos for the Google Remote Execution APIJürg Billeter2018-05-1419-1/+5396
| * setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-05-143-4/+41
| * .gitlab-ci.yml: Install grpcioJürg Billeter2018-05-141-0/+4
| * tests: Use context manager for ArtifactShareJürg Billeter2018-05-144-342/+359
| * tests/frontend/push.py: Add missing skip annotation for non-LinuxJürg Billeter2018-05-131-0/+1
* | _stream.py: Alter _checkout_hardlinks to use can_destroyJim MacArthur2018-05-171-4/+2
* | Implement can_destroy flag in _filebaseddirectory.pyJim MacArthur2018-05-172-2/+16
* | Directory.py: link_ok=>can_link (consistent with other use)Jim MacArthur2018-05-171-2/+2
* | Fixup compose: pep8Jim MacArthur2018-05-171-2/+1
* | Directory.py: Change the mtime interface into mark_unmodified/list_modified_p...Jim MacArthur2018-05-173-28/+47
* | scriptelement.py: Convert to virtual directoriesJim MacArthur2018-05-171-5/+4
* | plugins/elements/stack.py: Convert to virtual directoriesJim MacArthur2018-05-171-6/+2
* | sandbox/_mount.py, sandbox/_sandboxbwrap.py: Remove instances of get_directoryJim MacArthur2018-05-172-2/+5
* | plugins/elements/import.py: Convert to virtual directoriesJim MacArthur2018-05-171-13/+7
* | plugins/elements/compose.py: Convert to virtual directoriesJim MacArthur2018-05-171-12/+12
* | element.py: Conversion to use virtual directoriesJim MacArthur2018-05-171-43/+44
* | _stream.py: Convert to virtual directories.Jim MacArthur2018-05-171-12/+9
* | Sandbox.py: Add get_virtual_directory and get_virtual_toplevel_directoryJim MacArthur2018-05-171-0/+28
* | Sandbox.py: Rename __root to _root to allow its use by subclasses.Jim MacArthur2018-05-172-5/+6
* | Add the virtual directory class 'Directory' and one implementation,Jim MacArthur2018-05-173-0/+344
* | Add BST_VIRTUAL_DIRECTORY flag for element pluginsJim MacArthur2018-05-172-4/+19
* | _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