summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Log elapsed time for each chunk buildbaserock/ps/log-chunk-build-timesPaul Sherwood2014-09-271-0/+7
* Merge branch 'richardmaw/env-logging-fix'Sam Thursfield2014-09-241-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-2229-2667/+2365
|\
| * 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
| * FIXUP: Cmdtest artifact listings after building per-sourceRichard Maw2014-09-192-2/+2
| * 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 show-dependencies output to include source namesRichard Maw2014-09-191-1679/+1679
| * 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-194-16/+5
| * 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
| * Remove cmdtest for builds producing a separate -kernel artifactRichard Maw2014-09-171-50/+0
* | Merge remote-tracking branch 'origin/sam/avoid-logging-passwords-from-env-v2'Sam Thursfield2014-09-224-21/+42
|\ \ | |/ |/|
| * 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
|/
* Merge branch 'baserock/franred/bugfix/python-tarfile-chown'Francisco Redondo Marchena2014-09-151-9/+38
|\
| * Fix tarfile.chown for versions of python smaller than 2.7.3baserock/franred/bugfix/python-tarfile-chownFrancisco Redondo Marchena2014-09-121-9/+38
|/
* Merge remote-tracking branch 'origin/baserock/richardmaw/bugfix/branch-from-d...Richard Maw2014-09-121-1/+2
|\
| * Fix `morph branch-from-image` to work for deployed imagesbaserock/richardmaw/bugfix/branch-from-deployed-imageRichard Maw2014-09-111-1/+2
|/
* Merge branch 'sam/distbuild-gpl2'Sam Thursfield2014-09-1129-40/+160
|\
| * Fix copyright years of distbuild code.Sam Thursfield2014-09-1129-29/+29
| * Fix all distbuild code to be GPLv2 licensed.Sam Thursfield2014-09-1011-21/+141
|/
* Merge branch 'baserock/pedroalvarez/openstack-exts-fixups'Pedro Alvarez2014-09-092-3/+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
|/
* Install xfer/recv-holeLars Wirzenius2014-09-081-0/+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
* | Merge branch 'baserock/liw/xfer-hole'Lars Wirzenius2014-09-055-8/+341
|\ \ | |/ |/|
| * 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