summaryrefslogtreecommitdiff
path: root/buildstream/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Handle missing tags in git repositories correctlyTristan Maat2018-06-111-0/+4
* utils.py: Correcting a typo in safe_remove's commentPhillip Smyth2018-06-051-1/+1
* Use versioneer instead of setuptools_scmTristan Van Berkom2018-04-261-1/+2
* buildstream/utils.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+2
* utils.py: Added _is_main_process()Tristan Van Berkom2018-04-101-0/+12
* Allow 'None' as a default_value for _yaml.node_getTristan Maat2018-04-071-0/+5
* Allow stage_artifact to update mtimesTristan Maat2018-03-271-0/+12
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-141-1/+1
* pylint - dealt with unnecessary-pass warningJames Ennis2018-03-141-1/+1
* pylint - dealt with anomalous-backslash-in-string warningJames Ennis2018-03-141-1/+2
* utils.py: Wrap calls to os.path.realpath() in an LRU cacheSam Thursfield2018-02-121-9/+15
* Get version number w/o pkg_resourcesGökçen Nurlu2018-01-311-3/+2
* buildstream/utils.py: remove unused import 'pickle'Angelos Evripiotis2018-01-241-1/+0
* Update copyright years of files I have touchedSam Thursfield2018-01-111-1/+1
* Add support for multiple remote cachesSam Thursfield2018-01-111-0/+30
* utils.py: Make list_relative_paths() report sorted paths.Tristan Van Berkom2018-01-101-15/+26
* Move utils._generate_key() into a new 'cachekey' moduleSam Thursfield2018-01-041-19/+1
* utils.py: Add save_file_atomic() helperSam Thursfield2018-01-041-0/+58
* Exceptions refactoringTristan Van Berkom2017-12-291-3/+5
* utils._call: rm unused assignments to exit_codeAngelos Evripiotis2017-12-221-2/+1
* utils._call: fix race condition on 'process' varAngelos Evripiotis2017-12-221-0/+2
* utils._call: fix doc typoAngelos Evripiotis2017-12-221-1/+1
* utils.py: Add UtilErrorTristan Van Berkom2017-12-201-38/+82
* utils._tempdir: don't leak on exceptionsAngelos Evripiotis2017-12-131-4/+5
* Remove unused importsGökçen Nurlu2017-12-071-12/+13
* utils.py: Removing safe_move() and move_files() APIsTristan Van Berkom2017-12-051-65/+0
* utils: Expand file copying to optionally report files writtenJonathan Maw2017-12-011-7/+23
* utils.py: Fix variable name typoGökçen Nurlu2017-11-171-1/+1
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-8/+8
* utils.py: Make {copy,link,move}_files use keyword argsJonathan Maw2017-11-141-3/+3
* utils.py: Make safe copy/link/move use keyword argsJonathan Maw2017-11-141-3/+3
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* utils.list_relative_paths: Clarify empty dirs noteAngelos Evripiotis2017-10-301-1/+2
* utils.list_relative_paths: avoid os.path.relpathAngelos Evripiotis2017-10-301-6/+9
* utils.py: Fix regression, build directories not being removed.Tristan Van Berkom2017-10-211-3/+3
* Ensure that artifact file permissions are set in the right orderTristan Maat2017-10-131-5/+26
* utils.py: Fix missing psutil referenceTristan Maat2017-09-281-1/+1
* utils.py: Added sha256sum utilityTristan Van Berkom2017-09-121-0/+21
* documentation: Set page titles manually in python modules.Tristan Van Berkom2017-08-311-0/+4
* utils.py: Added get_bst_version() APITristan Van Berkom2017-08-301-0/+15
* utils.py: Document exceptions from file operationsTristan Van Berkom2017-07-131-1/+25
* utils.py: Fix _tempdir for python3.4Jonathan Maw2017-07-101-1/+1
* utils.py: Adding _tempdir() utility context managerTristan Van Berkom2017-07-091-0/+32
* Fix symlink generation being confused by symlinks to the sandbox root44-symlinks-in-the-sandbox-are-broken-by-the-path-to-the-buildstream-cache-containing-symlinksJonathan Maw2017-07-041-1/+1
* utils.py: Fixed recent _set_deterministic_user() addition to not follow symli...Tristan Van Berkom2017-07-041-2/+2
* Ensure element permissions are set to euid and egid after stagingTristan Maat2017-07-041-0/+20
* utils.py: Optional 'terminate' argument to _call() private function.Tristan Van Berkom2017-07-031-16/+32
* utils.py: Rewording some docstrings for new glob() apiTristan Van Berkom2017-06-301-7/+7
* utils.py: Use proper reStructuredText notes in API docsTristan Van Berkom2017-06-301-15/+15