aboutsummaryrefslogtreecommitdiff
path: root/src/util.py
Commit message (Collapse)AuthorAgeFilesLines
* use file=None to print to stdout this fixes print_* for xonshFlorian Fischer2019-12-181-7/+7
|
* change default output_verbosity of run_cmd to twoFlorian Fischer2019-12-141-1/+1
|
* use sys.exit instead of exit and other small code improvementsFlorian Fischer2019-12-141-3/+2
|
* add subprocess.run shell parameter to run_cmdFlorian Fischer2019-12-141-5/+7
|
* move allocbench_version to facter and make the facts a global variable of ↵Florian Fischer2019-12-141-25/+0
| | | | facter.py
* use run_cmd in util.pyFlorian Fischer2019-12-131-3/+2
|
* introduce verbosity aware subprocess.run wrapper and use it in benchmarksFlorian Fischer2019-12-131-0/+26
|
* format the __init__ files, facter and util using yapfFlorian Fischer2019-12-111-10/+16
|
* Merge branch 'artifact'Florian Fischer2019-09-291-12/+11
|\
| * use ArchiveArtifacts for all benchmark resourcesFlorian Fischer2019-09-231-12/+0
| |
| * Add ArchiveArtifactsFlorian Fischer2019-09-221-0/+11
| | | | | | | | | | | | | | ArchiveArtifacts check a downloaded archive against a provided checksum. The Archive is downloaded to cache/<name>/<name>.<format>. The only suported format is tar. ArchiveArtifacts can be used as sources of an Allocator.
* | remove whitespace and comment global varsFlorian Fischer2019-09-211-2/+2
|/
* fix src.util.prefix_cmd_with_abspath for commands without argumentsFlorian Fischer2019-09-041-2/+7
|
* add --version flag to executablesFlorian Fischer2019-08-301-0/+23
|
* move urlretrieve report hook to util.py and use archive in dj_traceFlorian Fischer2019-08-291-0/+11
|
* add license header and docstringsFlorian Fischer2019-08-291-1/+31
|
* add license info to merge.pyFlorian Fischer2019-08-271-0/+6
|
* remove -vdebug flagFlorian Fischer2019-08-261-1/+1
|
* fix benchmarks without measure commandFlorian Fischer2019-08-201-1/+1
|
* don't try to prefix cmd with is already an absolute pathFlorian Fischer2019-08-121-0/+3
|
* apply some flake8 hintsFlorian Fischer2019-06-191-3/+9
|
* add function to prefix cmd with abspath using whereisFlorian Fischer2019-05-151-0/+18
|
* move find_cmd to src/util.pyFlorian Fischer2019-04-021-0/+21
|
* colorize output only for ttysFlorian Fischer2019-03-221-2/+8
|
* add plain text summary to dj_traceFlorian Fischer2019-03-191-17/+17
| | | | | Format like in: https://sourceware.org/ml/libc-alpha/2017-01/msg00452.html
* don't use colorama for color escape codesFlorian Fischer2019-03-051-3/+6
|
* add new verbosity and colored outputFlorian Fischer2019-03-051-0/+43