diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-07-30 19:25:10 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 11:26:13 +0100 |
| commit | 73f14975c53448789d6c418c0f560b9e20dcb8ae (patch) | |
| tree | 817b6f2ad123c84f46e196b40eb9f9bdcb68c440 /bitbake | |
| parent | 1640a65091c56eeed0f6bb1020fd156cdc279a6e (diff) | |
| download | poky-73f14975c53448789d6c418c0f560b9e20dcb8ae.tar.gz | |
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 <alexandru.damian@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
| -rw-r--r-- | bitbake/lib/toaster/contrib/tts/urllist.py | 7 |
1 files changed, 0 insertions, 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 = [ | |||
| 17 | 'toastergui/build/1/package_included_reverse_dependencies/1/1', | 17 | 'toastergui/build/1/package_included_reverse_dependencies/1/1', |
| 18 | 'toastergui/build/1/target/1', | 18 | 'toastergui/build/1/target/1', |
| 19 | 'toastergui/build/1/target/1/targetpkg', | 19 | 'toastergui/build/1/target/1/targetpkg', |
| 20 | 'toastergui/dentries/build/1/target/1', | ||
| 21 | 'toastergui/build/1/target/1/dirinfo', | 20 | 'toastergui/build/1/target/1/dirinfo', |
| 22 | 'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash', | 21 | 'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash', |
| 23 | 'toastergui/build/1/configuration', | 22 | 'toastergui/build/1/configuration', |
| @@ -28,19 +27,13 @@ URLS = [ | |||
| 28 | 'toastergui/build/1/target/1/packagefile/1', | 27 | 'toastergui/build/1/target/1/packagefile/1', |
| 29 | 'toastergui/newproject/', | 28 | 'toastergui/newproject/', |
| 30 | 'toastergui/projects/', | 29 | 'toastergui/projects/', |
| 31 | 'toastergui/project/', | ||
| 32 | 'toastergui/project/1', | 30 | 'toastergui/project/1', |
| 33 | 'toastergui/project/1/configuration', | 31 | 'toastergui/project/1/configuration', |
| 34 | 'toastergui/project/1/builds/', | 32 | 'toastergui/project/1/builds/', |
| 35 | 'toastergui/project/1/layers/', | 33 | 'toastergui/project/1/layers/', |
| 36 | 'toastergui/project/1/layer/1', | 34 | 'toastergui/project/1/layer/1', |
| 37 | 'toastergui/project/1/layer/', | ||
| 38 | 'toastergui/project/1/importlayer', | 35 | 'toastergui/project/1/importlayer', |
| 39 | 'toastergui/project/1/targets/', | 36 | 'toastergui/project/1/targets/', |
| 40 | 'toastergui/project/1/machines/', | 37 | 'toastergui/project/1/machines/', |
| 41 | 'toastergui/xhr_configvaredit/1', | ||
| 42 | 'toastergui/xhr_importlayer/', | ||
| 43 | 'toastergui/xhr_updatelayer/', | ||
| 44 | 'toastergui/project/1/buildrequest/1', | ||
| 45 | 'toastergui/', | 38 | 'toastergui/', |
| 46 | ] | 39 | ] |
