From 80ca4f00f82cd2f58fe5cda38c8cc5a719c887b6 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Wed, 13 May 2015 13:21:33 +0100 Subject: bitbake: toaster/contrib: adding TTS squashed patch In order to move the Toaster Test System in Toaster itself, we create a contrib directory. The TTS is added as a squashed patch with no history. It contains code contributed by Ke Zou . (Bitbake rev: 7d24fea2b5dcaac6add738b6fb4700d698824286) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/contrib/tts/urllist.py | 53 ++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bitbake/lib/toaster/contrib/tts/urllist.py (limited to 'bitbake/lib/toaster/contrib/tts/urllist.py') 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 @@ +import config + +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/dentries/build/1/target/1', +'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/', +'toastergui/project/1', +'toastergui/project/1/configuration', +'toastergui/project/1/builds/', +'toastergui/project/1/layers/', +'toastergui/project/1/layer/1', +'toastergui/project/1/layer/', +'toastergui/project/1/importlayer', +'toastergui/project/1/targets/', +'toastergui/project/1/machines/', +'toastergui/xhr_build/', +'toastergui/xhr_projectbuild/1/', +'toastergui/xhr_projectinfo/', +'toastergui/xhr_projectedit/1', +'toastergui/xhr_configvaredit/1', +'toastergui/xhr_datatypeahead/1', +'toastergui/xhr_importlayer/', +'toastergui/xhr_updatelayer/', +'toastergui/project/1/buildrequest/1', +'toastergui/', +] -- cgit v1.2.3-54-g00ecf