summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update docker imagejuerg/buildbox-run-userchroot-testJürg Billeter2019-12-171-1/+1
* TestJürg Billeter2019-12-171-399/+0
* Update userchroot for testingJürg Billeter2019-12-171-0/+6
* .gitlab-ci.yml: Add job to test buildbox-run-userchrootJürg Billeter2019-12-171-0/+35
* .gitlab-ci.yml: Update docker imageJürg Billeter2019-12-171-1/+1
* tests/integration/shell.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests/integration/script.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-2/+15
* tests/integration/filter.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests/integration/compose.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests: source_determinism.py: Skip flaky test with buildbox-runJürg Billeter2019-12-172-0/+8
* testing/_utils/site.py: Add BUILDBOX_RUN variableJürg Billeter2019-12-171-0/+9
* testing/runcli.py: Add BST_CAS_STAGING_ROOT environment variableJürg Billeter2019-12-172-0/+8
* utils.py: Use `onerror` in `_force_rmtree`Tristan Maat2019-12-171-11/+16
* Merge branch 'tmewett/recursive-git' into 'master'Benjamin Schubert2019-12-163-68/+133
|\
| * sources/git.py: Document that checkout-submodules is recursivetmewett/recursive-gitTom Mewett2019-12-131-2/+6
| * tests/sources/git.py: Add recursive submodule testTom Mewett2019-12-131-0/+40
| * _gitsourcebase.py: Rename and refactor _ignore_submoduleTom Mewett2019-12-131-11/+12
| * _gitsourcebase.py: Manage submodules recursivelyTom Mewett2019-12-131-56/+65
| * _gitsourcebase.py: Add and update some comments on _GitMirrorTom Mewett2019-12-131-3/+14
|/
* Merge branch 'bschubert/cleanup-element-fetch' into 'master'Benjamin Schubert2019-12-131-3/+3
|\
| * element.py: Only cache sources if some had to be fetchedbschubert/cleanup-element-fetchBenjamin Schubert2019-12-131-1/+1
| * element.py: Remove temporary variableBenjamin Schubert2019-12-131-2/+2
|/
* Merge branch 'juerg/job-pipe' into 'master'Jürg Billeter2019-12-121-44/+40
|\
| * job.py: Replace message queue with pipejuerg/job-pipeJürg Billeter2019-12-121-44/+40
|/
* Merge branch 'jjardon/fdsdk-190805' into 'master'Jürg Billeter2019-12-121-1/+1
|\
| * .gitlab-ci.yml: Use latest freedesktop-sdk 19.08.5Javier Jardón2019-12-121-1/+1
|/
* Merge branch 'juerg/buildbox-run-bubblewrap' into 'master'Jürg Billeter2019-12-1017-330/+9
|\
| * tests: Drop buildbox xfailsJürg Billeter2019-12-1014-28/+5
| * Drop buildbox sandboxJürg Billeter2019-12-102-275/+0
| * .gitlab-ci.yml: Drop buildbox jobJürg Billeter2019-12-101-29/+0
| * .gitlab-ci.yml: Add job to test buildbox-runJürg Billeter2019-12-101-0/+6
| * .gitlab-ci.yml: Update docker imageJürg Billeter2019-12-101-1/+1
| * tests/integration/interactive_build.py: Increase timeoutJürg Billeter2019-12-101-1/+1
|/
* Merge branch 'bschubert/add-randomized-order-tests' into 'master'Benjamin Schubert2019-12-102-0/+24
|\
| * tox.ini: Add ability to run tests in a randomized orderBenjamin Schubert2019-12-102-0/+24
|/
* Merge branch 'tlater/tar-test-security' into 'master'Tristan Maat2019-12-101-11/+3
|\
| * tests/sources/tar.py: Use `utils._force_rmtree` instead of chmodTristan Maat2019-12-101-11/+3
|/
* Merge branch 'juerg/buildbox-run' into 'master'Jürg Billeter2019-12-1014-22/+232
|\
| * tests/integration/workspace.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+1
| * tests/integration/messages.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+2
| * tests/integration/manual.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+1
| * tests/integration/interactive_build.py: xfail logging for buildbox-runJürg Billeter2019-12-101-1/+1
| * tests/integration/shell.py: xfail bind mount for buildbox-runJürg Billeter2019-12-101-4/+4
| * tests/integration/script.py: xfail read-only-root for buildbox-runJürg Billeter2019-12-101-0/+3
| * tests/integration/script.py: Relax error message checkJürg Billeter2019-12-101-1/+1
| * tests/integration/sandbox.py: Do not limit shm test to bwrap sandboxJürg Billeter2019-12-103-10/+43
| * _platform: Support experimental buildbox-run sandbox on all platformsJürg Billeter2019-12-102-3/+25
| * Add buildbox-run sandboxBenjamin Schubert2019-12-101-0/+148
| * _sandboxreapi.py: Pass sandbox flags to _execute_action()Jürg Billeter2019-12-102-3/+3
|/
* Merge branch 'coldtom/fix-junction-remotes' into 'master'Jürg Billeter2019-12-102-3/+50
|\