summaryrefslogtreecommitdiff
path: root/morphlib/util.py
Commit message (Expand)AuthorAgeFilesLines
* Unify local and remote repo cache modulesSam Thursfield2016-03-161-33/+21
* More robust creation of cache dirsPedro Alvarez2016-01-221-3/+18
* Don't show progress bars if stderr is being redirected to a fileSam Thursfield2015-12-211-7/+8
* Prepare the removal of workspace and system branches codeTiago Gomes2015-11-251-5/+1
* Only run as many parallel jobs as there are available CPU coresSam Thursfield2015-11-091-4/+6
* Add support for Baserock definitions version 7Sam Thursfield2015-10-141-0/+7
* Display progress bar when fetching to local cacheRichard Ipsum2015-09-231-0/+44
* Rework debugging information for failed buildsTiago Gomes2015-09-011-15/+0
* morphlib.util: Add temp_dir context managerRichard Maw2015-06-031-0/+16
* Do not call str() on None types in sanitize_envRichard Ipsum2015-05-291-1/+1
* Move duplicate fix_chunk_build_mode function to a common locationAdam Coldrick2015-05-121-0/+28
* morphlib.util: add word_join_listRichard Maw2015-05-111-0/+10
* Add armv5l to list of valid architecturesJavier Jardón2015-04-281-0/+1
* Change build environment to support MIPS32/64 BE and LESimon Hoinkis2015-04-101-0/+15
* Let morph recognise big-endian kernel on ARMv8Edward Cragg2015-03-251-1/+1
* Add write_from_dict to utilRichard Ipsum2015-03-181-0/+32
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* Add armv8l64 and armv8b64 to list of valid architecturesJosh Malkinson2015-01-211-3/+3
* Support armv8l, armv8b, aarch64, and aarch64bEmmet Hikory2014-12-191-0/+4
* Merge branch 'sam/improve-command-failure-errors'Sam Thursfield2014-12-181-1/+16
|\
| * Remove duplicate 'import' statementSam Thursfield2014-12-091-1/+0
| * Give less scary error messages when a containerised command failsSam Thursfield2014-12-091-0/+16
|/
* Move unsharing and containerising logic to utilRichard Maw2014-10-301-0/+114
* Never require SSH access to the Trove where baserock: content is hostedSam Thursfield2014-10-071-2/+13
* Safely interpolate in environment variable reportingRichard Maw2014-09-241-2/+2
* Prevent cliapp from logging env. variables with 'PASSWORD' in their nameSam Thursfield2014-09-191-0/+11
* Don't log environment variables with 'PASSWORD' in their name.Sam Thursfield2014-09-191-18/+21
* Transfer sparse files faster for kvm, vbox deploymentLars Wirzenius2014-09-051-0/+24
* Use exact filenames to refer to morphology filesRichard Maw2014-07-101-7/+16
* Add armv7lhf detectionRichard Ipsum2014-01-211-1/+22
* LocalArtifactCache now takes a an FS objectDaniel Firth2013-12-201-3/+5
* Modify morph to strip .morph extensions from parametersBen Brown2013-12-161-0/+9
* sysbranchdir: Move load_all_morphologies helper hereRichard Maw2013-11-291-1/+0
* Make morph able to use ppc64 architecture (POWER PC 64 bits)Pedro Alvarez2013-11-271-0/+1
* util: Add helper for splitting up huge iterablesRichard Maw2013-11-221-0/+10
* Add --artifact-cache-server and --git-resolve-cache-serverLars Wirzenius2013-10-291-2/+18
* Tidy up debug output of morph buildDaniel Firth2013-10-281-6/+5
* Fix app.status call in log_dict_diffLars Wirzenius2013-10-241-2/+4
* Reduced debug output for environment propertiesDan Firth2013-10-141-1/+2
* Added chunkname prefix to some elements of the debug log.Dan Firth2013-10-111-4/+4
* util: add find_leaves() supplimenting find_leaf()Richard Maw2013-09-171-13/+22
* Utility function to convert all values in a dictionary to stringsTiago Gomes2013-08-161-1/+5
* Add "morph print-architecture" subcommandLars Wirzenius2013-08-151-0/+22
* deploy: refactor environment argument parsingRichard Maw2013-08-131-0/+32
* Add morphlib.util.find_root and find_leaf functionsLars Wirzenius2013-08-061-6/+53
* Merge remote-tracking branch 'origin/baserock/richarddale/check-repo-alias-op...Daniel Silverstone2013-06-191-0/+4
|\
| * Check that that the repo-alias option matches the expected RERichard Dale2013-06-171-0/+4
* | util: suggest how to deal with insufficient spaceRichard Maw2013-06-071-1/+7
* | util: split out space unify logicRichard Maw2013-06-071-6/+19
|/
* S7904: method for checking disk space is availableRichard Maw2013-06-051-0/+21