summaryrefslogtreecommitdiff
path: root/ybd/sandbox.py
Commit message (Expand)AuthorAgeFilesLines
* Add /var to the writable paths to fix linux-user-chroot rpm buildsBen Brown2018-02-091-1/+1
* Set default value for out and err if values are unset by subprocessBen Brown2017-07-191-0/+1
* Add helper method to create a directory with 'exist_ok' optional argBen Brown2017-07-191-6/+1
* Fix rpm generation from chunksBen Brown2017-06-201-1/+6
* sandbox: Make it possible to hide the logging of which command was runJonathan Maw2017-05-171-3/+3
* Re-raise SystemExit from sandboxBen Brown2017-05-111-2/+2
* Return same tuple on failure in run_sandboxedBen Brown2017-05-111-1/+1
* Fix run_sandbox call so stdout and stderr are returnedBen Brown2017-05-111-12/+14
* sandbox: make run_sandboxed output stdout and stderrJonathan Maw2017-05-111-3/+3
* sandbox.py: pep8Tristan Van Berkom2017-05-111-2/+4
* sandbox.py: Only optionally abort on failures from run_sandbox()Tristan Van Berkom2017-05-111-2/+6
* Make sandbox.install optionally take a destdirJonathan Maw2017-05-111-5/+11
* Replace copy_all_files with copy_fsDaniel Firth2016-12-131-1/+2
* Fix collection of prefixes to recursefix-prefix-collectionTristan Van Berkom2016-12-121-6/+22
* Revert "Update code to python3"lc/revert-py3.4Daniel Firth2016-11-291-4/+6
* Revert "Move log functions to utils.py"Daniel Firth2016-11-291-20/+20
* Revert "WIP: Put the config in a different file?"Daniel Firth2016-11-291-22/+22
* Revert "Move chdir, timer to utils; fix circular deps"Daniel Firth2016-11-291-17/+15
* Revert "Stop hiding exceptions"Daniel Firth2016-11-291-3/+2
* Stop hiding exceptionsDaniel Firth2016-11-161-2/+3
* Move chdir, timer to utils; fix circular depsDaniel Firth2016-11-161-15/+17
* WIP: Put the config in a different file?Javier Jardón2016-11-151-22/+22
* Move log functions to utils.pyJavier Jardón2016-11-151-20/+20
* Update code to python3Daniel Firth2016-11-151-6/+4
* Revert "Patch for bubblewrap backend"Paul Sherwood2016-10-261-1/+1
* Patch for bubblewrap backendleeming/bwrap-dev-patchAndrew Leeming2016-10-261-1/+1
* Add tristan's 'awful hack' until it lands in released sandboxlibPaul Sherwood2016-08-241-0/+8
* Fix for #233Paul Sherwood2016-08-021-1/+1
* Move app.exit function in to app.logPaul Sherwood2016-06-231-4/+4
* Rename dn['build'] => dn['checkout']Paul Sherwood2016-06-191-4/+4
* Remove all the 'defs' parametersPaul Sherwood2016-06-081-5/+5
* Rename 'this' => dnPaul Sherwood2016-06-071-79/+74
* Clarify what the try/except is forPaul Sherwood2016-05-281-2/+2
* State where surprise exceptions happenPaul Sherwood2016-05-111-1/+1
* Pep8Paul Sherwood2016-05-101-1/+1
* Show more details on sandbox error16.20Paul Sherwood2016-05-091-2/+3
* Lose a few lines by adding 'verbose' flagPaul Sherwood2016-05-071-4/+2
* Remove some unused imports/variablesPaul Sherwood2016-04-291-2/+1
* Catch exceptions on run_sandbox_with_redirectionPaul Sherwood2016-04-271-3/+9
* Fixes #206 - tested on ci.morphPaul Sherwood2016-04-211-1/+2
* Move cpus map into defaults.confPaul Sherwood2016-04-161-10/+1
* Fix for x86_32 dict was the wrong way roundPaul Sherwood2016-04-141-1/+1
* Fixes #197 don't remove sandbox dir if an exception happensPaul Sherwood2016-04-091-3/+12
* Only log sandbox dir remove if log-verbosePaul Sherwood2016-03-201-1/+2
* Move RetryException into app.pyPaul Sherwood2016-03-201-0/+1
* Revert "Don't remove sandbox dir if an exception happens"Paul Sherwood2016-03-201-4/+0
* Don't remove sandbox dir if an exception happensPaul Sherwood2016-03-201-0/+4
* Fix copyright yearPaul Sherwood2016-02-271-1/+1
* Support upgrade-location as well as locationPaul Sherwood2016-02-201-1/+2
* Export TMPDIR for deployment extensionsPaul Sherwood2016-02-091-0/+1