From 73f14975c53448789d6c418c0f560b9e20dcb8ae Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 30 Jul 2015 19:25:10 +0300 Subject: [PATCH] bitbake: toaster: tts: clean up HTML5 compatible url list This patch cleans up the list of URLs that are tested for HTML5 compatibility using the w3c-validator. It removes the URLs that are no longer in use, and the AJAX-only URLs that return JSON content. (Bitbake rev: c85a35e37150ee8be091bd142cac8a1885f1dff0) Signed-off-by: Alexandru DAMIAN Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- bitbake/lib/toaster/contrib/tts/urllist.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bitbake/lib/toaster/contrib/tts/urllist.py b/bitbake/lib/toaster/contrib/tts/urllist.py index 3f3a7c2d6e..6db9ffc7b5 100644 --- a/bitbake/lib/toaster/contrib/tts/urllist.py +++ b/bitbake/lib/toaster/contrib/tts/urllist.py @@ -17,7 +17,6 @@ URLS = [ 'toastergui/build/1/package_included_reverse_dependencies/1/1', 'toastergui/build/1/target/1', 'toastergui/build/1/target/1/targetpkg', - 'toastergui/dentries/build/1/target/1', 'toastergui/build/1/target/1/dirinfo', 'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash', 'toastergui/build/1/configuration', @@ -28,19 +27,13 @@ URLS = [ 'toastergui/build/1/target/1/packagefile/1', 'toastergui/newproject/', 'toastergui/projects/', - 'toastergui/project/', 'toastergui/project/1', 'toastergui/project/1/configuration', 'toastergui/project/1/builds/', 'toastergui/project/1/layers/', 'toastergui/project/1/layer/1', - 'toastergui/project/1/layer/', 'toastergui/project/1/importlayer', 'toastergui/project/1/targets/', 'toastergui/project/1/machines/', - 'toastergui/xhr_configvaredit/1', - 'toastergui/xhr_importlayer/', - 'toastergui/xhr_updatelayer/', - 'toastergui/project/1/buildrequest/1', 'toastergui/', ]