summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/contrib/tts/urllist.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/contrib/tts/urllist.py')
-rw-r--r--bitbake/lib/toaster/contrib/tts/urllist.py53
1 files changed, 53 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/contrib/tts/urllist.py b/bitbake/lib/toaster/contrib/tts/urllist.py
new file mode 100644
index 0000000000..a7d6d6ec4e
--- /dev/null
+++ b/bitbake/lib/toaster/contrib/tts/urllist.py
@@ -0,0 +1,53 @@
1import config
2
3URLS = [
4'toastergui/landing/',
5'toastergui/builds/',
6'toastergui/build/1',
7'toastergui/build/1/tasks/',
8'toastergui/build/1/tasks/1/',
9'toastergui/build/1/task/1',
10'toastergui/build/1/recipes/',
11'toastergui/build/1/recipe/1/active_tab/1',
12'toastergui/build/1/recipe/1',
13'toastergui/build/1/recipe_packages/1',
14'toastergui/build/1/packages/',
15'toastergui/build/1/package/1',
16'toastergui/build/1/package_built_dependencies/1',
17'toastergui/build/1/package_included_detail/1/1',
18'toastergui/build/1/package_included_dependencies/1/1',
19'toastergui/build/1/package_included_reverse_dependencies/1/1',
20'toastergui/build/1/target/1',
21'toastergui/build/1/target/1/targetpkg',
22'toastergui/dentries/build/1/target/1',
23'toastergui/build/1/target/1/dirinfo',
24'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash',
25'toastergui/build/1/configuration',
26'toastergui/build/1/configvars',
27'toastergui/build/1/buildtime',
28'toastergui/build/1/cpuusage',
29'toastergui/build/1/diskio',
30'toastergui/build/1/target/1/packagefile/1',
31'toastergui/newproject/',
32'toastergui/projects/',
33'toastergui/project/',
34'toastergui/project/1',
35'toastergui/project/1/configuration',
36'toastergui/project/1/builds/',
37'toastergui/project/1/layers/',
38'toastergui/project/1/layer/1',
39'toastergui/project/1/layer/',
40'toastergui/project/1/importlayer',
41'toastergui/project/1/targets/',
42'toastergui/project/1/machines/',
43'toastergui/xhr_build/',
44'toastergui/xhr_projectbuild/1/',
45'toastergui/xhr_projectinfo/',
46'toastergui/xhr_projectedit/1',
47'toastergui/xhr_configvaredit/1',
48'toastergui/xhr_datatypeahead/1',
49'toastergui/xhr_importlayer/',
50'toastergui/xhr_updatelayer/',
51'toastergui/project/1/buildrequest/1',
52'toastergui/',
53]