summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Fix users of Morphology.needs_artifact_metadata_cachedSam Thursfield2014-09-262-2/+2
* Safely interpolate in environment variable reportingRichard Maw2014-09-241-2/+2
* Add no cover to morphology hash functionRichard Ipsum2014-09-231-1/+1
* Merge branch 'baserock/richardmaw-os/tidy-build-logic-v7'Richard Maw2014-09-2227-938/+686
|\
| * Remove Artifact compatibility methodsRichard Maw2014-09-193-40/+7
| * Remove get_dependency_prefix_setRichard Maw2014-09-191-14/+0
| * Fix show-dependencies plugin to use source deps.Richard Maw2014-09-191-2/+2
| * FIXUP: Fix unit tests after changing to per-source buildsRichard Maw2014-09-195-90/+28
| * Build per-source rather than per-artifactRichard Maw2014-09-196-297/+314
| * FIXUP: Add compatibility methods to Artifact for fields that moved to SourceRichard Maw2014-09-192-2/+36
| * Move dependencies and cache keys to SourcesRichard Maw2014-09-192-22/+23
| * FIXUP: Fix up unit tests from change allowing multiple sourcesRichard Maw2014-09-199-276/+114
| * Create multiple sources per stratum morphologyRichard Maw2014-09-196-66/+112
| * Make morphologies hashableRichard Maw2014-09-191-0/+3
| * Turn Morphology.needs_artifact_metadata_cached into a propertyRichard Maw2014-09-193-40/+4
| * Remove Morphology.builds_artifactsRichard Maw2014-09-195-44/+0
| * Tidy morphlib.artifact.Artifact.metadata_basenameRichard Maw2014-09-191-4/+1
| * Rename BuildCommand.get_sources to fetch_sourcesRichard Maw2014-09-192-3/+3
| * Move metadata_version value to cachekeycomputerRichard Maw2014-09-192-5/+1
| * Eliminate BuilderBase.new_artifactRichard Maw2014-09-192-14/+3
| * Validate build-depends in MorphologyLoaderSam Thursfield2014-09-192-5/+56
| * Don't validate morphologies during ArtifactResolverRichard Maw2014-09-172-49/+9
| * Add __repr__ method to Source and SplitRulesRichard Maw2014-09-173-0/+23
| * Make remoteartifactcache tests define sensible artifactsRichard Maw2014-09-171-3/+3
| * Be more lenient in Artifact dependency unit testsRichard Maw2014-09-171-4/+6
| * Stop creating a separate -kernel artifact for systemsRichard Maw2014-09-171-20/+0
* | Prevent cliapp from logging env. variables with 'PASSWORD' in their nameSam Thursfield2014-09-193-0/+19
* | Don't log environment variables with 'PASSWORD' in their name.Sam Thursfield2014-09-193-21/+23
|/
* Fix tarfile.chown for versions of python smaller than 2.7.3baserock/franred/bugfix/python-tarfile-chownFrancisco Redondo Marchena2014-09-121-9/+38
* Fix `morph branch-from-image` to work for deployed imagesbaserock/richardmaw/bugfix/branch-from-deployed-imageRichard Maw2014-09-111-1/+2
* Fix up openstack.write extensionbaserock/pedroalvarez/openstack-exts-fixupsPedro Alvarez2014-09-091-1/+0
* Fix openstack write/check exts to pass the testsPedro Alvarez2014-09-092-2/+2
* Merge branch 'baserock/pedroalvarez/openstack-check-improvements'Pedro Alvarez2014-09-052-13/+49
|\
| * Check OpenStack credentials in openstack.checkbaserock/pedroalvarez/openstack-check-improvementsPedro Alvarez2014-09-052-13/+49
* | Fix shell quoting for ssh remote command linesLars Wirzenius2014-09-052-6/+11
* | Use $((...))) instead of $(... | bc)Lars Wirzenius2014-09-051-4/+4
* | Document why VBoxManage is run in recv-hole instead of callerLars Wirzenius2014-09-051-0/+25
* | Transfer sparse files faster for kvm, vbox deploymentLars Wirzenius2014-09-055-8/+311
|/
* Use git's remotes to determine unpushed branchesbaserock/richardmaw/less-ls-remoteRichard Maw2014-09-022-10/+23
* Merge branch 'sam/less-cache-key-logging'Sam Thursfield2014-09-021-15/+5
|\
| * Remove some cache key related log messagesSam Thursfield2014-08-291-15/+5
* | deploy: Make Python extensions log debug messages to MORPH_LOG_FD by defaultSam Thursfield2014-09-011-1/+24
* | deploy: Allow extensions to write to Morph log fileRichard Maw2014-09-012-26/+143
* | Add `morph upgrade` command, deprecate `morph deploy --upgrade`Sam Thursfield2014-09-012-6/+28
* | Clarify that multiple images can be deployed at once by `morph deploy`Sam Thursfield2014-09-011-1/+1
|/
* Merge remote-tracking branch 'origin/baserock/richardmaw/bugfix/http-fail'Richard Maw2014-08-262-5/+12
|\
| * Only autodetect morphology when result is 404baserock/richardmaw/bugfix/http-failRichard Maw2014-08-192-5/+12
* | Fix `morph edit` for non-file URIsRichard Maw2014-08-261-1/+1
* | Prevent git-replace refs affecting git operationsRichard Maw2014-08-2111-139/+171
* | deploy: Check correct usage of --upgrade for rawdisk deploymentsSam Thursfield2014-08-191-0/+21