summaryrefslogtreecommitdiff
path: root/tests.branching/setup
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-03 16:01:28 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-04 14:30:00 +0100
commit1bf0f127c3e0252a290cf4920f9dfc593f76b0a8 (patch)
treef96c4b6bf08b10fe03d784c7a2efaae422c7e4e6 /tests.branching/setup
parentdbb542f32e6e0546c138adc8ad9d257d58c11bcc (diff)
downloadmorph-1bf0f127c3e0252a290cf4920f9dfc593f76b0a8.tar.gz
Set repo-alias with %s and use baserock: prefix
Diffstat (limited to 'tests.branching/setup')
-rwxr-xr-xtests.branching/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.branching/setup b/tests.branching/setup
index 3b9b9381..1e337412 100755
--- a/tests.branching/setup
+++ b/tests.branching/setup
@@ -28,7 +28,7 @@ set -eu
# Create a morph configuration file
cat <<EOF > "$DATADIR/morph.conf"
[config]
-repo-alias = test=file://$DATADIR/#file://$DATADIR/
+repo-alias = baserock=file://$DATADIR/%s#file://$DATADIR/%s
cachedir = $DATADIR/mine/.morph/cache
log = $DATADIR/morph.log
keep-path = true
@@ -62,7 +62,7 @@ cat <<EOF > "$DATADIR/morphs/hello-stratum.chunk"
{
"name": "hello",
"ref": "master",
- "repo": "test:hello"
+ "repo": "baserock:hello"
}
]
}