[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
10 years, 3 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
10 years, 3 months
[PATCH v2] Improve the vbox configuration extension
by Tiago Gomes
repo: git://git.baserock.org/baserock/baserock/morph
branch: baserock/tiagogomes/vbox-networking
commit: f05e48287f71d91161e2aa24f31e0659e0c7b91e
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 | 47 ++++++++++++++++++++++++++++++++++--
1 file changed, 45 insertions(+), 2 deletions(-)
--
1.7.10.4
10 years, 3 months
[PATCH] Improve the vbox configuration extension.
by Tiago Gomes
repo: git://git.baserock.org/baserock/baserock/morph
branch: baserock/tiagogomes/vbox-networking
commit: 874f7e6eb169770f88a4f5b2332fb5d4b112c888
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/simple-network.configure | 7 ++++++
morphlib/exts/virtualbox-ssh.write | 39 ++++++++++++++++++++++++++++++--
2 files changed, 44 insertions(+), 2 deletions(-)
--
1.7.10.4
10 years, 3 months
[PATCH] Add strip-gplv3 extension to genivi-baseline systems
by Jonathan Maw
head: cba63686deae6cf4d7de7ed101786f828d0c69b4
branch: jonathan/strip-gplv3-rebase
repo: git://trove.baserock.org/baserock/baserock/morphs
Jonathan Maw (1):
Add strip-gplv3 extension to genivi-baseline-systems
genivi-baseline-system-armv7-versatile.morph | 3 +-
genivi-baseline-system-x86_64-generic.morph | 3 +-
strip-gplv3.configure | 70 ++++++++++++++++++++++++++
3 files changed, 74 insertions(+), 2 deletions(-)
create mode 100755 strip-gplv3.configure
--
1.7.10.4
10 years, 3 months
[PATCH 0/2] Update repo alias to support dash
by Daniel Silverstone
Repo: baserock:baserock/morph
Ref: baserock/danielsilverstone/repo-alias-updates
SHA1: b1f13dc60d5c0711d5c5e32901824c9da0fd389d
Land: master
This patch series updates repo aliases to support dashes (and requires them to
start with a letter). Also it reduces and simplifies the debugging to something
less prone to flooding the morph log.
Daniel Silverstone (br7vm) (2):
REPOALIAS: Update repo alias to support dashes and to be more strict.
REPOALIAS: Restructure debugging
morphlib/repoaliasresolver.py | 29 +++++++++++------------------
morphlib/repoaliasresolver_tests.py | 9 +++++++++
2 files changed, 20 insertions(+), 18 deletions(-)
--
1.7.5.4
10 years, 3 months
[PATCH] Add ssh-rsync write extension
by Jonathan Maw
head: a9cae253dc1371b4decf50b708985e1ba1a8fe32
branch: jonathan/ssh-rsync-write-rebase
repo: git://trove.baserock.org/baserock/baserock/morph
I am not certain that I am doing it in the most elegant way, since
my try-except-else statements are a bit messy, so I'd appreciate
comments on my python style as well as sanity checks.
Jonathan Maw (1):
Add ssh-rsync write extension
morphlib/exts/ssh-rsync.write | 181 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 181 insertions(+)
create mode 100755 morphlib/exts/ssh-rsync.write
--
1.7.10.4
10 years, 3 months