summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Transfer sparse files faster for kvm, vbox deploymentLars Wirzenius2014-09-055-8/+311
|/
* Merge branch 'baserock/richardmaw/less-ls-remote'Richard Maw2014-09-022-10/+23
|\
| * 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
* | Merge branch 'deploy-improvements'Sam Thursfield2014-09-016-36/+198
|\ \
| * | 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-014-8/+30
| * | Clarify that multiple images can be deployed at once by `morph deploy`Sam Thursfield2014-09-011-1/+1
|/ /
* | Merge branch 'baserock/richardmaw/yarn-git-daemon'Richard Maw2014-08-2811-150/+143
|\ \ | |/ |/|
| * yarns: Use a more realistic simulation of a git serverbaserock/richardmaw/yarn-git-daemonRichard Maw2014-08-287-11/+62
| * Add script for launching git daemon on random portRichard Maw2014-08-281-0/+46
| * Add yarn for building uncommitted changesRichard Maw2014-08-282-56/+33
| * yarns: Use run_morph for pushing branchesRichard Maw2014-08-281-1/+2
| * Remove cmdtests deprecated by yarnsRichard Maw2014-08-282-82/+0
|/
* Merge remote-tracking branch 'origin/baserock/richardmaw/bugfix/http-fail'Richard Maw2014-08-262-5/+12
|\