summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Add support for '--repo' and '--ref' in list-artifactsbaserock/pedroalvarez/repo-ref-optionsPedro Alvarez2016-07-271-1/+26
* Improve help for '--local-changes' optionPedro Alvarez2016-07-271-3/+4
* Add global '--ref' and '--repo' optionsPedro Alvarez2016-07-271-0/+12
* Rename get-repo's option '--ref' to '--checkout-ref'Pedro Alvarez2016-07-261-1/+1
* Fix generate-manifest-csv options helpPedro Alvarez2016-07-261-1/+1
* Make clear how long a command took to failPedro Alvarez2016-06-031-0/+2
* Make `morph list-artifacts` work from definitions checkoutPedro Alvarez2016-05-171-7/+33
* Make `morph cross-bootstrap` work from definitions checkoutPedro Alvarez2016-05-171-27/+35
* build: Give a helpful error when the file to be built is not foundSam Thursfield2016-04-271-3/+5
* Honour --quietRichard Ipsum2016-04-251-2/+3
* Make `morph get-repo` use submodules from definitionsPedro Alvarez2016-04-123-17/+69
* morphlib/git: Fix update_submodulesPedro Alvarez2016-04-061-1/+1
* Convert the output of unpushed branch check to lower caseBen Brown2016-04-041-3/+3
* morphlib/gitdir: Recover CheckoutErrorPedro Alvarez2016-04-041-0/+8
* morphlib/git: Ignore not valid submodulesPedro Alvarez2016-04-041-1/+8
* Add support for definitions version 8Pedro Alvarez2016-03-2916-148/+287
* Remove support for definitions version 6Tiago Gomes2016-03-2510-354/+18
* morphloader: simplify APITiago Gomes2016-03-253-41/+31
* Unify local and remote repo cache modulesSam Thursfield2016-03-1623-957/+976
* Get rid of the CachedRepo class (almost)Sam Thursfield2016-03-0316-586/+154
* Hide get_repo() and cache_repo() functions, always use get_updated_repo()Sam Thursfield2016-03-038-73/+33
* Fix some test failuresSam Thursfield2016-03-031-5/+8
* Fix copyright year of morphlib/morphloader.pybaserock/pedroalvarez/wip-gearPedro Alvarez2016-02-271-1/+1
* Error when different names in system/strataPedro Alvarez2016-02-251-6/+25
* Warning when different names in strata/chunksPedro Alvarez2016-02-251-0/+4
* Validate empty configure/build/test/install commandsEdward Cragg2016-02-251-0/+13
* Avoid stack overflow in cachekeycomputerSam Thursfield2016-02-241-0/+12
* deploy: Fix an unlikely crash at deploy-timeSam Thursfield2016-02-191-2/+2
* sourceresolver: Use real name for sources without chunk filePedro Alvarez2016-02-161-11/+12
* Fix unused 'bs' var in builderRichard Ipsum2016-02-151-2/+1
* Fix breakage when new build systems are added to DEFAULTSSam Thursfield2016-02-111-4/+8
* More robust creation of tempdirsPedro Alvarez2016-02-051-2/+9
* 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
* morphloader: remove aliasTiago Gomes2015-12-211-6/+5
* morphloader: remove unset functionsTiago Gomes2015-12-212-150/+0
* morphloader: remove arch normalizationTiago Gomes2015-12-212-16/+0
* morphloader: remove obsolete fieldsTiago Gomes2015-12-212-160/+2
* Cleanup buildbranch.py moduleTiago Gomes2015-12-112-178/+139
* Remove (dist)?build-morphology commandsTiago Gomes2015-12-021-79/+0
* Fix displaying the help for extensionsTiago Gomes2015-11-261-0/+3
* Remove SystemBranchDirectory and Workspace classesTiago Gomes2015-11-254-744/+0
* Prepare the removal of workspace and system branches codeTiago Gomes2015-11-2510-215/+53
* Cease modifying the morphologiesTiago Gomes2015-11-253-122/+3
* Remove SystemMetadataDir classTiago Gomes2015-11-243-162/+0
* Remove branch-and-merge pluginTiago Gomes2015-11-241-482/+0
* Remove old cruftTiago Gomes2015-11-2013-120/+0
* Fix unit testsTiago Gomes2015-11-141-10/+4
* Only run as many parallel jobs as there are available CPU coresSam Thursfield2015-11-091-4/+6
* Don't require chunks in a stratum to appear before their dependenciesSam Thursfield2015-11-052-26/+68