summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-28 14:34:23 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-08-28 14:34:23 +0100
commit4e6f9187537a479be8260c66fbc5fbbceac585bf (patch)
tree05ee8ca60e88df62ef3d5f462883f4cf3c9a9982
parent25487adfaf92f2f708a846c9af69905cba36c3fe (diff)
downloadlorry-4e6f9187537a479be8260c66fbc5fbbceac585bf.tar.gz
Add report to list branches, for debugging
Having a problem with morph seemingly not using the right branch.
-rw-r--r--lorry.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/lorry.morph b/lorry.morph
index 39ec773..818b5d6 100644
--- a/lorry.morph
+++ b/lorry.morph
@@ -2,6 +2,7 @@
"name": "lorry",
"kind": "chunk",
"build-commands": [
+ "git branch -a",
"bzr whoami 'Lorry test suite <baserock-dev@baserock.org>'",
"python setup.py check",
"python setup.py build"