summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/baserock/richardmaw/10312/ensure-not-add...Richard Maw2014-02-173-6/+36
|\
| * yarns: Ensure machine altered morphologies don't include repo/refRichard Maw2014-02-143-1/+32
| * yarns: Remove code to check refs to strataRichard Maw2014-02-141-5/+4
|/
* Merge branch 'baserock/richardmaw/S10310/invalid-repo-ref-v2'Richard Maw2014-02-1439-767/+222
|\
| * Warn and default to null if repo or ref are givenRichard Maw2014-02-139-63/+158
| * Remove tests for working with null refsRichard Maw2014-02-137-180/+1
| * Don't use repo or ref in test suiteRichard Maw2014-02-1315-79/+15
| * 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
| * Remove edit-updates-stratum-build-depends testRichard Maw2014-02-122-95/+0
| * Remove test for tagging with multiple morphs reposRichard Maw2014-02-122-289/+0
* | Update copyright in READMESam Thursfield2014-02-141-1/+1
* | Add note to README about running Morph from a Git checkoutSam Thursfield2014-02-131-0/+4
|/
* 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
* Merge branch 'baserock/richardmaw/S10140/vbox-3.4.0-deploy'Richard Maw2014-01-281-1/+19
|\
| * virtualbox-ssh: Work around change in VBox optionsRichard Maw2014-01-281-1/+19
|/
* Merge branch 'benbrown/S9933/validate-chunk-refs'Ben Brown2014-01-222-0/+69
|\
| * Add validation for chunk refs in strata to be (non-empty) stringsBen Brown2014-01-222-0/+69
|/
* Merge branch 'baserock/richardmaw/S10166/test-key-collision-with-artifact-nam...Richard Maw2014-01-224-17/+95
|\
| * yarns: Add regression test for cache-key clashRichard Maw2014-01-223-0/+52
| * yarns: Move system artifact inclusion implementationRichard Maw2014-01-223-16/+42
| * yarns: install misc files in /etc, not /usr/etcRichard Maw2014-01-221-1/+1
|/
* Merge branch 'baserock/richardmaw/S10135/fixups-v2' of git://git.baserock.org...Richard Maw2014-01-224-6/+102
|\
| * cache-key: Fix obscure cache key collisionRichard Maw2014-01-223-4/+5
| * cache-key: Don't reduntantly hash products fieldRichard Maw2014-01-221-2/+6
| * yarns: Add test for not building unnecessary chunksRichard Maw2014-01-221-0/+55
| * yarns: Add commentary for splitting scenariosRichard Maw2014-01-221-0/+36
|/
* Merge branch 'baserock/pedroalvarez/armhf'Pedro Alvarez2014-01-222-2/+24
|\
| * 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-1755-930/+3058
|\
| * yarns: Add tests for building systems with splittingRichard Maw2014-01-162-0/+138
| * cmdtests: Take into account new constructed artifactsRichard Maw2014-01-1629-215/+1809
| * 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-162-2/+4
| * Add split rules to sourcesRichard Maw2014-01-164-2/+299
| * 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
| * yarns: Add a deploy testRichard Maw2014-01-152-3/+49