[PATCH] Checkout will no longer attempt to validate yaml.
by Daniel Firth
repo: baserock/baserock/morph
branch: danielfirth/RT280
sha1: f59524c6c9e05ecd83c059e3731f3a323de61a35
Daniel Firth (1):
Checkout will no longer attempt to validate yaml!
morphlib/plugins/branch_and_merge_new_plugin.py | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
--
1.8.3.2
9 years, 3 months
[PATCH 0/2] Add support for ppc64 (BSP, base and devel systems, and some X stratums)
by Pedro Alvarez
Repo: baserock:baserock/morphs
Ref: a24598913e0fd84c5b99f5365187eb7ea67d3114
Branch: baserock/pedroalvarez/power-port-clean
Card: S9842
Pedro Alvarez (2):
Add ppc64 BSP and base system
Add ppc64 devel system and stratums needed to build it
base-system-ppc64-generic.morph | 24 ++++++
bsp-ppc64-generic.morph | 12 +++
devel-system-ppc64-generic.morph | 60 +++++++++++++
genivi-x-ppc64-generic.morph | 15 ++++
x-ppc64-generic.morph | 175 ++++++++++++++++++++++++++++++++++++++
5 files changed, 286 insertions(+)
create mode 100644 base-system-ppc64-generic.morph
create mode 100644 bsp-ppc64-generic.morph
create mode 100644 devel-system-ppc64-generic.morph
create mode 100644 genivi-x-ppc64-generic.morph
create mode 100644 x-ppc64-generic.morph
--
1.7.10.4
9 years, 3 months
[PATCHv2 0/3] Socket creation program and scenarios
by Ben Brown
Repo: baserock:baserock/tbdiff
Ref: benbrown/S9482/convert-socket-tests
Sha1: de825942f4e376439a505ee568ea7361f79bce29
Card: S9482
Ben Brown (3):
Added C program which creates named Unix sockets
Add socket creation program to Makefile
Socket scenarios added
Makefile.am | 3 ++-
yarns/create-deploy.yarn | 47 ++++++++++++++++++++++++++++++++++++++++++++---
yarns/sockbind.c | 41 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 87 insertions(+), 4 deletions(-)
create mode 100644 yarns/sockbind.c
--
1.8.4.rc3
9 years, 3 months
[PATCH v3] Fix git-backup-on-error test
by Richard Ipsum
repo: git.baserock.org:baserock/baserock/lorry
ref: richardipsum/improve_backups_simpler_test
commit: 17936a0dc7d75eb1e93a37bcf5959f03add53c10
My third attempt at this fix, this fix makes use of the existing
normalize function when checking for the existence of pack files.
Richard Ipsum (1):
Fix git-backup-on-error test
tests/git-backup-on-error.script | 1 +
tests/git-backup-on-error.stdout | 15 +++++++++++++++
2 files changed, 16 insertions(+)
--
1.7.10.4
9 years, 3 months
[PATCH 0/3] Filesystem refactor
by Daniel Firth
"There's too much f*cking code in morph"; Act 1, Scene 1
repo: git.baserock.org:baserock/baserock/morph
branch: danielfirth/RT44-refactor
sha1: 090230c90d3146ebd9f07533cf2536963f1b7bb2
Daniel Firth (3):
Refactored localrepocache
Replaces Tempdir with fs.tempfs.TempFS
Removed unused CacheDir class
morphlib/__init__.py | 2 -
morphlib/cachedir.py | 86 -----------------
morphlib/cachedir_tests.py | 128 -------------------------
morphlib/cachedrepo_tests.py | 17 ++--
morphlib/localartifactcache_tests.py | 25 +++--
morphlib/localrepocache.py | 120 ++++++-----------------
morphlib/localrepocache_tests.py | 53 ++++------
morphlib/plugins/artifact_inspection_plugin.py | 9 +-
morphlib/tempdir.py | 48 ----------
morphlib/tempdir_tests.py | 57 -----------
10 files changed, 69 insertions(+), 476 deletions(-)
delete mode 100644 morphlib/cachedir.py
delete mode 100644 morphlib/cachedir_tests.py
delete mode 100644 morphlib/tempdir.py
delete mode 100644 morphlib/tempdir_tests.py
--
1.8.3.2
9 years, 3 months
[PATCH 0/2] Fix `morph --no-git-update petrify` bug
by Ben Brown
Repo: baserock:baserock/morph
Ref: benbrown/S9823/petrify-no-update
Sha1: d30daed22e745dc70a4fb2d7d8dc750ace0acc7b
Card: S9823
Ben Brown (2):
urllib: Convert URLs with non URL friendly characters into a valid
format.
Unquote URLs to ensure that the tests still pass
morphlib/remoterepocache.py | 7 ++++---
morphlib/remoterepocache_tests.py | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
--
1.8.4.rc3
9 years, 3 months
[PATCH v2] Fix git-backup-on-error test
by Richard Ipsum
repo: git.baserock.org:baserock/baserock/lorry
ref: richardipsum/improve_backups
commit: a078a7aff7a7b6dd34526a2c9d6c0f5b9c1311e0
This patch fixes the expected output in the git-backup-on-error test,
it also amends the test so that it fails if there are no pack files
in the test backup repo.
Richard Ipsum (1):
Fix git-backup-on-error test
tests/git-backup-on-error.script | 9 ++++++++-
tests/git-backup-on-error.stdout | 9 +++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
--
1.7.10.4
9 years, 3 months
[PATCH] Fix git-backup-on-error test
by Richard Ipsum
This patch fixes the git-backup-on-error test.
Richard Ipsum (1):
Fix git-backup-on-error test
tests/git-backup-on-error.script | 3 ++-
tests/git-backup-on-error.stdout | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
--
1.7.10.4
9 years, 3 months