[PATCH] Deployment failures will now clean up the disk image.
by Daniel Firth
I'm unsure how to test this properly.
repo: git.baserock.org:baserock/baserock/morph
branch: danielfirth/S9121
sha1: 0e46c29502bbe38682a42c64467d71102a99186a
Dan Firth (1):
Deployment failures will now remove the disk image
morphlib/exts/kvm.write | 1 +
morphlib/exts/rawdisk.write | 10 ++++++++--
morphlib/exts/virtualbox-ssh.write | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
--
1.8.1.2
9 years, 11 months
[PATCH] Updates parts of the log output to use chunknames.
by Daniel Firth
repo: git.baserock.org:baserock/baserock/morph
branch: danielfirth/RT193
sha1: 1b483c6be3f5a0f9a3c2f2bafae0bc4994e282bc
Dan Firth (1):
Added chunkname prefix to some elements of the debug log.
morphlib/app.py | 2 +-
morphlib/builder2.py | 10 +++++-----
morphlib/plugins/branch_and_merge_new_plugin.py | 2 +-
morphlib/stagingarea.py | 6 +++---
morphlib/stagingarea_tests.py | 3 +++
morphlib/util.py | 8 ++++----
6 files changed, 17 insertions(+), 14 deletions(-)
--
1.8.1.2
9 years, 11 months
[PATCH] Partially-cached gits will now be cleaned instead of persisting.
by Daniel Firth
repo: git.baserock.org:baserock/baserock/morph
branch: danielfirth/RT242
sha1: 5a38d5aebf54a694592bc828cda38f9089271df0
Dan Firth (1):
Partially-cached gits are now cleaned up instead of persisting.
morphlib/localrepocache.py | 31 ++++++++++++++++++++++++++-----
morphlib/localrepocache_tests.py | 19 ++++++++++++++++++-
2 files changed, 44 insertions(+), 6 deletions(-)
--
1.8.1.2
9 years, 11 months
[PATCH 0/2]
by Daniel Firth
repo: git.baserock.org:baserock/baserock/morph
branch: danielfirth/RT240
sha1: 14cca70b98358f8014fb9eff53c19622bf0a2e3a
Dan Firth (2):
Morph now validates the 'tarball-server' option as a url
Morph now validates the tarball-server scheme as one of 'http',
'https', or 'file'
morphlib/app.py | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
1.8.1.2
9 years, 11 months
[PATCH] Removes ssh configure extension from morphologies
by Daniel Firth
repo: git.baserock.org:baserock/baserock/morphs
branch: danielfirth/S9123
sha1: e4e125bbd09c3eb095a949d056b782b28de7006d
Dan Firth (1):
Removed ssh configuration extension from morphologies.
base-system-armv7-highbank.morph | 1 -
base-system-armv7-versatile.morph | 1 -
base-system-armv7b-highbank.morph | 1 -
base-system-armv7b-vexpress-tc2.morph | 1 -
base-system-x86_32-generic.morph | 1 -
base-system-x86_64-generic.morph | 1 -
devel-system-armv7-highbank.morph | 1 -
devel-system-armv7-versatile.morph | 1 -
devel-system-armv7-wandboard.morph | 1 -
devel-system-armv7b-highbank.morph | 1 -
devel-system-x86_32-generic.morph | 1 -
devel-system-x86_64-generic.morph | 1 -
genivi-baseline-system-armv7-versatile.morph | 1 -
genivi-baseline-system-x86_64-generic.morph | 1 -
openstack-client-base-system-x86_32-generic.morph | 1 -
openstack-client-base-system-x86_64-generic.morph | 1 -
qt4-devel-system-x86_64-generic.morph | 1 -
qt5-devel-system-x86_64-generic.morph | 1 -
xfce-system.morph | 1 -
19 files changed, 19 deletions(-)
--
1.8.1.2
9 years, 11 months
[PATCH] Removes ssh.configure extension
by Daniel Firth
repo: git.baserock.org:baserock/baserock/morph
branch: danielfirth/S9123
sha1: a1d25547a8dfda8ffe83e69366f639cd836e307f
Dan Firth (1):
Removed ssh.configure extension
morphlib/exts/ssh.configure | 162 --------------------------------------------
1 file changed, 162 deletions(-)
delete mode 100755 morphlib/exts/ssh.configure
--
1.8.1.2
9 years, 11 months