summaryrefslogtreecommitdiff
path: root/tests.deploy/setup-build
diff options
context:
space:
mode:
Diffstat (limited to 'tests.deploy/setup-build')
-rw-r--r--tests.deploy/setup-build6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests.deploy/setup-build b/tests.deploy/setup-build
index 6c0a6252..0fc561f9 100644
--- a/tests.deploy/setup-build
+++ b/tests.deploy/setup-build
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2012, 2013 Codethink Limited
+# Copyright (C) 2012-2014 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,8 +28,8 @@ cd "$DATADIR/workspace"
# Fix UUID's in the checked out repos to make build branch names deterministic
git config -f "$DATADIR/workspace/branch1/.morph-system-branch/config" \
branch.uuid 123456789
-git config -f "$DATADIR/workspace/branch1/test:morphs/.git/config" \
+git config -f "$DATADIR/workspace/branch1/test/morphs/.git/config" \
morph.uuid 987654321
-git config -f "$DATADIR/workspace/branch1/test:kernel-repo/.git/config" \
+git config -f "$DATADIR/workspace/branch1/test/kernel-repo/.git/config" \
morph.uuid AABBCCDDE