From 97ab93845dae61c0e8d5c39c8f69c3cde82ff0d7 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 29 Jul 2015 15:27:03 +0100 Subject: Update Morph build tool in reference systems This includes the following changes: Add support for Baserock definitions version 6 Remove support for Baserock definitions format versions 0, 1 and 2 Don't provide default strip-commands for 'manual' build system Extract downloaded tarball as current user Add bitbucket repo alias to default aliases sourceresolver_tests: Remove bogus test sourceresolver_tests: Fix invalid backup definition distbuild: Fix cache status message distbuild: Fix crash when worker disconnects distbuild: Fix partial distbuilding distbuild: Add __str__() and __repr__() to ArtifactReference distbuild: Hide a log message distbuild: Check cache status each time we enqueue new artifacts distbuild: Add docstrings to BuildController state machine Fix crash in `morph distbuild` command Make `morph show-build-log` look in local repo cache for build logs Make more commands work outside a system-branch/workspace Determine whether to include_local_changes from app.settings Raise exception if show-build-log doesn't find the build log Fix `morph show-build-log` for chunks of a different architecture localrepocache: Count freshly cloned repositories as updated Fix anchor yarn Add script to run a distbuild network on the local machine Don't ignore the 'cwd' parameter Expose reset_workdir in GitDirectory class Swap repr() for str() in ref add errmsg Improve error when local HEAD of definitions repo is not found in remote Use DefinitionsRepo class in deploy plugin Use DefinitionsRepo in build command Add DefinitionsRepo class Treat True and False as actual commands, rather than booleans. buildsystem: Comment strip command Change-Id: Ic55e12bfe5e98f4a1a4df875c23ad3d447f7038c --- strata/morph-utils.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strata/morph-utils.morph') diff --git a/strata/morph-utils.morph b/strata/morph-utils.morph index 1189d4f8..f5e3568a 100644 --- a/strata/morph-utils.morph +++ b/strata/morph-utils.morph @@ -36,7 +36,7 @@ chunks: unpetrify-ref: master - name: morph repo: baserock:baserock/morph - ref: 2579391b05758940652a8ac5207d0137720affd1 + ref: 60c378c55d5d0ef89184b49ae95e445f8de422e3 unpetrify-ref: master build-depends: - cmdtest -- cgit v1.2.1