summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _sandboxbuildboxrun.py: Detect platforms supported by buildbox-runjuerg/platformJürg Billeter2020-04-142-8/+22
* sandbox: Reinitialize class when pickle is usedJürg Billeter2020-04-142-0/+8
* element.py: Move sandbox configuration check to __sandbox()Jürg Billeter2020-04-141-4/+2
* Drop concept of partially supported sandbox configurationJürg Billeter2020-04-148-23/+7
* sandbox: Make build-uid and build-gid configuration optionalJürg Billeter2020-04-146-28/+22
* node.pyx: MappingNode.get_int(): Support `None` as defaultJürg Billeter2020-04-142-4/+6
* Merge branch 'tristan/fix-docs-build-error' into 'master'Tristan Van Berkom2020-04-111-2/+2
|\
| * doc/source/main_glossary.rst: Fix docs build errorstristan/fix-docs-build-errorTristan Van Berkom2020-04-111-2/+2
|/
* Merge branch 'juerg/job-sigterm' into 'master'bst-marge-bot2020-04-093-11/+13
|\
| * _sandboxbuildboxrun.py: Reduce SIGTERM timeout to 15sJürg Billeter2020-04-091-1/+1
| * job.py: Use `_signals.terminator()` to handle `SIGTERM`Jürg Billeter2020-04-091-9/+7
| * _signals.py: Allow SIGTERM handler to call `os.exit()`Jürg Billeter2020-04-091-1/+5
|/
* Merge branch 'jjardon/wsl' into 'master'bst-marge-bot2020-04-081-3/+0
|\
| * Revert ".gitlab-ci.yml: Allow WSL test to fail"jjardon/wslJavier Jardón2020-04-081-3/+0
|/
* Merge branch 'abderrahim/public-data' into 'master'bst-marge-bot2020-04-082-1/+12
|\
| * cascache.py: use buildbox-casd when checking whether a file is cachedabderrahim/public-dataAbderrahim Kitouni2020-04-081-1/+7
| * _artifact.py: don't consider an artifact cached if public data is missingAbderrahim Kitouni2020-04-081-0/+5
|/
* Merge branch 'juerg/ci-schedules' into 'master'bst-marge-bot2020-04-081-0/+4
|\
| * .gitlab-ci.yml: Don't run win32 and wsl tests in scheduled pipelinesjuerg/ci-schedulesJürg Billeter2020-04-081-0/+4
|/
* Merge branch 'juerg/export-to-tar' into 'master'bst-marge-bot2020-04-083-9/+35
|\
| * tests/frontend/buildcheckout.py: Check mode and uid/gid in tarballjuerg/export-to-tarJürg Billeter2020-04-081-2/+13
| * _filebaseddirectory.py: Clear uid/gid/uname/gname in export_to_tar()Jürg Billeter2020-04-081-0/+4
| * _casbaseddirectory.py: Sort entries in export_to_tar()Jürg Billeter2020-04-081-1/+1
| * _casbaseddirectory.py: Fix file mode in export_to_tar()Jürg Billeter2020-04-081-2/+3
| * _filebaseddirectory.py: Fix encoding in open_file() for binary filesJürg Billeter2020-04-081-2/+7
| * _casbaseddirectory.py: Fix encoding in open_file() for binary filesJürg Billeter2020-04-081-2/+7
|/
* Merge branch 'jjardon/allow_fail_wsl' into 'master'bst-marge-bot2020-04-071-0/+3
|\
| * .gitlab-ci.yml: Allow WSL test to failjjardon/allow_fail_wslJavier Jardón2020-04-071-0/+3
|/
* Merge branch 'abderrahim/options' into 'master'bst-marge-bot2020-04-053-13/+46
|\
| * _project.py: resolve options before running the final assertionsabderrahim/optionsAbderrahim Kitouni2020-04-053-13/+46
|/
* Merge branch 'juerg/buildbox' into 'master'bst-marge-bot2020-04-043-13/+21
|\
| * tests/integration/script.py: Drop read-only root xfail for buildbox-runJürg Billeter2020-04-041-4/+0
| * tests/integration/build-uid.py: Don't skip tests with buildbox-runJürg Billeter2020-04-041-4/+16
| * .gitlab-ci.yml: Update BuildBox components to 0.0.7Jürg Billeter2020-04-041-5/+5
|/
* Merge branch 'juerg/python-3.6' into 'master'Jürg Billeter2020-04-045-38/+33
|\
| * NEWS: Add note about requiring Python >= 3.6juerg/python-3.6Jürg Billeter2020-04-021-0/+5
| * tests/format/junctions.py: Drop Python 3.5 compatibilityJürg Billeter2020-04-021-6/+3
| * setup.py: Require Python >= 3.6Jürg Billeter2020-04-021-3/+3
| * tox.ini: Drop Python 3.5 environmentsJürg Billeter2020-04-021-18/+18
| * .gitlab-ci.yml: Do not use Python 3.5 tox environmentsJürg Billeter2020-04-021-4/+4
| * .gitlab-ci.yml: Drop tests-debian-9 jobJürg Billeter2020-04-021-7/+0
|/
* Merge branch 'juerg/buildbox-run-error' into 'master'Jürg Billeter2020-04-011-2/+6
|\
| * _sandboxbuildboxrun.py: Check for buildbox-run initialization errorsjuerg/buildbox-run-errorJürg Billeter2020-03-311-2/+6
|/
* Merge branch 'abderrahim/fuse3' into 'master'Abderrahim Kitouni2020-03-301-1/+1
|\
| * mount: don't pass nonempty optionabderrahim/fuse3Abderrahim Kitouni2020-03-281-1/+1
|/
* Merge branch 'bschubert/fix-overnight' into 'master'Benjamin Schubert2020-03-251-4/+7
|\
| * .gitlab-ci.yml: install requirements from git instead of pipybschubert152020-03-251-4/+7
|/
* Merge branch 'bschubert/stricter-cas-soc' into 'master'Benjamin Schubert2020-03-247-21/+36
|\
| * cascache.py: remove creation of the 'cas/objects' directorybschubert/stricter-cas-socbschubert152020-03-241-1/+0
| * cascache.py: Create cas logs in the buildstream cache directorybschubert152020-03-247-20/+36
|/