From a8be6d4bb18232f13ffcaaf1a4137322db59fe48 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 8 Jun 2015 13:36:56 +0100 Subject: bitbake: toastergui: remove xhr_datatypeahead and xhr_XXXbuild We remove the endpoints for XHR on the toastergui application. The endpoints are now replaced with calls to the respective REST endpoints (i.e. projectlayers, projecttargets, projectmachines). (Bitbake rev: 8e7a2c3b125a34fd9d6fa0442ab13290137ecc51) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/contrib/tts/urllist.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'bitbake/lib/toaster/contrib/tts/urllist.py') diff --git a/bitbake/lib/toaster/contrib/tts/urllist.py b/bitbake/lib/toaster/contrib/tts/urllist.py index 433ac9fe85..0226334f0b 100644 --- a/bitbake/lib/toaster/contrib/tts/urllist.py +++ b/bitbake/lib/toaster/contrib/tts/urllist.py @@ -40,9 +40,7 @@ URLS = [ 'toastergui/project/1/importlayer', 'toastergui/project/1/targets/', 'toastergui/project/1/machines/', -'toastergui/xhr_projectbuild/1/', 'toastergui/xhr_configvaredit/1', -'toastergui/xhr_datatypeahead/1', 'toastergui/xhr_importlayer/', 'toastergui/xhr_updatelayer/', 'toastergui/project/1/buildrequest/1', -- cgit v1.2.3-54-g00ecf