summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Use "Cache-Control: no-cache" to avoid caching of /sha1s results.Jannis Pohlmann2012-04-181-0/+1
| | * | Raise a RepositoryNotFoundError if a repo does not exist in the cache.Jannis Pohlmann2012-04-182-2/+12
| | * | Initial import implementing /files and /sha1s.Jannis Pohlmann2012-04-175-0/+259
| | /
| * | distbuild: allow daemons to bind to ephemeral portsRichard Maw2014-10-012-3/+28
| * | Fix and integrate distbuild unit testsRichard Maw2014-10-014-128/+133
| * | Allow default split rules to be overridden in-codeRichard Maw2014-10-011-4/+4
| * | Remove remaining test.as-root cmdtestsRichard Maw2014-10-018-455/+0
| * | Remove overlap detection logicRichard Maw2014-10-0110-438/+0
| * | Remove run-in-artifact subcommandRichard Maw2014-10-016-117/+1
| * | Remove tarball image format tests from tests.as-rootRichard Maw2014-10-014-157/+0
| * | Move architecture existing test to yarnRichard Maw2014-10-015-37/+31
| * | Move the branch-from-image test to a yarnRichard Maw2014-10-015-59/+49
| * | Make show-dependencies not use build-mode: testRichard Maw2014-10-011-25/+7
| * | Stop tests.branching needing build-mode: testRichard Maw2014-10-013-5/+5
| * | Remove unused cmdtestsRichard Maw2014-10-0114-780/+0
| * | Modify yarns to use test-shell instead of build-mode: testRichard Maw2014-10-014-167/+178
| * | Add test shell for use in staging area testsRichard Maw2014-10-011-0/+144
* | | Merge branch 'sam/gbo-read-access'Sam Thursfield2014-10-071-2/+13
|\ \ \
| * | | Never require SSH access to the Trove where baserock: content is hostedSam Thursfield2014-10-071-2/+13
| | |/ | |/|
* | | Merge branch 'baserock/pedroalvarez/fix-xfer-hole'Pedro Alvarez2014-10-021-2/+8
|\ \ \
| * | | xfer-hole: Fix bug in copy_slice_from_file.Lars Wirzenius2014-10-021-2/+8
|/ / /
* | | Merge branch 'baserock/pedroalvarez/uuid-upgrades'Pedro Alvarez2014-10-021-2/+5
|\ \ \ | |_|/ |/| |
| * | ssh-rsync: gett UUID of the disk before writing fstabPedro Alvarez2014-10-011-2/+5
|/ /
* | Merge branch 'baserock/pedroalvarez/morph-version-fix'Pedro Alvarez2014-09-302-4/+7
|\ \ | |/ |/|
| * Fix behaviour of `morph --version`Pedro Alvarez2014-09-302-4/+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