diff options
author | David Reyna <David.Reyna@windriver.com> | 2015-02-27 00:47:32 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-09 14:33:49 +0000 |
commit | ece39b4c47a5c9b55c291d6b4acdeb29e8d8884f (patch) | |
tree | b7d2c26780dc6014acd5854bd8c5bb0fa928b173 /bitbake/lib/toaster/toastergui/urls.py | |
parent | 4f3664705cf17160f0112c9bad3e6800267fed94 (diff) | |
download | poky-ece39b4c47a5c9b55c291d6b4acdeb29e8d8884f.tar.gz |
bitbake: toaster: reconcile non-manage-mode landing classes
Remove obsolete manage-mode URLs, fix not-manage mode landing classes that have
obsolete non-matching parameter lists, remove orphaned landing classes..
[YOCTO #6483]
(Bitbake rev: 76c54a79c4e26cefa5e72ca1cb14bc9d46e8f9dd)
Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/urls.py')
-rw-r--r-- | bitbake/lib/toaster/toastergui/urls.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/urls.py b/bitbake/lib/toaster/toastergui/urls.py index fc03f19a7f..64f790293a 100644 --- a/bitbake/lib/toaster/toastergui/urls.py +++ b/bitbake/lib/toaster/toastergui/urls.py | |||
@@ -78,13 +78,11 @@ urlpatterns = patterns('toastergui.views', | |||
78 | 78 | ||
79 | url(r'^layers/$', 'layers', name='layers'), | 79 | url(r'^layers/$', 'layers', name='layers'), |
80 | url(r'^layer/(?P<layerid>\d+)/$', 'layerdetails', name='layerdetails'), | 80 | url(r'^layer/(?P<layerid>\d+)/$', 'layerdetails', name='layerdetails'), |
81 | url(r'^layer/$', 'layerdetails', name='layerdetails'), | ||
82 | url(r'^targets/$', 'targets', name='all-targets'), | 81 | url(r'^targets/$', 'targets', name='all-targets'), |
83 | url(r'^machines/$', 'machines', name='machines'), | 82 | url(r'^machines/$', 'machines', name='machines'), |
84 | 83 | ||
85 | url(r'^projects/$', 'projects', name='all-projects'), | 84 | url(r'^projects/$', 'projects', name='all-projects'), |
86 | 85 | ||
87 | url(r'^project/$', 'project', name='project'), | ||
88 | url(r'^project/(?P<pid>\d+)/$', 'project', name='project'), | 86 | url(r'^project/(?P<pid>\d+)/$', 'project', name='project'), |
89 | url(r'^project/(?P<pid>\d+)/configuration$', 'projectconf', name='projectconf'), | 87 | url(r'^project/(?P<pid>\d+)/configuration$', 'projectconf', name='projectconf'), |
90 | url(r'^project/(?P<pid>\d+)/builds$', 'projectbuilds', name='projectbuilds'), | 88 | url(r'^project/(?P<pid>\d+)/builds$', 'projectbuilds', name='projectbuilds'), |