summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tar.py: Make directories with incorrect permissions traversabletlater/casd-socket-permissionsTristan Maat2019-11-121-2/+6
* Make junction test subproject configuration group-readableTristan Maat2019-11-122-0/+4
* testing/integration.py: Make the integration cache group-readableTristan Maat2019-11-121-0/+10
* plugins/sources/tar.py: Ensure read permissions for groups as wellTristan Maat2019-11-121-3/+3
* WIP: casserver.py: Adapt make_socket_path()Tristan Maat2019-11-121-2/+61
* cascache.py: Set up socket path via a symlinkTristan Maat2019-11-121-4/+60
* Make roundtrip_dump allow group permissionsTristan Maat2019-11-123-4/+17
* element.py: Make build directory a proper utils._tempdirTristan Maat2019-11-122-10/+1
* workspaces.py: Make workspace config group-readableTristan Maat2019-11-121-0/+12
* Make temporary staging directories group-accessibleTristan Maat2019-11-124-2/+49
* WIP: Temporarily disable source determinism testsTristan Maat2019-11-121-0/+1
* WIP: Temporarily disable the ability to link in CasBasedDirectoryTristan Maat2019-11-121-0/+2
* casserver.py: Use FetchTree instead of directly updating mtimesTristan Maat2019-11-121-29/+63
* Remove newly unused API surfaces in CASCacheTristan Maat2019-11-127-179/+84
* casserver.py: Make BuildStream util imports explicitTristan Maat2019-11-121-5/+5
* casserver.py: Proxy CAS requests to buildbox-casdTristan Maat2019-11-122-201/+77
* casserver.py: Move CASCache API to a smaller, local classTristan Maat2019-11-121-27/+198
* casserver.py: Run buildbox-casd in `bst-artifact-server`Tristan Maat2019-11-121-1/+120
* casserver.py: Add loggingTristan Maat2019-11-121-5/+71
* Merge branch 'juerg/sandbox-reapi' into 'master'bst-marge-bot2019-11-112-178/+226
|\
| * sandbox: Move SandboxRemoteBatch to SandboxREAPIJürg Billeter2019-11-112-69/+68
| * sandbox: Move _run() from SandboxRemote to SandboxREAPIJürg Billeter2019-11-112-102/+111
| * sandbox: Add abstract SandboxREAPI classJürg Billeter2019-11-112-6/+32
| * _sandboxremote.py: Fetch outputs in _execute_action()Jürg Billeter2019-11-111-8/+17
| * _sandboxremote.py: Extract _execute_action() method from _run()Jürg Billeter2019-11-111-22/+32
| * _sandboxremote.py: Simplify exit code returnJürg Billeter2019-11-111-6/+3
| * _sandboxremote.py: Send command and action together with the other blobsJürg Billeter2019-11-111-14/+7
| * _sandboxremote.py: Ensure working directory existsJürg Billeter2019-11-111-0/+5
|/
* Merge branch 'bschubert/fix-children-termination' into 'master'bst-marge-bot2019-11-113-16/+85
|\
| * scheduler.py: Remove FIXME message and add explanation insteadBenjamin Schubert2019-11-111-5/+3
| * scheduler.py: Prevent the asyncio loop from leaking into subprocessesBenjamin Schubert2019-11-112-11/+82
|/
* Merge branch 'chandan/no-command-general-elements' into 'master'bst-marge-bot2019-11-112-0/+6
|\
| * Indicate that compose & stack plugins do not run commandsChandan Singh2019-11-112-0/+6
|/
* Merge branch 'coldtom/allow-dev-shm' into 'master'bst-marge-bot2019-11-114-2/+61
|\
| * _sandboxbwrap.py: Create /dev/shm in the sandboxThomas Coldrick2019-11-114-2/+61
|/
* Merge branch 'traveltissues/1186-3' into 'master'bst-marge-bot2019-11-113-16/+30
|\
| * _stream: Remove exception case for removed optionDarius Makovsky2019-11-111-10/+0
| * Add _is_trackable() method to Source()Darius Makovsky2019-11-113-6/+30
|/
* Merge branch 'bschubert/expand-path-configs' into 'master'bst-marge-bot2019-11-112-2/+82
|\
| * _remote.py: Expand user in certificates pathsBenjamin Schubert2019-11-112-2/+82
|/
* Merge branch 'chandan/stack-no-sources' into 'master'bst-marge-bot2019-11-081-0/+3
|\
| * plugins/elements/stack: Disallow sourceschandan/stack-no-sourcesChandan Singh2019-11-081-0/+3
|/
* Merge branch 'bschubert/fix-children-termination' into 'master'bst-marge-bot2019-11-081-2/+8
|\
| * app.py: Also catch SystemError with click.AbortBenjamin Schubert2019-11-081-2/+8
|/
* Merge branch 'traveltissues/closeworkspaces' into 'master'bst-marge-bot2019-11-065-26/+31
|\
| * _stream: correct typo in error messagetraveltissues/closeworkspacesDarius Makovsky2019-11-061-1/+1
| * Remove unnecessary ignore_workspaces kwargDarius Makovsky2019-11-065-25/+30
|/
* Merge branch 'traveltissues/1182' into 'master'bst-marge-bot2019-11-054-6/+11
|\
| * Remove `commit`ting sources inside `Source()._generate_key`Darius Makovsky2019-11-054-6/+11
|/
* Merge branch 'bschubert/better-reporting-on-userconfig' into 'master'bst-marge-bot2019-11-052-1/+27
|\