summaryrefslogtreecommitdiffstats
path: root/toaster-requirements.txt
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-07-24 16:05:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-19 11:31:25 +0100
commit771c08b9be1f7875e0216e381ab0a81ef0d26256 (patch)
treeed710864694d569e9a64788faf00b9f0696bca2f /toaster-requirements.txt
parentf3ee534cb0560dbb5f88a0ffe01e9305bae102e1 (diff)
downloadbitbake-contrib-771c08b9be1f7875e0216e381ab0a81ef0d26256.tar.gz
toaster: hide irrelevant builds in the project builds view
This patch fixes the project builds view so it doesn't show "in progress" builds or builds for other projects. Note that this also modifies the "all builds" view to use the same queryset filtering as the project builds. This is to avoid excluding "in progress" builds more than once, which is what was happening before. The patch also has a minor change to ensure that when displaying the project builds page, only builds for that project are in the results. The queryset filtering is now split over several lines so you can see what's going on. [YOCTO #8236] [YOCTO #8187] Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'toaster-requirements.txt')
-rw-r--r--toaster-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index 1d92d5e3a..c4a222155 100644
--- a/toaster-requirements.txt
+++ b/toaster-requirements.txt
@@ -3,3 +3,4 @@ South==0.8.4
argparse==1.2.1
wsgiref==0.1.2
filemagic==1.6
+beautifulsoup4>=4.4.0