summaryrefslogtreecommitdiff
path: root/open-source-lorries/navit-svn.lorry
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-03-17 17:05:43 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-03-17 17:06:29 +0000
commit51481f9471c1fe48c9ca80a1648a45ca29673010 (patch)
tree636970fb4ddc090cfa9d05155a7c61c5222b5682 /open-source-lorries/navit-svn.lorry
parent12023e3aba75388f26f0e1e5035c27ccb6ccf9dc (diff)
downloadlorries-51481f9471c1fe48c9ca80a1648a45ca29673010.tar.gz
Fix the navit layout to not have everything in a navit directory
This is not completely foolproof, since some of the branches have stuff outside it, but the rest are in the correct layout.
Diffstat (limited to 'open-source-lorries/navit-svn.lorry')
-rw-r--r--open-source-lorries/navit-svn.lorry6
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/navit-svn.lorry b/open-source-lorries/navit-svn.lorry
index 659c836..cb50d1c 100644
--- a/open-source-lorries/navit-svn.lorry
+++ b/open-source-lorries/navit-svn.lorry
@@ -2,6 +2,10 @@
"navit-svn": {
"type": "svn",
"url": "http://svn.code.sf.net/p/navit/code",
- "layout": "standard"
+ "layout": {
+ "trunk": "trunk/navit",
+ "branches": "branches/*/navit",
+ "tags": "tags/*/navit"
+ }
}
}