summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Give a useful error when attempting to build a cluster morphSam Thursfield2014-03-121-1/+4
* | | Fix creating a Source() from a cluster morphologySam Thursfield2014-03-121-1/+1
* | | Merge branch 'sam/branching-fixes'Sam Thursfield2014-03-113-5/+10
|\ \ \ | |/ / |/| |
| * | Fix `morph petrify` in cases where root repo URL has a trailing /Sam Thursfield2014-03-072-3/+8
| * | Raise correct error on `morph checkout|branch` of repo with no morphsSam Thursfield2014-03-071-2/+2
* | | Fix system branch dirname generation to avoid colonsLars Wirzenius2014-03-062-4/+12
* | | Fix assert in unit testLars Wirzenius2014-03-061-2/+2
|/ /
* | Merge branch 'baserock/markdoffman/s10382/add-help-option-v3'Mark Doffman2014-03-041-16/+52
|\ \
| * | Make '--help' and help subcommand the same.Mark Doffman2014-03-041-16/+52
* | | deploy: Record deployment information in deployed systemSam Thursfield2014-03-043-2/+70
* | | deploy: Fix double exception in rawdisk.writeSam Thursfield2014-03-041-1/+2
* | | deploy: Check the --upgrade flag has been used correctly.Sam Thursfield2014-03-046-0/+199
* | | deploy: Add optional 'check' extensionsSam Thursfield2014-03-041-1/+17
* | | deploy: Honour AUTOSTART in ssh-rsync extensionSam Thursfield2014-03-041-0/+5
* | | Make parse_autostart() into more general get_environment_boolean()Sam Thursfield2014-03-044-11/+11
* | | deploy: Always set new system as defaultSam Thursfield2014-03-041-0/+5
* | | deploy: Depend on client OS version manager to deploy upgradesSam Thursfield2014-03-041-91/+41
* | | Don't create a blank /etc/fstabSam Thursfield2014-03-042-26/+1
* | | deploy: Finish off the Btrfs system layout implementationSam Thursfield2014-03-043-42/+145
* | | deploy: Add new --upgrade optionSam Thursfield2014-03-041-0/+7
* | | Adding syslinux 'menu.c32' file during the deployment.Pedro Alvarez2014-03-041-1/+19
|/ /
* | Add missing year to copyright headerLars Wirzenius2014-03-031-1/+1
|/
* Revert "Make '--help' and help subcommand the same."Mark Doffman2014-02-211-53/+16
* Revert "Add utilities for listing and finding extensions."Mark Doffman2014-02-213-155/+40
* Revert "Add write and configuration extensions to help."Mark Doffman2014-02-211-51/+38
* 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