From f052871df8de6431921dc74c59aaa7d022c8662e Mon Sep 17 00:00:00 2001 From: Christopher Phang Date: Mon, 3 Oct 2016 09:42:26 +0000 Subject: 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 --- open-source-lorries/freertos.lorry | 8 ++------ 1 file 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" } } -- cgit v1.2.1