On Sun, 2014-12-07 at 23:55 +0000, Richard Ipsum wrote:
repo:
git://git.baserock.org/baserock/baserock/morph
ref: baserock/richardipsum/build-command-tweak-v3
head: 9a3b1b2182689a1d0f49f362e61ee1a82da09e45
Richard Ipsum (9):
Add relative_to_root_repo to sysbranchdir
Treat path given to build cmd as relative to cwd
Update tests to work with modified build commands
Add yarns to test building with relative paths
Treat path given to deploy cmd as relative to cwd
Add yarns to test deploying with relative paths
Quote variables and use = instead of ==
Make some existing deployment scenarios simpler
Fix an existing build yarn
morphlib/plugins/build_plugin.py | 8 +++--
morphlib/plugins/deploy_plugin.py | 6 ++--
morphlib/sysbranchdir.py | 6 ++++
yarns/building.yarn | 30 +++++++++++++++++-
yarns/deployment.yarn | 45 ++++++++++++++++++---------
yarns/implementations.yarn | 61 ++++++++++++++++++++++++++++---------
6 files changed, 123 insertions(+), 33 deletions(-)
My +1 from the previous series still holds.