summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Phang <christopher.phang@codethink.co.uk>2016-10-03 09:42:26 +0000
committerChristopher Phang <christopher.phang@codethink.co.uk>2016-10-03 09:42:26 +0000
commitf052871df8de6431921dc74c59aaa7d022c8662e (patch)
tree6f6d7dede3a3af8e9dc71b9cba0155d1dff694bb
parentc3c70f488426821e37574b7d31e2b11b9597b130 (diff)
downloadlorries-f052871df8de6431921dc74c59aaa7d022c8662e.tar.gz
Fix of freertos lorry
Fix of commit c3c70f488426821e37574b7d31e2b11b9597b130, which wasn't valid JSON. Changed to standard format to retain consistency between trunk and tags Change-Id: I4b34c69f7df5a3b2b943f00be13ee82d8612da1d
-rw-r--r--open-source-lorries/freertos.lorry8
1 files changed, 2 insertions, 6 deletions
diff --git a/open-source-lorries/freertos.lorry b/open-source-lorries/freertos.lorry
index 43f0cca..06aed30 100644
--- a/open-source-lorries/freertos.lorry
+++ b/open-source-lorries/freertos.lorry
@@ -1,11 +1,7 @@
{
"freertos": {
"type": "svn",
- "url": "http://svn.code.sf.net/p/freertos/code/trunk",
- "layout": {
- "trunk": "trunk/FreeRTOS",
- "branches": "branches/*"
- "tags": "tags/*"
- }
+ "url": "http://svn.code.sf.net/p/freertos/code/",
+ "layout": "standard"
}
}