summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-22 16:10:56 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-22 16:10:56 +0100
commit08ec50e5d8f529408405ba93ff121f1cd32034e6 (patch)
tree405369d7e13977fe869eb22d19eb4b0e570bfa1b
parent26066c10294cfb7a31d53337f893d8b0f01f365b (diff)
downloadlorry-08ec50e5d8f529408405ba93ff121f1cd32034e6.tar.gz
Set bzr whoami so tests in staging area pass
-rw-r--r--lorry.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorry.morph b/lorry.morph
index 68053f9..39ec773 100644
--- a/lorry.morph
+++ b/lorry.morph
@@ -2,6 +2,7 @@
"name": "lorry",
"kind": "chunk",
"build-commands": [
+ "bzr whoami 'Lorry test suite <baserock-dev@baserock.org>'",
"python setup.py check",
"python setup.py build"
]