urllist.py 1.4 KB

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