From 4a2a057130e877eae96d726bc86c6b9f48ed1ca3 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Mon, 8 Jun 2015 18:41:46 +0100 Subject: bitbake: toastergui: remove xhr_projectedit and xhr_projectinfo URLs This patch removes the xhr_projectedit and xhr_projectinfo URLs in favour of REST calls to the Project page. The project page takes now the POST requests to modify project settings. All usages of removed URLs are now changed to point to the project page, using the json format. The interface call specs have not modified. (Bitbake rev: 6ad3078bd2be1a8cda99040acaa9bb81d77f0013) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/contrib/tts/urllist.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'bitbake/lib/toaster/contrib') diff --git a/bitbake/lib/toaster/contrib/tts/urllist.py b/bitbake/lib/toaster/contrib/tts/urllist.py index a7d6d6ec4e..433ac9fe85 100644 --- a/bitbake/lib/toaster/contrib/tts/urllist.py +++ b/bitbake/lib/toaster/contrib/tts/urllist.py @@ -40,10 +40,7 @@ URLS = [ 'toastergui/project/1/importlayer', 'toastergui/project/1/targets/', 'toastergui/project/1/machines/', -'toastergui/xhr_build/', 'toastergui/xhr_projectbuild/1/', -'toastergui/xhr_projectinfo/', -'toastergui/xhr_projectedit/1', 'toastergui/xhr_configvaredit/1', 'toastergui/xhr_datatypeahead/1', 'toastergui/xhr_importlayer/', -- cgit v1.2.3-54-g00ecf