summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Add write and configuration extensions to help.baserock/markdoffman/s10382/add-help-option-v2Mark Doffman2014-02-211-38/+51
* Add utilities for listing and finding extensions.Mark Doffman2014-02-213-40/+155
* Make '--help' and help subcommand the same.Mark Doffman2014-02-211-16/+53
* Legacy morph code: Also dump in specified orderRichard Maw2014-02-174-125/+12
* morphloader: Dump dicts with a nicer key orderRichard Maw2014-02-172-5/+93
* Warn and default to null if repo or ref are givenRichard Maw2014-02-133-5/+142
* Don't use repo or ref in test suiteRichard Maw2014-02-132-7/+5
* Allow omitting repo and ref when referring to strataRichard Maw2014-02-136-34/+35
* Allow tagging branches with null refsRichard Maw2014-02-131-27/+13
* Update Copyright and wrap lines longer than 79 charsPedro Alvarez2014-02-041-2/+3
* Improve help for gc commandrichardipsum/gc_plugin_improve_helpRichard Ipsum2014-01-301-6/+9
* Fix copyright year in previous commitRichard Maw2014-01-281-1/+1
* virtualbox-ssh: Work around change in VBox optionsRichard Maw2014-01-281-1/+19
* Add validation for chunk refs in strata to be (non-empty) stringsBen Brown2014-01-222-0/+69
* cache-key: Fix obscure cache key collisionRichard Maw2014-01-221-1/+2
* cache-key: Don't reduntantly hash products fieldRichard Maw2014-01-221-2/+6
* Add armv7lhf detectionRichard Ipsum2014-01-211-1/+22
* Add armv7lhf to list of valid archsRichard Ipsum2014-01-211-1/+2
* Merge artifact splitting workRichard Maw2014-01-1720-706/+923
|\
| * Use given artifact when constructing StrataRichard Maw2014-01-161-8/+6
| * Unit tests: Fix up for changes to chunk construct apiRichard Maw2014-01-161-24/+15
| * Split chunk morphologies according to new rulesRichard Maw2014-01-162-85/+49
| * ArtifactResolver: Generate dependencies from split rulesRichard Maw2014-01-162-527/+256
| * CacheKeyComputer: Include split rules in computationRichard Maw2014-01-161-1/+3
| * Add split rules to sourcesRichard Maw2014-01-163-2/+298
| * MorphologyFactory: validate new fields using loader codeRichard Maw2014-01-161-0/+2
| * MorphologyLoader: Validate new fieldsRichard Maw2014-01-162-6/+204
| * Replace chunk 'chunks' field with 'products'Richard Maw2014-01-157-19/+25
| * ArtifactResolver: Use Artifacts from SourcesRichard Maw2014-01-151-20/+9
| * Source: Create all Artifact objects in advanceRichard Maw2014-01-151-1/+4
| * morph2.Morphology: add trivial .get methodRichard Maw2014-01-151-1/+9
| * BuildCommand: Validate multiple root morphologiesRichard Maw2014-01-151-11/+21
| * unit tests: Fix invalid morphologiesRichard Maw2014-01-154-13/+15
* | Add optional overwrite optionrichardipsum/install_files_modRichard Ipsum2014-01-161-11/+31
|/
* LocalArtifactCache now takes a an FS objectDaniel Firth2013-12-204-53/+40
* Removed unused CacheDir classDaniel Firth2013-12-203-215/+0
* Replaces Tempdir with fs.tempfs.TempFSDaniel Firth2013-12-205-152/+50
* Refactored localrepocacheDaniel Firth2013-12-202-131/+59
* Deploy and cross-bootstrap commands no longer validate host architectureBen Brown2013-12-202-0/+17
* Quote ref and filenameBen Brown2013-12-182-10/+15
* Modify morph to strip .morph extensions from parametersBen Brown2013-12-165-5/+38
* urllib: Convert URLs with non URL friendly characters into a valid format.Ben Brown2013-12-112-7/+9
* plugins: Convert deploy to new classes.Richard Maw2013-11-291-85/+70
* plugins: Use new build command as defaultRichard Maw2013-11-292-2/+2
* plugins: Add new build commandRichard Maw2013-11-291-0/+92
* morphlib: Add BuildBranch abstractionRichard Maw2013-11-292-0/+261
* branchmanager: Allow deferred and optional cleanup on success.Richard Maw2013-11-292-14/+179
* sysbranchdir: Move load_all_morphologies helper hereRichard Maw2013-11-293-10/+16
* morphloader: use getattr for validate, set defaultsRichard Maw2013-11-291-16/+5
* validation: Require there be non-bootstrap chunks in systemsRichard Maw2013-11-291-6/+40