summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/contrib/tts/urllist.py
blob: 6db9ffc7b5062077baadd6d83c7745517e19c623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
URLS = [
    'toastergui/landing/',
    'toastergui/builds/',
    'toastergui/build/1',
    'toastergui/build/1/tasks/',
    'toastergui/build/1/tasks/1/',
    'toastergui/build/1/task/1',
    'toastergui/build/1/recipes/',
    'toastergui/build/1/recipe/1/active_tab/1',
    'toastergui/build/1/recipe/1',
    'toastergui/build/1/recipe_packages/1',
    'toastergui/build/1/packages/',
    'toastergui/build/1/package/1',
    'toastergui/build/1/package_built_dependencies/1',
    'toastergui/build/1/package_included_detail/1/1',
    'toastergui/build/1/package_included_dependencies/1/1',
    'toastergui/build/1/package_included_reverse_dependencies/1/1',
    'toastergui/build/1/target/1',
    'toastergui/build/1/target/1/targetpkg',
    'toastergui/build/1/target/1/dirinfo',
    'toastergui/build/1/target/1/dirinfo_filepath/_/bin/bash',
    'toastergui/build/1/configuration',
    'toastergui/build/1/configvars',
    'toastergui/build/1/buildtime',
    'toastergui/build/1/cpuusage',
    'toastergui/build/1/diskio',
    'toastergui/build/1/target/1/packagefile/1',
    'toastergui/newproject/',
    'toastergui/projects/',
    'toastergui/project/1',
    'toastergui/project/1/configuration',
    'toastergui/project/1/builds/',
    'toastergui/project/1/layers/',
    'toastergui/project/1/layer/1',
    'toastergui/project/1/importlayer',
    'toastergui/project/1/targets/',
    'toastergui/project/1/machines/',
    'toastergui/',
]