summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/contrib/tts/urllist.py
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-07-30 19:25:09 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-01 11:26:13 +0100
commit1640a65091c56eeed0f6bb1020fd156cdc279a6e (patch)
treeee36a0a10c1fea4d5e10e645b9077f80d6d67567 /bitbake/lib/toaster/contrib/tts/urllist.py
parent160d610604fff0b119de2b70a9da8a5f73d93715 (diff)
downloadpoky-1640a65091c56eeed0f6bb1020fd156cdc279a6e.tar.gz
bitbake: toaster: tts: fix pylint warnings
This patch brings TTS to the pylint coding standards. Pylint was run with some disables: disable=logging-too-many-args,line-too-long,missing-docstring and achieved Your code has been rated at 10.00/10 There are no functional changes. (Bitbake rev: 2b40b412ff6a7e3fd4cc32707bd3cd713bc09ddb) 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/lib/toaster/contrib/tts/urllist.py')
-rw-r--r--bitbake/lib/toaster/contrib/tts/urllist.py90
1 files changed, 44 insertions, 46 deletions
diff --git a/bitbake/lib/toaster/contrib/tts/urllist.py b/bitbake/lib/toaster/contrib/tts/urllist.py
index 0226334f0b..3f3a7c2d6e 100644
--- a/bitbake/lib/toaster/contrib/tts/urllist.py
+++ b/bitbake/lib/toaster/contrib/tts/urllist.py
@@ -1,48 +1,46 @@
1import config
2
3URLS = [ 1URLS = [
4'toastergui/landing/', 2 'toastergui/landing/',
5'toastergui/builds/', 3 'toastergui/builds/',
6'toastergui/build/1', 4 'toastergui/build/1',
7'toastergui/build/1/tasks/', 5 'toastergui/build/1/tasks/',
8'toastergui/build/1/tasks/1/', 6 'toastergui/build/1/tasks/1/',
9'toastergui/build/1/task/1', 7 'toastergui/build/1/task/1',
10'toastergui/build/1/recipes/', 8 'toastergui/build/1/recipes/',
11'toastergui/build/1/recipe/1/active_tab/1', 9 'toastergui/build/1/recipe/1/active_tab/1',
12'toastergui/build/1/recipe/1', 10 'toastergui/build/1/recipe/1',
13'toastergui/build/1/recipe_packages/1', 11 'toastergui/build/1/recipe_packages/1',
14'toastergui/build/1/packages/', 12 'toastergui/build/1/packages/',
15'toastergui/build/1/package/1', 13 'toastergui/build/1/package/1',
16'toastergui/build/1/package_built_dependencies/1', 14 'toastergui/build/1/package_built_dependencies/1',
17'toastergui/build/1/package_included_detail/1/1', 15 'toastergui/build/1/package_included_detail/1/1',
18'toastergui/build/1/package_included_dependencies/1/1', 16 'toastergui/build/1/package_included_dependencies/1/1',
19'toastergui/build/1/package_included_reverse_dependencies/1/1', 17 'toastergui/build/1/package_included_reverse_dependencies/1/1',
20'toastergui/build/1/target/1', 18 'toastergui/build/1/target/1',
21'toastergui/build/1/target/1/targetpkg', 19 'toastergui/build/1/target/1/targetpkg',
22'toastergui/dentries/build/1/target/1', 20 'toastergui/dentries/build/1/target/1',
23'toastergui/build/1/target/1/dirinfo', 21 'toastergui/build/1/target/1/dirinfo',
24'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash', 22 'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash',
25'toastergui/build/1/configuration', 23 'toastergui/build/1/configuration',
26'toastergui/build/1/configvars', 24 'toastergui/build/1/configvars',
27'toastergui/build/1/buildtime', 25 'toastergui/build/1/buildtime',
28'toastergui/build/1/cpuusage', 26 'toastergui/build/1/cpuusage',
29'toastergui/build/1/diskio', 27 'toastergui/build/1/diskio',
30'toastergui/build/1/target/1/packagefile/1', 28 'toastergui/build/1/target/1/packagefile/1',
31'toastergui/newproject/', 29 'toastergui/newproject/',
32'toastergui/projects/', 30 'toastergui/projects/',
33'toastergui/project/', 31 'toastergui/project/',
34'toastergui/project/1', 32 'toastergui/project/1',
35'toastergui/project/1/configuration', 33 'toastergui/project/1/configuration',
36'toastergui/project/1/builds/', 34 'toastergui/project/1/builds/',
37'toastergui/project/1/layers/', 35 'toastergui/project/1/layers/',
38'toastergui/project/1/layer/1', 36 'toastergui/project/1/layer/1',
39'toastergui/project/1/layer/', 37 'toastergui/project/1/layer/',
40'toastergui/project/1/importlayer', 38 'toastergui/project/1/importlayer',
41'toastergui/project/1/targets/', 39 'toastergui/project/1/targets/',
42'toastergui/project/1/machines/', 40 'toastergui/project/1/machines/',
43'toastergui/xhr_configvaredit/1', 41 'toastergui/xhr_configvaredit/1',
44'toastergui/xhr_importlayer/', 42 'toastergui/xhr_importlayer/',
45'toastergui/xhr_updatelayer/', 43 'toastergui/xhr_updatelayer/',
46'toastergui/project/1/buildrequest/1', 44 'toastergui/project/1/buildrequest/1',
47'toastergui/', 45 'toastergui/',
48] 46]