]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Revert "toaster: machine not searchable in all builds/projects"
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Tue, 31 Mar 2015 13:59:28 +0000 (14:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Mar 2015 15:25:32 +0000 (16:25 +0100)
This reverts commit 1a86ed8f95649c5f5a3a66984ce36978d93b0e01.

Bug [YOCTO #7334] was incompletly fixed, and the proper fix is
not straightfoward. Consequently we revert the partial fix, as
a incomplete fix is worse than no fix.

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/bldcontrol/models.py

index bfb25ee10a6cd0d8bfd0b08299bc48857c299c37..02cfaf708668faa9911e781f34ee3e32cf2bfe0c 100644 (file)
@@ -106,7 +106,7 @@ class BuildRequest(models.Model):
         (REQ_ARCHIVE, "archive"),
     )
 
-    search_allowed_fields = ("brtarget__target", "build__project__name", "build__machine")
+    search_allowed_fields = ("brtarget__target", "build__project__name")
 
     project     = models.ForeignKey(Project)
     build       = models.OneToOneField(Build, null = True)     # TODO: toasterui should set this when Build is created