summaryrefslogtreecommitdiff
path: root/buildstream/utils.py
Commit message (Expand)AuthorAgeFilesLines
* utils.py: Remove unused filelist parameter from _process_list()juerg/import-filterJürg Billeter2019-02-261-8/+5
* utils.py: Remove unused presorted parameter from _process_list()Jürg Billeter2019-02-261-13/+3
* utils.py: Remove unused files parameter from copy_files and link_filesJürg Billeter2019-02-261-12/+6
* utils.py: Add filter_callback parameter to copy_files and link_filesJürg Billeter2019-02-261-4/+21
* utils.py: Do not mangle absolute symlinksJürg Billeter2019-02-141-52/+0
* utils.py: Change _ensure_real_directory() to not resolve symlinksJürg Billeter2019-02-141-38/+30
* utils.py: Return all directories in list_relative_paths()Jürg Billeter2019-02-131-8/+3
* utils.py: Increase buffer size in sha256sum()Jürg Billeter2019-02-121-1/+1
* utils.py: Fix sorting of symlinks to directoriesJürg Billeter2019-02-111-13/+13
* utils.py: Remove list_dirs parameter from list_relative_paths()Jürg Billeter2019-02-111-8/+6
* utils.py: Add _get_volume_size()Tristan Van Berkom2019-01-241-2/+22
* utils.py: Added _tempnamedfile()Tristan Van Berkom2019-01-181-0/+30
* element.py: Cleanup temporary staging directories on terminationTristan Van Berkom2019-01-161-1/+1
* Fix stack traces discovered with ^C forceful termination.tristan/keyboard-interrupt-stack-traceTristan Van Berkom2019-01-071-0/+5
* buildstream/utils.py: Fix regex Deprecation WarningChandan Singh2018-12-201-2/+2
* utils.py: Add a helper for searching upwards for filesJonathan Maw2018-12-111-0/+31
* utils.py: Add message digest functionRaoul Hidalgo Charman2018-12-051-0/+17
* utils.py: improve documentation of move_atomicBenjamin Schubert2018-11-211-2/+8
* utils.py: Ensure move_atomic booleans are keyword only argumentsBenjamin Schubert2018-11-211-1/+1
* Extract atomic move function to utils.pyBenjamin Schubert2018-11-191-0/+37
* utils: Fix _pretty_size() for sizes > 1024TJosh Smith2018-11-061-3/+4
* various: Move _sentinel from utils.py to _yaml.pyDaniel Silverstone2018-10-261-4/+0
* utils.py: Group stat importsDaniel Silverstone2018-10-251-1/+1
* utils.py: Disable lint warning about popenDaniel Silverstone2018-10-251-1/+2
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* Catch correct exception from shutil.rmtreevalentindavid/rmtree_oserrorValentin David2018-10-041-1/+1
* utils.py: Document _get_dir_size() expectations.Tristan Van Berkom2018-10-031-0/+3
* utils.py: Give save_file_atomic() a tempdir argumentTristan Van Berkom2018-10-031-3/+4
* utils.py: Reworked safe_removeknownexus2018-09-271-19/+18
* Handle sockets when copying trees into artifactsRichard Maw2018-09-141-0/+11
* Prevent ValueError on URLs without an aliasJosh Smith2018-08-291-0/+1
* Fix E305 warningsJavier Jardón2018-08-281-0/+1
* Catch Non Numeric versionsWilliam Salmon2018-08-221-1/+10
* Use deterministic umask when staging sources.Valentin David2018-08-121-1/+10
* utils.py: add getmtime() and magic_timestampJim MacArthur2018-08-011-5/+13
* _context.py: Cache size is now restricted to available disk spaceQinusty/491Josh Smith2018-07-271-0/+21
* Move _ALIAS_SEPARATOR into utilsJonathan Maw2018-07-271-0/+4
* Add cache_quota to user configTristan Maat2018-07-181-0/+70
* utils.py: Allow `list_relative_paths` to list directoriesTristan Maat2018-07-181-6/+8
* 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