[PATCH] Morph: "except:" bad
by Lars Wirzenius
repo: git://git.baserock.org/baserock/baserock/morph
branch: liw/kill-bare-except
commit: 6375554363c111fda70b7540c3c56a0e9cf1497b
This patch makes ./check output a number of log messages to stderr.
These will go away when we update CoverageTestRunner to its current
upstream version, which automatically hides log messages by unit
tests.
Lars Wirzenius (1):
Stop using bare except: statements
check | 5 +++++
morphlib/app.py | 4 ++--
morphlib/builder2.py | 9 +++++++--
morphlib/cachedrepo_tests.py | 9 +++++----
morphlib/extractedtarball.py | 11 ++++++++---
morphlib/mountableimage.py | 19 ++++++++++++-------
morphlib/plugins/branch_and_merge_plugin.py | 18 ++++++++++--------
morphlib/remoterepocache.py | 10 +++++++---
8 files changed, 56 insertions(+), 29 deletions(-)
--
1.7.10.4
9 years, 11 months
[PATCH v3] Improve the vbox configuration extension
by Tiago Gomes
repo: git://git.baserock.org/baserock/baserock/morph
branch: baserock/tiagogomes/vbox-networking
commit: 80a7fe83babc3e1c4a8254f16e5ffcd87ca6f6c00
To test this patch is necessary to add the simple-network configuration
extension to the testing image.
Tiago Gomes (1):
Improve network setup of the virtualbox write extension.
morphlib/exts/virtualbox-ssh.write | 62 ++++++++++++++++++++++++++++++++++--
1 file changed, 60 insertions(+), 2 deletions(-)
--
1.7.10.4
9 years, 11 months
[PATCH] Remove deployment extensions from morphs that are in morph
by Jonathan Maw
head: 1c0b16b498d1864a5df8858d51d132e0eae8e080
branch: jonathan/remove-deploy-exts
repo: git://trove.baserock.org/baserock/baserock/morphs
Jonathan Maw (1):
Remove deployment extensions that are in morph
add-config-files.configure | 27 -----
install-files.configure | 112 --------------------
kvm.write | 121 ----------------------
nfsboot.configure | 32 ------
nfsboot.write | 245 --------------------------------------------
rawdisk.write | 95 -----------------
set-hostname.configure | 27 -----
simple-network.configure | 143 --------------------------
ssh-rsync.write | 181 --------------------------------
ssh.configure | 162 -----------------------------
tar.write | 21 ----
virtualbox-ssh.write | 148 --------------------------
12 files changed, 1314 deletions(-)
delete mode 100755 add-config-files.configure
delete mode 100755 install-files.configure
delete mode 100755 kvm.write
delete mode 100755 nfsboot.configure
delete mode 100755 nfsboot.write
delete mode 100755 rawdisk.write
delete mode 100755 set-hostname.configure
delete mode 100755 simple-network.configure
delete mode 100755 ssh-rsync.write
delete mode 100755 ssh.configure
delete mode 100755 tar.write
delete mode 100755 virtualbox-ssh.write
--
1.7.10.4
9 years, 11 months
[PATCH] Change the structure of the temporary directory used by morph
by Tiago Gomes
repo: git://git.baserock.org/baserock/baserock/morph
branch: baserock/tiagogomes/tmpdir
commit: 94bf6b6e8a6be4cf5526e58cdaf90c32285d8fd9
To test the changes it is enough to deploy some image. To test the failed staging
rea directory, do "morph edit" in some repo, and make a silly change that will
cause that repo to not compile.
Tiago Gomes (1):
Change the structure of the temporary directory used by morph
morphlib/app.py | 20 +++++++++++++++++---
morphlib/buildcommand.py | 3 ++-
morphlib/builder2.py | 4 ++++
morphlib/plugins/deploy_plugin.py | 5 ++++-
morphlib/stagingarea.py | 6 +++---
5 files changed, 30 insertions(+), 8 deletions(-)
--
1.7.10.4
9 years, 11 months